Newman Run Dashboard

Saturday, 24 January 2026 06:14:46
Total Iterations

3

Total Assertions

198

Total Failed Tests

29

Total Skipped Tests

0


File Information
Collection: Inwarranty-flow collection Copy
Environment: QA
Timings and Data
Total run duration: 46.9s
Total data received: 3.18MB
Average response time: 277ms
Summary Item Total Failed
Requests 162 3
Prerequest Scripts 189 0
Test Scripts 237 3
Assertions 198 23
Skipped Tests 0 -



Showing 29 Failures

Failed Test: Verify the resposne time is below 400ms

Assertion Error Message
expected 477 to be below 400
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 401
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 400
Failed Test: Security:Veirfy if passowrd field is not present in the response

Assertion Error Message
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify if the status code is 403

Assertion Error Message
expected response to have status code 403 but got 401
Failed Test: Verify if the status code is 400

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Check if the count for the created jobs today is greater than the old value

Assertion Error Message
the argument to above must be a number
Failed Test:

Assertion Error Message
runtime:extensions~request: request url is empty
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 401
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 400
Failed Test: Security:Veirfy if passowrd field is not present in the response

Assertion Error Message
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify if the status code is 400

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Check if the count for the created jobs today is greater than the old value

Assertion Error Message
the argument to above must be a number
Failed Test:

Assertion Error Message
runtime:extensions~request: request url is empty
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 401
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 400
Failed Test: Security:Veirfy if passowrd field is not present in the response

Assertion Error Message
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify if the status code is 400

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Check if the count for the created jobs today is greater than the old value

Assertion Error Message
the argument to above must be a number
Failed Test:

Assertion Error Message
runtime:extensions~request: request url is empty


There are no skipped tests



3 Iterations available to view
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 477ms
Mean size per request: 690B

Test Pass Percentage
80 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader iamfd
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token da44cebc-e99a-4996-afb9-d883eeca3a82
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-WK3n6NZ9op0wx8zHN9AFvLMzCI8"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:13:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyMzl9.G_240OxuAxBE83FoES8iY1qEO2hsAbUR3ICBSURtvMM"}}
Test Information
NamePassedFailedSkipped
Verify if the status code is 200 1 0 0
Verify that message should be 'Success' 1 0 0
Verify that token shoukd be valid 1 0 0
Verify JSON Success 1 0 0
Verify the resposne time is below 400ms 0 1 0
Total 4 1 0
Test Failure
Test NameAssertion Error
Verify the resposne time is below 400ms
expected 477 to be below 400
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 232ms
Mean size per request: 111B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader iamfd
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 16f99378-c196-414a-b6a8-9d19106b7b64
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 71
Request Body
{
            "username": "{{invalidusername}}",
            "password": "Pass123"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 401
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 228ms
Mean size per request: 98B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader iamfd
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7f868127-1938-4e10-860d-6b0469c8edbe
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "username": "",
            "password": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 400
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 230ms
Mean size per request: 438B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyMzl9.G_240OxuAxBE83FoES8iY1qEO2hsAbUR3ICBSURtvMM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 22613dad-2c62-473d-8012-2133199b049c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Verify if status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify the response tine is below 400ms 1 0 0
Verify user data is present in response 1 0 0
Verify JSON Response Schema 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 232ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyMzl9.G_240OxuAxBE83FoES8iY1qEO2hsAbUR3ICBSURtvMM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token eba273e3-3aff-4c7a-a10c-c551a1d51fcc
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Security:Veirfy if passowrd field is not present in the response 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Security:Veirfy if passowrd field is not present in the response
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 228ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyMzl9.G_240OxuAxBE83FoES8iY1qEO2hsAbUR3ICBSURtvMM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3048cd3e-1293-4c65-87f6-946fd468b6d6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 257ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyMzl9.G_240OxuAxBE83FoES8iY1qEO2hsAbUR3ICBSURtvMM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cddb0a5f-057f-4851-8121-00fa602d98d8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-H7Ivk8iOGFhP3u0r8TqXq7PkN14"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":375},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify that status code is 200 1 0 0
Verify that response time is below 500ms 1 0 0
Verify if response message is success 1 0 0
Verify JSON Schema 1 0 0
Verify if the length of the data array is 3 1 0 0
Verify if the keys are present in response data Array 1 0 0
Verify if the count for the Json object Pending for delivery is Number or not 1 0 0
Verify if the count for the Json object Created today is Number or not 1 0 0
Verify if the count for the Json object Pending for FST assignment is Number or not 1 0 0
Total 9 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 229ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyMzl9.G_240OxuAxBE83FoES8iY1qEO2hsAbUR3ICBSURtvMM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4656e393-5e73-49b4-98be-a654de103035
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 264ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyMzl9.G_240OxuAxBE83FoES8iY1qEO2hsAbUR3ICBSURtvMM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4bc61e19-3005-4f9e-99b0-d84fa3dfeec1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-H7Ivk8iOGFhP3u0r8TqXq7PkN14"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":375},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 244ms
Mean size per request: 10.53KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyMzl9.G_240OxuAxBE83FoES8iY1qEO2hsAbUR3ICBSURtvMM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b13bf879-4514-4e20-8270-7b2116dbdacc
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Sat, 24 Jan 2026 06:14:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify if the key mst_oem is present in the response body 1 0 0
Verify if the key mst_model is present in the response body 1 0 0
Verify if the key mst_action_status is present in the response body 1 0 0
Verify if the key mst_warrenty_status is present in the response body 1 0 0
Verify if the key mst_product is present in the response body 1 0 0
Verify if the key mst_role is present in the response body 1 0 0
Verify if the key mst_service_location is present in the response body 1 0 0
Verify if the key mst_problem is present in the response body 1 0 0
Verify if the key map_fst_pincode is present in the response body 1 0 0
Verify if the key is storing a non empty array 1 0 0
Total 14 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 227ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyMzl9.G_240OxuAxBE83FoES8iY1qEO2hsAbUR3ICBSURtvMM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8c8df7b6-2e87-4b3a-b8d0-a07967d498dc
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 245ms
Mean size per request: 10.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyMzl9.G_240OxuAxBE83FoES8iY1qEO2hsAbUR3ICBSURtvMM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f746cde9-752f-4d8b-8827-b709f59548ab
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Sat, 24 Jan 2026 06:14:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 306ms
Mean size per request: 233B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyMzl9.G_240OxuAxBE83FoES8iY1qEO2hsAbUR3ICBSURtvMM
randomnumber 718
randomFirstName Davin
randomLastName Padberg
randomEmail Florence_Spencer@yahoo.com
randomPhone 881-638-7226
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8d825dd1-c364-4b59-8547-1517a8a24925
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1048
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Jairo",
                "last_name": "Gerhold",
                "mobile_number": "969-391-0112",
                "mobile_number_alt": "",
                "email_id": "Darwin14@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"87652544601848",
                "imei1": "87652544601848",
                "imei2": "87652544601848",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-Q+C42/iXc7Mi7gVwzwAKWPINYiE"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:03 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":165564,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":165581,"tr_customer_product_id":165571,"job_number":"JOB_165564"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is Job Created Successfully 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify that id is present in the response data 1 0 0
Verify that mst_service_location_id is present in the response data 1 0 0
Verify that mst_platform_id is present in the response data 1 0 0
Verify that mst_warrenty_status_id is present in the response data 1 0 0
Verify that mst_oem_id is present in the response data 1 0 0
Verify that tr_customer_id is present in the response data 1 0 0
Verify that tr_customer_product_id is present in the response data 1 0 0
Verify that job_number is present in the response data 1 0 0
Verify job_number starts with JOB_ 1 0 0
Total 13 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 227ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyMzl9.G_240OxuAxBE83FoES8iY1qEO2hsAbUR3ICBSURtvMM
randomnumber 838
randomFirstName Herminio
randomLastName Ernser
randomEmail Webster_Dickens@hotmail.com
randomPhone 907-468-2760
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1a9be96b-ed1b-4387-9461-098bb510cc83
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1055
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Rogers",
                "last_name": "Baumbach",
                "mobile_number": "484-779-9146",
                "mobile_number_alt": "",
                "email_id": "Isidro.Marvin@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"74346310386292",
                "imei1": "74346310386292",
                "imei2": "74346310386292",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:03 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 228ms
Mean size per request: 17B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization
randomnumber 628
randomFirstName Duane
randomLastName Predovic
randomEmail Ludwig78@hotmail.com
randomPhone 960-329-2607
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 14d196d9-72c7-4bfe-9fdf-5ffde99ed93a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1057
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Mozelle",
                "last_name": "Grimes",
                "mobile_number": "531-497-7284",
                "mobile_number_alt": "",
                "email_id": "Craig_Schulist@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"55701896894513",
                "imei1": "55701896894513",
                "imei2": "55701896894513",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:03 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 403 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 403
expected response to have status code 403 but got 401
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 229ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyMzl9.G_240OxuAxBE83FoES8iY1qEO2hsAbUR3ICBSURtvMM
randomnumber 985
randomFirstName Delta
randomLastName Tillman
randomEmail Helen.Leuschke90@gmail.com
randomPhone 808-446-0392
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token dd766b01-70c5-4fd3-b49d-cd3ffa083de4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 229ms
Mean size per request: 143B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyMzl9.G_240OxuAxBE83FoES8iY1qEO2hsAbUR3ICBSURtvMM
randomnumber 551
randomFirstName Keanu
randomLastName Koepp
randomEmail Howard.Dare@gmail.com
randomPhone 206-251-8218
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c50b794b-109a-4a3c-a111-b06e95ef5b68
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1036
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Lane",
                "last_name": "Cormier",
                "mobile_number": "583-508-1811",
                "mobile_number_alt": "",
                "email_id": "Nyah.Hegmann@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"100000555",
                "imei1": "100000555",
                "imei2": "100000555",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 400
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 228ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyMzl9.G_240OxuAxBE83FoES8iY1qEO2hsAbUR3ICBSURtvMM
randomnumber 33
randomFirstName Tressie
randomLastName Schinner
randomEmail Cody_Crist@gmail.com
randomPhone 677-559-8540
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6b2e58c7-8842-4bdc-8d48-7dc1efac8c3c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 256ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyMzl9.G_240OxuAxBE83FoES8iY1qEO2hsAbUR3ICBSURtvMM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5b83d2a8-2090-46af-b4a6-bcb689879c36
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-I68BchGfTQE5krcV5XgHcVU9YfE"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":376},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Check if the count for the created jobs today is greater than the old value 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Check if the count for the created jobs today is greater than the old value
the argument to above must be a number
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 579ms
Mean size per request: 365.89KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyMzl9.G_240OxuAxBE83FoES8iY1qEO2hsAbUR3ICBSURtvMM
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8f45fd5a-a22f-4281-86e8-d0ddfab0ecba
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"5b793-PGJe9avBlb5bivggR/7wPm45GLg"
Vary Accept-Encoding
Content-Encoding gzip
Date Sat, 24 Jan 2026 06:14:05 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":165563,"job_number":"JOB_165563","tr_customer_id":165580,"tr_customer_product_id":165570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:52:55.000Z","modified_at":"2026-01-24T05:52:55.000Z","name":"Kole Schaefer","mobile_number":"544-654-4911","email_id":"Oceane99@yahoo.com","dop":"2025-10-22","serial_number":"1018868188432210","imei1":"1018868188432210","imei2":"1018868188432210","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:52:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165562,"job_number":"JOB_165562","tr_customer_id":165579,"tr_customer_product_id":165569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:52:54.000Z","modified_at":"2026-01-24T05:53:20.000Z","name":"Henry Hermann","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"134171379839264","imei1":"134171379839264","imei2":"134171379839264","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T05:53:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165561,"job_number":"JOB_165561","tr_customer_id":165578,"tr_customer_product_id":165568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:52:54.000Z","modified_at":"2026-01-24T05:52:54.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"168531571654591","imei1":"168531571654591","imei2":"168531571654591","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:52:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165560,"job_number":"JOB_165560","tr_customer_id":165577,"tr_customer_product_id":165567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:52:25.000Z","modified_at":"2026-01-24T05:52:25.000Z","name":"Dana Hagenes","mobile_number":"787-319-9331","email_id":"Isaias_Nitzsche0@yahoo.com","dop":"2025-10-22","serial_number":"1078833725844029","imei1":"1078833725844029","imei2":"1078833725844029","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:52:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165559,"job_number":"JOB_165559","tr_customer_id":165576,"tr_customer_product_id":165566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:52:24.000Z","modified_at":"2026-01-24T05:52:49.000Z","name":"Nelda Harber","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"172926269145155","imei1":"172926269145155","imei2":"172926269145155","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T05:52:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165558,"job_number":"JOB_165558","tr_customer_id":165575,"tr_customer_product_id":165565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:52:23.000Z","modified_at":"2026-01-24T05:52:23.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"146360252603744","imei1":"146360252603744","imei2":"146360252603744","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:52:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165557,"job_number":"JOB_165557","tr_customer_id":165574,"tr_customer_product_id":165564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:51:54.000Z","modified_at":"2026-01-24T05:51:54.000Z","name":"Hoyt Nitzsche","mobile_number":"655-985-3501","email_id":"Hillard92@gmail.com","dop":"2025-10-22","serial_number":"1047161158945245","imei1":"1047161158945245","imei2":"1047161158945245","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:51:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165556,"job_number":"JOB_165556","tr_customer_id":165573,"tr_customer_product_id":165563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:51:53.000Z","modified_at":"2026-01-24T05:52:19.000Z","name":"Maida Dicki","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"103894538511916","imei1":"103894538511916","imei2":"103894538511916","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T05:52:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165555,"job_number":"JOB_165555","tr_customer_id":165572,"tr_customer_product_id":165562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:51:53.000Z","modified_at":"2026-01-24T05:51:53.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"129845718761150","imei1":"129845718761150","imei2":"129845718761150","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:51:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165554,"job_number":"JOB_165554","tr_customer_id":165571,"tr_customer_product_id":165561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:50:29.000Z","modified_at":"2026-01-24T05:50:29.000Z","name":"Aasa Sinha","mobile_number":"9880206044","email_id":"harita.kaur@hotmail.com","dop":"2026-01-14","serial_number":"442066434917601","imei1":"442066434917601","imei2":"442066434917601","popurl":"www.vimala-mehrotra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165553,"job_number":"JOB_165553","tr_customer_id":165570,"tr_customer_product_id":165560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:50:29.000Z","modified_at":"2026-01-24T05:50:29.000Z","name":"Sarisha Embranthiri","mobile_number":"9823486458","email_id":"drona.johar@gmail.com","dop":"2026-01-14","serial_number":"636410102838021","imei1":"636410102838021","imei2":"636410102838021","popurl":"www.swami-ganaka.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165552,"job_number":"JOB_165552","tr_customer_id":165569,"tr_customer_product_id":165559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:50:29.000Z","modified_at":"2026-01-24T05:50:29.000Z","name":"Gemini Khanna","mobile_number":"9820323259","email_id":"elakshi.tandon@hotmail.com","dop":"2026-01-14","serial_number":"435617254289810","imei1":"435617254289810","imei2":"435617254289810","popurl":"www.gajbaahu-jha.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165551,"job_number":"JOB_165551","tr_customer_id":165568,"tr_customer_product_id":165558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:50:29.000Z","modified_at":"2026-01-24T05:50:29.000Z","name":"Vasudev Reddy","mobile_number":"9876514123","email_id":"bhasvan.namboothiri@hotmail.com","dop":"2026-01-14","serial_number":"348553023139561","imei1":"348553023139561","imei2":"348553023139561","popurl":"www.sarada-bharadwaj.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165550,"job_number":"JOB_165550","tr_customer_id":165567,"tr_customer_product_id":165557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:50:29.000Z","modified_at":"2026-01-24T05:50:29.000Z","name":"Adikavi Rana","mobile_number":"9863846503","email_id":"dhyanesh.chaturvedi@gmail.com","dop":"2026-01-14","serial_number":"006354475895247","imei1":"006354475895247","imei2":"006354475895247","popurl":"www.amarnath-trivedi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165549,"job_number":"JOB_165549","tr_customer_id":165566,"tr_customer_product_id":165556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:37:54.000Z","modified_at":"2026-01-24T05:37:54.000Z","name":"Claude Padberg","mobile_number":"904-246-4684","email_id":"Noemie_VonRueden@hotmail.com","dop":"2025-10-22","serial_number":"192694850891085","imei1":"192694850891085","imei2":"192694850891085","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:37:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165548,"job_number":"JOB_165548","tr_customer_id":165565,"tr_customer_product_id":165555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:35:05.000Z","modified_at":"2026-01-24T05:35:05.000Z","name":"Madyson Bernier","mobile_number":"287-737-8658","email_id":"Ava52@gmail.com","dop":"2025-10-22","serial_number":"1002866380221851","imei1":"1002866380221851","imei2":"1002866380221851","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:35:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165547,"job_number":"JOB_165547","tr_customer_id":165564,"tr_customer_product_id":165554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:35:04.000Z","modified_at":"2026-01-24T05:35:04.000Z","name":"Lily Lueilwitz","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"156671772539565","imei1":"156671772539565","imei2":"156671772539565","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:35:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165546,"job_number":"JOB_165546","tr_customer_id":165563,"tr_customer_product_id":165553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:35:04.000Z","modified_at":"2026-01-24T05:35:04.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"105673378191273","imei1":"105673378191273","imei2":"105673378191273","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:35:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165545,"job_number":"JOB_165545","tr_customer_id":165562,"tr_customer_product_id":165552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:58.000Z","modified_at":"2026-01-24T05:34:58.000Z","name":"Rocio Hilll","mobile_number":"537-883-5068","email_id":"Burnice.Hoppe@yahoo.com","dop":"2025-10-22","serial_number":"1094531615442012","imei1":"1094531615442012","imei2":"1094531615442012","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165544,"job_number":"JOB_165544","tr_customer_id":165561,"tr_customer_product_id":165551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:57.000Z","modified_at":"2026-01-24T05:34:57.000Z","name":"Betty D'Amore","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"146922063765981","imei1":"146922063765981","imei2":"146922063765981","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165543,"job_number":"JOB_165543","tr_customer_id":165560,"tr_customer_product_id":165550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:57.000Z","modified_at":"2026-01-24T05:34:57.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"193448228733416","imei1":"193448228733416","imei2":"193448228733416","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165542,"job_number":"JOB_165542","tr_customer_id":165559,"tr_customer_product_id":165549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:52.000Z","modified_at":"2026-01-24T05:34:52.000Z","name":"Lavonne Block","mobile_number":"518-257-3646","email_id":"Lynn35@gmail.com","dop":"2025-10-22","serial_number":"1025170319562993","imei1":"1025170319562993","imei2":"1025170319562993","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165541,"job_number":"JOB_165541","tr_customer_id":165558,"tr_customer_product_id":165548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:50.000Z","modified_at":"2026-01-24T05:34:50.000Z","name":"Delta Parisian","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"102818797041315","imei1":"102818797041315","imei2":"102818797041315","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165540,"job_number":"JOB_165540","tr_customer_id":165557,"tr_customer_product_id":165547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:50.000Z","modified_at":"2026-01-24T05:34:50.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"115350151478709","imei1":"115350151478709","imei2":"115350151478709","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165539,"job_number":"JOB_165539","tr_customer_id":165556,"tr_customer_product_id":165546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Shreya Achari","mobile_number":"9852686863","email_id":"harita.mehra@yahoo.co.in","dop":"2026-01-14","serial_number":"934084886103175","imei1":"934084886103175","imei2":"934084886103175","popurl":"www.nalini-arora.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165538,"job_number":"JOB_165538","tr_customer_id":165555,"tr_customer_product_id":165545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Dipankar Joshi","mobile_number":"9869496528","email_id":"bhamini.butt@hotmail.com","dop":"2026-01-14","serial_number":"978719750927855","imei1":"978719750927855","imei2":"978719750927855","popurl":"www.aaryan-nayar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165537,"job_number":"JOB_165537","tr_customer_id":165554,"tr_customer_product_id":165544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Devak Varrier","mobile_number":"9881768271","email_id":"gotum.patil@gmail.com","dop":"2026-01-14","serial_number":"922851835771685","imei1":"922851835771685","imei2":"922851835771685","popurl":"www.madhuri-rana.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165536,"job_number":"JOB_165536","tr_customer_id":165553,"tr_customer_product_id":165543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Heema Chaturvedi","mobile_number":"9898867320","email_id":"akshata.butt@yahoo.co.in","dop":"2026-01-14","serial_number":"911403431663804","imei1":"911403431663804","imei2":"911403431663804","popurl":"www.kanchan-guha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165535,"job_number":"JOB_165535","tr_customer_id":165552,"tr_customer_product_id":165542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Swami Namboothiri","mobile_number":"9804432430","email_id":"brajendra.banerjee@gmail.com","dop":"2026-01-14","serial_number":"464402238925487","imei1":"464402238925487","imei2":"464402238925487","popurl":"www.manisha-mishra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165534,"job_number":"JOB_165534","tr_customer_id":165551,"tr_customer_product_id":165541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Rajendra Guha","mobile_number":"9817778785","email_id":"deepan.kaniyar@hotmail.com","dop":"2026-01-14","serial_number":"869531702641326","imei1":"869531702641326","imei2":"869531702641326","popurl":"www.kannan-varma.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165533,"job_number":"JOB_165533","tr_customer_id":165550,"tr_customer_product_id":165540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Vasudeva Kapoor","mobile_number":"9893831129","email_id":"jagmeet.desai@hotmail.com","dop":"2026-01-14","serial_number":"088185609299585","imei1":"088185609299585","imei2":"088185609299585","popurl":"www.aditeya-ahluwalia.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165532,"job_number":"JOB_165532","tr_customer_id":165549,"tr_customer_product_id":165539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Hamsini Somayaji","mobile_number":"9852495771","email_id":"chandramani.varma@yahoo.co.in","dop":"2026-01-14","serial_number":"222785283755671","imei1":"222785283755671","imei2":"222785283755671","popurl":"www.dharitri-nair.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165531,"job_number":"JOB_165531","tr_customer_id":165548,"tr_customer_product_id":165538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Udit Gupta","mobile_number":"9861047664","email_id":"vasundhara.mishra@gmail.com","dop":"2026-01-14","serial_number":"387938117654240","imei1":"387938117654240","imei2":"387938117654240","popurl":"www.bhargava-butt.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165530,"job_number":"JOB_165530","tr_customer_id":165547,"tr_customer_product_id":165537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Lal Dubashi","mobile_number":"9800595022","email_id":"buddhana.menon@hotmail.com","dop":"2026-01-14","serial_number":"683839499678452","imei1":"683839499678452","imei2":"683839499678452","popurl":"www.ajeet-bharadwaj.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165529,"job_number":"JOB_165529","tr_customer_id":165546,"tr_customer_product_id":165536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Dhruv Pothuvaal","mobile_number":"9875674480","email_id":"buddhana.desai@gmail.com","dop":"2026-01-14","serial_number":"056023541529509","imei1":"056023541529509","imei2":"056023541529509","popurl":"www.devajyoti-mishra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165528,"job_number":"JOB_165528","tr_customer_id":165545,"tr_customer_product_id":165535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Kanishka Bandopadhyay","mobile_number":"9835769297","email_id":"chinmayananda.panicker@yahoo.co.in","dop":"2026-01-14","serial_number":"553189197209310","imei1":"553189197209310","imei2":"553189197209310","popurl":"www.aadrika-varman.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165527,"job_number":"JOB_165527","tr_customer_id":165544,"tr_customer_product_id":165534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Dipendra Kapoor","mobile_number":"9885444505","email_id":"trilok.talwar@hotmail.com","dop":"2026-01-14","serial_number":"519175413184888","imei1":"519175413184888","imei2":"519175413184888","popurl":"www.leela-butt.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165526,"job_number":"JOB_165526","tr_customer_id":165543,"tr_customer_product_id":165533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Dhanapati Menon","mobile_number":"9873628664","email_id":"purnima.khan@hotmail.com","dop":"2026-01-14","serial_number":"258618669318153","imei1":"258618669318153","imei2":"258618669318153","popurl":"www.deeptanshu-varrier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165525,"job_number":"JOB_165525","tr_customer_id":165542,"tr_customer_product_id":165532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Dharmaketu Chaturvedi","mobile_number":"9815792228","email_id":"bhaanumati.ahluwalia@yahoo.co.in","dop":"2026-01-14","serial_number":"823603721607594","imei1":"823603721607594","imei2":"823603721607594","popurl":"www.aatmaj-tagore.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165524,"job_number":"JOB_165524","tr_customer_id":165541,"tr_customer_product_id":165531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Atreyee Khan","mobile_number":"9870091964","email_id":"darshwana.agarwal@yahoo.co.in","dop":"2026-01-14","serial_number":"140305443845836","imei1":"140305443845836","imei2":"140305443845836","popurl":"www.ravi-menon.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165523,"job_number":"JOB_165523","tr_customer_id":165540,"tr_customer_product_id":165530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Chandan Ganaka","mobile_number":"9863294766","email_id":"radha.achari@yahoo.co.in","dop":"2026-01-14","serial_number":"138667987754520","imei1":"138667987754520","imei2":"138667987754520","popurl":"www.opaline-bhattathiri.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165522,"job_number":"JOB_165522","tr_customer_id":165539,"tr_customer_product_id":165529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Anuja Trivedi","mobile_number":"9884869817","email_id":"devi.menon@hotmail.com","dop":"2026-01-14","serial_number":"072582943030677","imei1":"072582943030677","imei2":"072582943030677","popurl":"www.nirbhay-chaturvedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165521,"job_number":"JOB_165521","tr_customer_id":165537,"tr_customer_product_id":165527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Rageswari Guha","mobile_number":"9874451420","email_id":"soma.reddy@gmail.com","dop":"2026-01-14","serial_number":"619879519554272","imei1":"619879519554272","imei2":"619879519554272","popurl":"www.anang-butt.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165520,"job_number":"JOB_165520","tr_customer_id":165538,"tr_customer_product_id":165528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Sheela Abbott","mobile_number":"9816213888","email_id":"shresth.mahajan@gmail.com","dop":"2026-01-14","serial_number":"513068801558661","imei1":"513068801558661","imei2":"513068801558661","popurl":"www.anuraag-pilla.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165519,"job_number":"JOB_165519","tr_customer_id":165536,"tr_customer_product_id":165526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Saroja Joshi","mobile_number":"9846147341","email_id":"bhupen.malik@yahoo.co.in","dop":"2026-01-14","serial_number":"411326487709554","imei1":"411326487709554","imei2":"411326487709554","popurl":"www.ahilya-ganaka.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165518,"job_number":"JOB_165518","tr_customer_id":165535,"tr_customer_product_id":165525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Daksha Rana","mobile_number":"9895844162","email_id":"avantika.gupta@gmail.com","dop":"2026-01-14","serial_number":"018289402297154","imei1":"018289402297154","imei2":"018289402297154","popurl":"www.veda-mehra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165517,"job_number":"JOB_165517","tr_customer_id":165534,"tr_customer_product_id":165524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Bela Khanna","mobile_number":"9873309226","email_id":"somu.tandon@yahoo.co.in","dop":"2026-01-14","serial_number":"561440833942790","imei1":"561440833942790","imei2":"561440833942790","popurl":"www.chandradev-guha.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165516,"job_number":"JOB_165516","tr_customer_id":165533,"tr_customer_product_id":165523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Vaidehi Mishra","mobile_number":"9894725140","email_id":"shobhana.pillai@yahoo.co.in","dop":"2026-01-14","serial_number":"044577519631575","imei1":"044577519631575","imei2":"044577519631575","popurl":"www.dakshayani-singh.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165515,"job_number":"JOB_165515","tr_customer_id":165532,"tr_customer_product_id":165522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Akshita Sethi","mobile_number":"9840049144","email_id":"harita.jha@hotmail.com","dop":"2026-01-14","serial_number":"943954939053538","imei1":"943954939053538","imei2":"943954939053538","popurl":"www.draupadi-namboothiri.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165514,"job_number":"JOB_165514","tr_customer_id":165531,"tr_customer_product_id":165521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Kannen Naik","mobile_number":"9868313965","email_id":"girik.pothuvaal@gmail.com","dop":"2026-01-14","serial_number":"708014944444958","imei1":"708014944444958","imei2":"708014944444958","popurl":"www.vrinda-sinha.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165513,"job_number":"JOB_165513","tr_customer_id":165530,"tr_customer_product_id":165520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Chandra Pothuvaal","mobile_number":"9856841753","email_id":"amritambu.gupta@yahoo.co.in","dop":"2026-01-14","serial_number":"435393774090811","imei1":"435393774090811","imei2":"435393774090811","popurl":"www.sanka-nambeesan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165512,"job_number":"JOB_165512","tr_customer_id":165529,"tr_customer_product_id":165519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Giri Bhattathiri","mobile_number":"9884664825","email_id":"devajyoti.nambeesan@yahoo.co.in","dop":"2026-01-14","serial_number":"111114905545525","imei1":"111114905545525","imei2":"111114905545525","popurl":"www.anal-kaniyar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165511,"job_number":"JOB_165511","tr_customer_id":165528,"tr_customer_product_id":165518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Leela Mukhopadhyay","mobile_number":"9861601455","email_id":"chakor.naik@yahoo.co.in","dop":"2026-01-14","serial_number":"136270079033389","imei1":"136270079033389","imei2":"136270079033389","popurl":"www.usha-dhawan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165510,"job_number":"JOB_165510","tr_customer_id":165527,"tr_customer_product_id":165517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Dhana Gowda","mobile_number":"9848145066","email_id":"dinkar.agarwal@gmail.com","dop":"2026-01-14","serial_number":"025976055350217","imei1":"025976055350217","imei2":"025976055350217","popurl":"www.deeptiman-mishra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165509,"job_number":"JOB_165509","tr_customer_id":165526,"tr_customer_product_id":165516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:29.000Z","modified_at":"2026-01-24T05:28:29.000Z","name":"Delores Armstrong","mobile_number":"318-439-9385","email_id":"Carmel.Rosenbaum@yahoo.com","dop":"2025-04-06","serial_number":"18174827416943092","imei1":"18174827416943092","imei2":"18174827416943092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165508,"job_number":"JOB_165508","tr_customer_id":165525,"tr_customer_product_id":165515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:28.000Z","modified_at":"2026-01-24T05:29:05.000Z","name":"Orie Little","mobile_number":"525-384-1398","email_id":"Guiseppe_Smitham@yahoo.com","dop":"2025-04-06","serial_number":"15957412024678","imei1":"15957412024678","imei2":"15957412024678","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T05:29:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165507,"job_number":"JOB_165507","tr_customer_id":165524,"tr_customer_product_id":165514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:27:39.000Z","modified_at":"2026-01-24T05:27:39.000Z","name":"Josefina Padberg","mobile_number":"665-589-5279","email_id":"Rickey.Tremblay@gmail.com","dop":"2025-04-06","serial_number":"11273135426038496","imei1":"11273135426038496","imei2":"11273135426038496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:27:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165506,"job_number":"JOB_165506","tr_customer_id":165523,"tr_customer_product_id":165513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:27:38.000Z","modified_at":"2026-01-24T05:28:15.000Z","name":"Aiden Rohan","mobile_number":"918-852-3017","email_id":"Alexzander29@yahoo.com","dop":"2025-04-06","serial_number":"17318834713118","imei1":"17318834713118","imei2":"17318834713118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T05:28:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165505,"job_number":"JOB_165505","tr_customer_id":165522,"tr_customer_product_id":165512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:30.000Z","modified_at":"2026-01-24T05:22:30.000Z","name":"Meghnath Menon","mobile_number":"9824364357","email_id":"gita.varma@gmail.com","dop":"2026-01-14","serial_number":"204241835066694","imei1":"204241835066694","imei2":"204241835066694","popurl":"www.niro-sharma.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165504,"job_number":"JOB_165504","tr_customer_id":165521,"tr_customer_product_id":165511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:30.000Z","modified_at":"2026-01-24T05:22:30.000Z","name":"Chandra Gupta","mobile_number":"9807608897","email_id":"bhooshit.jha@yahoo.co.in","dop":"2026-01-14","serial_number":"135004602020188","imei1":"135004602020188","imei2":"135004602020188","popurl":"www.mukesh-achari.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165503,"job_number":"JOB_165503","tr_customer_id":165520,"tr_customer_product_id":165510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:30.000Z","modified_at":"2026-01-24T05:22:30.000Z","name":"Garud Dutta","mobile_number":"9812912792","email_id":"geetanjali.patel@hotmail.com","dop":"2026-01-14","serial_number":"273199796640445","imei1":"273199796640445","imei2":"273199796640445","popurl":"www.ashlesh-acharya.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165502,"job_number":"JOB_165502","tr_customer_id":165519,"tr_customer_product_id":165509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:30.000Z","modified_at":"2026-01-24T05:22:30.000Z","name":"Jyoti Nehru","mobile_number":"9893922526","email_id":"kanaka.gowda@hotmail.com","dop":"2026-01-14","serial_number":"613144388003999","imei1":"613144388003999","imei2":"613144388003999","popurl":"www.kannen-kocchar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165501,"job_number":"JOB_165501","tr_customer_id":165518,"tr_customer_product_id":165508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:30.000Z","modified_at":"2026-01-24T05:22:30.000Z","name":"Amritambu Dhawan","mobile_number":"9861774402","email_id":"amodini.shah@gmail.com","dop":"2026-01-14","serial_number":"931511561613644","imei1":"931511561613644","imei2":"931511561613644","popurl":"www.sameer-shukla.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165500,"job_number":"JOB_165500","tr_customer_id":165517,"tr_customer_product_id":165507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Himadri Kocchar","mobile_number":"9883292063","email_id":"inder.mahajan@gmail.com","dop":"2026-01-14","serial_number":"860436536734665","imei1":"860436536734665","imei2":"860436536734665","popurl":"www.veda-prajapat.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165499,"job_number":"JOB_165499","tr_customer_id":165515,"tr_customer_product_id":165506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Aditya Mukhopadhyay","mobile_number":"9838639115","email_id":"adinath.mehra@yahoo.co.in","dop":"2026-01-14","serial_number":"068937258082342","imei1":"068937258082342","imei2":"068937258082342","popurl":"www.sharda-mehra.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165498,"job_number":"JOB_165498","tr_customer_id":165516,"tr_customer_product_id":165505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Jahnu Chattopadhyay","mobile_number":"9887527124","email_id":"dayaamay.gowda@hotmail.com","dop":"2026-01-14","serial_number":"217579745065474","imei1":"217579745065474","imei2":"217579745065474","popurl":"www.chitraksh-khan.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165497,"job_number":"JOB_165497","tr_customer_id":165514,"tr_customer_product_id":165504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Agneya Bhattathiri","mobile_number":"9871191280","email_id":"shiv.shah@yahoo.co.in","dop":"2026-01-14","serial_number":"344533209011035","imei1":"344533209011035","imei2":"344533209011035","popurl":"www.balaaditya-jain.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165496,"job_number":"JOB_165496","tr_customer_id":165513,"tr_customer_product_id":165503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Dinkar Pillai","mobile_number":"9819829858","email_id":"gemine.reddy@hotmail.com","dop":"2026-01-14","serial_number":"550119271681573","imei1":"550119271681573","imei2":"550119271681573","popurl":"www.gorakhanatha-mehra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165495,"job_number":"JOB_165495","tr_customer_id":165512,"tr_customer_product_id":165502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Adityanandana Ganaka","mobile_number":"9896887036","email_id":"aadidev.singh@gmail.com","dop":"2026-01-14","serial_number":"510735443754949","imei1":"510735443754949","imei2":"510735443754949","popurl":"www.kali-dhawan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165494,"job_number":"JOB_165494","tr_customer_id":165511,"tr_customer_product_id":165501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Jagdish Ahluwalia","mobile_number":"9836982286","email_id":"somu.saini@hotmail.com","dop":"2026-01-14","serial_number":"349409848651597","imei1":"349409848651597","imei2":"349409848651597","popurl":"www.nirbhay-panicker.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165493,"job_number":"JOB_165493","tr_customer_id":165510,"tr_customer_product_id":165500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Swapnil Pilla","mobile_number":"9812139207","email_id":"bahula.guneta@gmail.com","dop":"2026-01-14","serial_number":"280732611989380","imei1":"280732611989380","imei2":"280732611989380","popurl":"www.gajadhar-ahluwalia.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165492,"job_number":"JOB_165492","tr_customer_id":165509,"tr_customer_product_id":165499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Shubhaprada Pothuvaal","mobile_number":"9804072714","email_id":"dhanesh.pandey@hotmail.com","dop":"2026-01-14","serial_number":"996498247056499","imei1":"996498247056499","imei2":"996498247056499","popurl":"www.aslesha-nayar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165491,"job_number":"JOB_165491","tr_customer_id":165508,"tr_customer_product_id":165498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Anilaabh Khatri","mobile_number":"9887778565","email_id":"shakuntala.gowda@yahoo.co.in","dop":"2026-01-14","serial_number":"132455574581212","imei1":"132455574581212","imei2":"132455574581212","popurl":"www.chandrakala-tandon.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165490,"job_number":"JOB_165490","tr_customer_id":165507,"tr_customer_product_id":165497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Gudakesha Nair","mobile_number":"9802628728","email_id":"lal.dubashi@hotmail.com","dop":"2026-01-14","serial_number":"142910202711041","imei1":"142910202711041","imei2":"142910202711041","popurl":"www.vyas-dwivedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165489,"job_number":"JOB_165489","tr_customer_id":165506,"tr_customer_product_id":165496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Vedang Gupta","mobile_number":"9898235923","email_id":"kama.dubashi@yahoo.co.in","dop":"2026-01-14","serial_number":"204626836330070","imei1":"204626836330070","imei2":"204626836330070","popurl":"www.shwet-adiga.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165488,"job_number":"JOB_165488","tr_customer_id":165505,"tr_customer_product_id":165495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Ekaling Banerjee","mobile_number":"9807705961","email_id":"karunanidhi.guneta@gmail.com","dop":"2026-01-14","serial_number":"762288732442731","imei1":"762288732442731","imei2":"762288732442731","popurl":"www.kali-iyer.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165487,"job_number":"JOB_165487","tr_customer_id":165504,"tr_customer_product_id":165494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Rajinder Abbott","mobile_number":"9826928768","email_id":"devajyoti.kapoor@yahoo.co.in","dop":"2026-01-14","serial_number":"704252216274963","imei1":"704252216274963","imei2":"704252216274963","popurl":"www.akshata-desai.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165486,"job_number":"JOB_165486","tr_customer_id":165503,"tr_customer_product_id":165493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Tanushri Chattopadhyay","mobile_number":"9850438924","email_id":"dhanvin.varma@hotmail.com","dop":"2026-01-14","serial_number":"744631892929481","imei1":"744631892929481","imei2":"744631892929481","popurl":"www.sarisha-guneta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165485,"job_number":"JOB_165485","tr_customer_id":165502,"tr_customer_product_id":165492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:43.000Z","modified_at":"2026-01-24T05:20:43.000Z","name":"Dhanalakshmi Kaniyar","mobile_number":"9843225780","email_id":"bilwa.ganaka@gmail.com","dop":"2026-01-14","serial_number":"257930479096808","imei1":"257930479096808","imei2":"257930479096808","popurl":"www.chakradhar-tandon.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165484,"job_number":"JOB_165484","tr_customer_id":165501,"tr_customer_product_id":165491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:43.000Z","modified_at":"2026-01-24T05:20:43.000Z","name":"Gati Bhat","mobile_number":"9814821371","email_id":"suryakant.patil@hotmail.com","dop":"2026-01-14","serial_number":"578761028907542","imei1":"578761028907542","imei2":"578761028907542","popurl":"www.bhaasvan-gandhi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165483,"job_number":"JOB_165483","tr_customer_id":165500,"tr_customer_product_id":165490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:43.000Z","modified_at":"2026-01-24T05:20:43.000Z","name":"Aatmaj Trivedi","mobile_number":"9879610875","email_id":"dwaipayana.mehra@gmail.com","dop":"2026-01-14","serial_number":"243996057815373","imei1":"243996057815373","imei2":"243996057815373","popurl":"www.rageshwari-shah.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165482,"job_number":"JOB_165482","tr_customer_id":165499,"tr_customer_product_id":165489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:43.000Z","modified_at":"2026-01-24T05:20:43.000Z","name":"Gorakhnath Mishra","mobile_number":"9817666835","email_id":"chakor.guneta@yahoo.co.in","dop":"2026-01-14","serial_number":"530234592713464","imei1":"530234592713464","imei2":"530234592713464","popurl":"www.anand swarup-verma.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165481,"job_number":"JOB_165481","tr_customer_id":165498,"tr_customer_product_id":165488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:43.000Z","modified_at":"2026-01-24T05:20:43.000Z","name":"Rajan Acharya","mobile_number":"9831803925","email_id":"shresth.guha@yahoo.co.in","dop":"2026-01-14","serial_number":"210435875501433","imei1":"210435875501433","imei2":"210435875501433","popurl":"www.aagneya-nayar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165480,"job_number":"JOB_165480","tr_customer_id":165497,"tr_customer_product_id":165487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Vishwamitra Mehra","mobile_number":"9824882314","email_id":"suresh.prajapat@gmail.com","dop":"2026-01-14","serial_number":"684904353816327","imei1":"684904353816327","imei2":"684904353816327","popurl":"www.parvati-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165479,"job_number":"JOB_165479","tr_customer_id":165496,"tr_customer_product_id":165486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Jagmeet Rana","mobile_number":"9891737618","email_id":"vishnu.desai@hotmail.com","dop":"2026-01-14","serial_number":"412191385945580","imei1":"412191385945580","imei2":"412191385945580","popurl":"www.chandini-sinha.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165478,"job_number":"JOB_165478","tr_customer_id":165495,"tr_customer_product_id":165485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Deeptimayee Pandey","mobile_number":"9866632570","email_id":"baalagopaal.patil@yahoo.co.in","dop":"2026-01-14","serial_number":"847943585605714","imei1":"847943585605714","imei2":"847943585605714","popurl":"www.deepankar-banerjee.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165477,"job_number":"JOB_165477","tr_customer_id":165494,"tr_customer_product_id":165484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Dipendra Rana","mobile_number":"9843190040","email_id":"upendra.achari@gmail.com","dop":"2026-01-14","serial_number":"234170565364985","imei1":"234170565364985","imei2":"234170565364985","popurl":"www.chandraswaroopa-kakkar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165476,"job_number":"JOB_165476","tr_customer_id":165493,"tr_customer_product_id":165483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Abhirath Bhat","mobile_number":"9887093059","email_id":"krishna.ahluwalia@hotmail.com","dop":"2026-01-14","serial_number":"929123062507774","imei1":"929123062507774","imei2":"929123062507774","popurl":"www.aditeya-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165475,"job_number":"JOB_165475","tr_customer_id":165492,"tr_customer_product_id":165482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Tapan Sinha","mobile_number":"9885078455","email_id":"laxmi.gupta@gmail.com","dop":"2026-01-14","serial_number":"447716340958876","imei1":"447716340958876","imei2":"447716340958876","popurl":"www.aasha-arora.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165474,"job_number":"JOB_165474","tr_customer_id":165491,"tr_customer_product_id":165481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Arun Shah","mobile_number":"9885871438","email_id":"deevakar.mehra@gmail.com","dop":"2026-01-14","serial_number":"899349088227204","imei1":"899349088227204","imei2":"899349088227204","popurl":"www.devika-jain.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165473,"job_number":"JOB_165473","tr_customer_id":165490,"tr_customer_product_id":165480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Balamani Malik","mobile_number":"9807389016","email_id":"keerti.patil@gmail.com","dop":"2026-01-14","serial_number":"511075121952684","imei1":"511075121952684","imei2":"511075121952684","popurl":"www.gopi-menon.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165472,"job_number":"JOB_165472","tr_customer_id":165489,"tr_customer_product_id":165479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Bhaasvan Mishra","mobile_number":"9825775902","email_id":"himadri.abbott@gmail.com","dop":"2026-01-14","serial_number":"546120583928817","imei1":"546120583928817","imei2":"546120583928817","popurl":"www.nagabhushanam-saini.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165471,"job_number":"JOB_165471","tr_customer_id":165488,"tr_customer_product_id":165478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Ameyatma Mehrotra","mobile_number":"9831580230","email_id":"vasanti.tagore@yahoo.co.in","dop":"2026-01-14","serial_number":"798698923777293","imei1":"798698923777293","imei2":"798698923777293","popurl":"www.bhaves-gupta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165470,"job_number":"JOB_165470","tr_customer_id":165487,"tr_customer_product_id":165477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Chandini Nambeesan","mobile_number":"9813715424","email_id":"aaratrika.kocchar@hotmail.com","dop":"2026-01-14","serial_number":"610428654637615","imei1":"610428654637615","imei2":"610428654637615","popurl":"www.sarala-guneta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165469,"job_number":"JOB_165469","tr_customer_id":165486,"tr_customer_product_id":165476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Laal Varman","mobile_number":"9866348627","email_id":"gandharva.somayaji@gmail.com","dop":"2026-01-14","serial_number":"122641223298619","imei1":"122641223298619","imei2":"122641223298619","popurl":"www.priyala-gandhi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165468,"job_number":"JOB_165468","tr_customer_id":165485,"tr_customer_product_id":165475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Tara Agarwal","mobile_number":"9811498175","email_id":"dinkar.namboothiri@yahoo.co.in","dop":"2026-01-14","serial_number":"904414731602293","imei1":"904414731602293","imei2":"904414731602293","popurl":"www.baijayanti-patel.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165467,"job_number":"JOB_165467","tr_customer_id":165484,"tr_customer_product_id":165474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Baalagopaal Varman","mobile_number":"9888892124","email_id":"karan.namboothiri@yahoo.co.in","dop":"2026-01-14","serial_number":"370118375659360","imei1":"370118375659360","imei2":"370118375659360","popurl":"www.anusuya-mehrotra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165466,"job_number":"JOB_165466","tr_customer_id":165483,"tr_customer_product_id":165473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Bhaumik Tandon","mobile_number":"9877465070","email_id":"gautam.kaniyar@gmail.com","dop":"2026-01-14","serial_number":"381269552358494","imei1":"381269552358494","imei2":"381269552358494","popurl":"www.dayamayee-mehra.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165465,"job_number":"JOB_165465","tr_customer_id":165482,"tr_customer_product_id":165472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:19:10.000Z","modified_at":"2026-01-24T05:19:10.000Z","name":"Jamel Keebler","mobile_number":"300-948-6373","email_id":"Shemar_Stiedemann@hotmail.com","dop":"2025-06-08","serial_number":"12720811817232","imei1":"12720811817232","imei2":"12720811817232","popurl":"2025-06-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:19:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165463,"job_number":"JOB_165463","tr_customer_id":165480,"tr_customer_product_id":165470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:53:14.000Z","modified_at":"2026-01-24T04:53:14.000Z","name":"Nicolette Cole","mobile_number":"732-592-4570","email_id":"Lucy45@gmail.com","dop":"2025-04-06","serial_number":"18380129139960776","imei1":"18380129139960776","imei2":"18380129139960776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:53:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165462,"job_number":"JOB_165462","tr_customer_id":165479,"tr_customer_product_id":165469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:53:12.000Z","modified_at":"2026-01-24T04:53:52.000Z","name":"Karine Von","mobile_number":"981-312-0876","email_id":"Demetris89@gmail.com","dop":"2025-04-06","serial_number":"14873249974537","imei1":"14873249974537","imei2":"14873249974537","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T04:53:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165461,"job_number":"JOB_165461","tr_customer_id":165478,"tr_customer_product_id":165468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:52:54.000Z","modified_at":"2026-01-24T04:52:54.000Z","name":"Jaycee Hilpert","mobile_number":"480-269-1662","email_id":"Martina42@yahoo.com","dop":"2025-04-06","serial_number":"10477807887607346","imei1":"10477807887607346","imei2":"10477807887607346","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:52:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165460,"job_number":"JOB_165460","tr_customer_id":165477,"tr_customer_product_id":165467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:52:53.000Z","modified_at":"2026-01-24T04:53:28.000Z","name":"Orion Brekke","mobile_number":"914-538-2054","email_id":"Barbara60@gmail.com","dop":"2025-04-06","serial_number":"11934189118319","imei1":"11934189118319","imei2":"11934189118319","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T04:53:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165459,"job_number":"JOB_165459","tr_customer_id":165476,"tr_customer_product_id":165466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:41.000Z","modified_at":"2026-01-24T04:50:41.000Z","name":"Shwet Acharya","mobile_number":"9806210025","email_id":"kailash.patel@gmail.com","dop":"2026-01-14","serial_number":"727119346976515","imei1":"727119346976515","imei2":"727119346976515","popurl":"www.narinder-marar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165458,"job_number":"JOB_165458","tr_customer_id":165475,"tr_customer_product_id":165465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:41.000Z","modified_at":"2026-01-24T04:50:41.000Z","name":"Opaline Varman","mobile_number":"9884389213","email_id":"aarya.kapoor@hotmail.com","dop":"2026-01-14","serial_number":"390594674793521","imei1":"390594674793521","imei2":"390594674793521","popurl":"www.girindra-joshi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165457,"job_number":"JOB_165457","tr_customer_id":165474,"tr_customer_product_id":165464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:41.000Z","name":"Devi Desai","mobile_number":"9839153375","email_id":"lakshmidhar.malik@yahoo.co.in","dop":"2026-01-14","serial_number":"990756071902525","imei1":"990756071902525","imei2":"990756071902525","popurl":"www.tapan-sharma.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165456,"job_number":"JOB_165456","tr_customer_id":165473,"tr_customer_product_id":165463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Minakshi Gowda","mobile_number":"9827251883","email_id":"devangana.ahluwalia@gmail.com","dop":"2026-01-14","serial_number":"875568231961846","imei1":"875568231961846","imei2":"875568231961846","popurl":"www.aagneya-varman.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165455,"job_number":"JOB_165455","tr_customer_id":165472,"tr_customer_product_id":165462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Dharmaketu Nair","mobile_number":"9868697943","email_id":"dhanapati.varma@gmail.com","dop":"2026-01-14","serial_number":"921153741995997","imei1":"921153741995997","imei2":"921153741995997","popurl":"www.uttam-gandhi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165454,"job_number":"JOB_165454","tr_customer_id":165471,"tr_customer_product_id":165461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Bhupen Tandon","mobile_number":"9865321765","email_id":"kartik.gowda@gmail.com","dop":"2026-01-14","serial_number":"094542402756868","imei1":"094542402756868","imei2":"094542402756868","popurl":"www.tanya-banerjee.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165453,"job_number":"JOB_165453","tr_customer_id":165470,"tr_customer_product_id":165460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Paramartha Mehra","mobile_number":"9827191235","email_id":"balgopal.malik@yahoo.co.in","dop":"2026-01-14","serial_number":"018569699916048","imei1":"018569699916048","imei2":"018569699916048","popurl":"www.chaturaanan-ahuja.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165452,"job_number":"JOB_165452","tr_customer_id":165469,"tr_customer_product_id":165459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Draupadi Bhat","mobile_number":"9849961860","email_id":"gitanjali.reddy@gmail.com","dop":"2026-01-14","serial_number":"105448134279153","imei1":"105448134279153","imei2":"105448134279153","popurl":"www.rudra-pothuvaal.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165451,"job_number":"JOB_165451","tr_customer_id":165468,"tr_customer_product_id":165458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Brahmabrata Malik","mobile_number":"9810540375","email_id":"chandraketu.shukla@hotmail.com","dop":"2026-01-14","serial_number":"633236941621852","imei1":"633236941621852","imei2":"633236941621852","popurl":"www.dhyanesh-chaturvedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165450,"job_number":"JOB_165450","tr_customer_id":165467,"tr_customer_product_id":165457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Chandravati Banerjee","mobile_number":"9823702090","email_id":"sanya.mukhopadhyay@yahoo.co.in","dop":"2026-01-14","serial_number":"167387918015345","imei1":"167387918015345","imei2":"167387918015345","popurl":"www.bhargava-bharadwaj.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165449,"job_number":"JOB_165449","tr_customer_id":165466,"tr_customer_product_id":165456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Balaaditya Gandhi","mobile_number":"9872463245","email_id":"chandramohan.ganaka@gmail.com","dop":"2026-01-14","serial_number":"078486991775848","imei1":"078486991775848","imei2":"078486991775848","popurl":"www.gorakhanatha-jain.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165448,"job_number":"JOB_165448","tr_customer_id":165465,"tr_customer_product_id":165455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Avantika Chopra","mobile_number":"9809430249","email_id":"dhanvin.pandey@gmail.com","dop":"2026-01-14","serial_number":"840853718160766","imei1":"840853718160766","imei2":"840853718160766","popurl":"www.bhoopati-acharya.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165447,"job_number":"JOB_165447","tr_customer_id":165464,"tr_customer_product_id":165454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Aatmaj Marar","mobile_number":"9881939272","email_id":"adheesh.chattopadhyay@yahoo.co.in","dop":"2026-01-14","serial_number":"518540287934069","imei1":"518540287934069","imei2":"518540287934069","popurl":"www.kamlesh-singh.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165446,"job_number":"JOB_165446","tr_customer_id":165463,"tr_customer_product_id":165453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Gajadhar Bandopadhyay","mobile_number":"9882554592","email_id":"anal.pandey@hotmail.com","dop":"2026-01-14","serial_number":"850440399132511","imei1":"850440399132511","imei2":"850440399132511","popurl":"www.girika-pothuvaal.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165445,"job_number":"JOB_165445","tr_customer_id":165462,"tr_customer_product_id":165452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Aagam Mehrotra","mobile_number":"9803407688","email_id":"somu.singh@hotmail.com","dop":"2026-01-14","serial_number":"800586982321211","imei1":"800586982321211","imei2":"800586982321211","popurl":"www.mina-chaturvedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165444,"job_number":"JOB_165444","tr_customer_id":165461,"tr_customer_product_id":165451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Bhisham Pilla","mobile_number":"9834515098","email_id":"sujata.bhattacharya@hotmail.com","dop":"2026-01-14","serial_number":"557643353038141","imei1":"557643353038141","imei2":"557643353038141","popurl":"www.aditya-dutta.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165443,"job_number":"JOB_165443","tr_customer_id":165460,"tr_customer_product_id":165450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Giriraaj Marar","mobile_number":"9850334121","email_id":"bhoopati.ganaka@hotmail.com","dop":"2026-01-14","serial_number":"093972205388223","imei1":"093972205388223","imei2":"093972205388223","popurl":"www.meghnad-devar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165442,"job_number":"JOB_165442","tr_customer_id":165459,"tr_customer_product_id":165449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Gautam Rana","mobile_number":"9808705261","email_id":"mani.devar@gmail.com","dop":"2026-01-14","serial_number":"786411901638284","imei1":"786411901638284","imei2":"786411901638284","popurl":"www.govinda-joshi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165441,"job_number":"JOB_165441","tr_customer_id":165458,"tr_customer_product_id":165448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Chaaruchandra Kakkar","mobile_number":"9825915432","email_id":"rajendra.johar@gmail.com","dop":"2026-01-14","serial_number":"967320149323116","imei1":"967320149323116","imei2":"967320149323116","popurl":"www.bhoopati-pillai.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165440,"job_number":"JOB_165440","tr_customer_id":165457,"tr_customer_product_id":165447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Dakshayani Mehrotra","mobile_number":"9880309268","email_id":"eshana.mehra@yahoo.co.in","dop":"2026-01-14","serial_number":"775792479396336","imei1":"775792479396336","imei2":"775792479396336","popurl":"www.goswami-sinha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165434,"job_number":"JOB_165434","tr_customer_id":165451,"tr_customer_product_id":165441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:39:42.000Z","modified_at":"2026-01-24T04:39:52.000Z","name":"Christelle McClure","mobile_number":"431-767-5068","email_id":"Shayne.Corkery50@yahoo.com","dop":"2025-07-01","serial_number":"109327534425204","imei1":"109327534425204","imei2":"109327534425204","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T04:39:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165433,"job_number":"JOB_165433","tr_customer_id":165450,"tr_customer_product_id":165440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:39:42.000Z","modified_at":"2026-01-24T04:39:42.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"109883769458152","imei1":"109883769458152","imei2":"109883769458152","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165432,"job_number":"JOB_165432","tr_customer_id":165449,"tr_customer_product_id":165439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:39:30.000Z","modified_at":"2026-01-24T04:39:40.000Z","name":"Gabriella Kerluke","mobile_number":"737-317-0547","email_id":"Geovany_Weimann51@hotmail.com","dop":"2025-07-01","serial_number":"103814157588324","imei1":"103814157588324","imei2":"103814157588324","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T04:39:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165431,"job_number":"JOB_165431","tr_customer_id":165448,"tr_customer_product_id":165438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:39:29.000Z","modified_at":"2026-01-24T04:39:29.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"106051138437493","imei1":"106051138437493","imei2":"106051138437493","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165429,"job_number":"JOB_165429","tr_customer_id":165446,"tr_customer_product_id":165436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:35:28.000Z","modified_at":"2026-01-24T04:38:46.000Z","name":"Morris Russel","mobile_number":"496-675-7604","email_id":"Antonietta.Kuvalis@hotmail.com","dop":"2026-01-04","serial_number":"10544966715126","imei1":"10544966715126","imei2":"10544966715126","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-24T04:38:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165428,"job_number":"JOB_165428","tr_customer_id":165445,"tr_customer_product_id":165435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:32:53.000Z","modified_at":"2026-01-24T04:32:53.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-14","serial_number":"75170751806930","imei1":"75170751806930","imei2":"75170751806930","popurl":"2026-01-14T04:32:52.877713245Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:32:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165427,"job_number":"JOB_165427","tr_customer_id":165444,"tr_customer_product_id":165434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:32:36.000Z","modified_at":"2026-01-24T04:32:36.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-14","serial_number":"91042546477578","imei1":"91042546477578","imei2":"91042546477578","popurl":"2026-01-14T04:32:35.794862697Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:32:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165426,"job_number":"JOB_165426","tr_customer_id":165443,"tr_customer_product_id":165433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Vedanga Iyer","mobile_number":"9818878545","email_id":"vrinda.prajapat@hotmail.com","dop":"2026-01-14","serial_number":"841886975733437","imei1":"841886975733437","imei2":"841886975733437","popurl":"www.dron-gandhi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165425,"job_number":"JOB_165425","tr_customer_id":165442,"tr_customer_product_id":165432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Chandrakala Bhat","mobile_number":"9887057135","email_id":"chatur.asan@yahoo.co.in","dop":"2026-01-14","serial_number":"006765238252952","imei1":"006765238252952","imei2":"006765238252952","popurl":"www.kannen-bhattathiri.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165424,"job_number":"JOB_165424","tr_customer_id":165441,"tr_customer_product_id":165431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Bhargavi Chopra","mobile_number":"9899725910","email_id":"dipankar.dwivedi@yahoo.co.in","dop":"2026-01-14","serial_number":"331716760096727","imei1":"331716760096727","imei2":"331716760096727","popurl":"www.bhavani-shah.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165423,"job_number":"JOB_165423","tr_customer_id":165440,"tr_customer_product_id":165430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Sunita Varman","mobile_number":"9853302346","email_id":"chandramohan.embranthiri@yahoo.co.in","dop":"2026-01-14","serial_number":"176725950591075","imei1":"176725950591075","imei2":"176725950591075","popurl":"www.atmaja-tandon.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165422,"job_number":"JOB_165422","tr_customer_id":165439,"tr_customer_product_id":165429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Tej Sethi","mobile_number":"9833571342","email_id":"arya.guha@hotmail.com","dop":"2026-01-14","serial_number":"846776267179423","imei1":"846776267179423","imei2":"846776267179423","popurl":"www.sushma-talwar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165421,"job_number":"JOB_165421","tr_customer_id":165438,"tr_customer_product_id":165428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Sachin Saini","mobile_number":"9820994305","email_id":"harita.marar@hotmail.com","dop":"2026-01-14","serial_number":"255602128695832","imei1":"255602128695832","imei2":"255602128695832","popurl":"www.bhisham-johar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165420,"job_number":"JOB_165420","tr_customer_id":165437,"tr_customer_product_id":165427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Deeptanshu Trivedi","mobile_number":"9828064479","email_id":"saraswati.nehru@yahoo.co.in","dop":"2026-01-14","serial_number":"363813600417312","imei1":"363813600417312","imei2":"363813600417312","popurl":"www.shwet-reddy.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165419,"job_number":"JOB_165419","tr_customer_id":165436,"tr_customer_product_id":165426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Marut Arora","mobile_number":"9805208962","email_id":"daevi.talwar@yahoo.co.in","dop":"2026-01-14","serial_number":"001000635630398","imei1":"001000635630398","imei2":"001000635630398","popurl":"www.tara-khan.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165418,"job_number":"JOB_165418","tr_customer_id":165435,"tr_customer_product_id":165425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Sushma Embranthiri","mobile_number":"9881105579","email_id":"lila.gowda@gmail.com","dop":"2026-01-14","serial_number":"599070310118488","imei1":"599070310118488","imei2":"599070310118488","popurl":"www.anuraag-shah.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165417,"job_number":"JOB_165417","tr_customer_id":165434,"tr_customer_product_id":165424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Soma Iyer","mobile_number":"9894575017","email_id":"rati.bhattacharya@hotmail.com","dop":"2026-01-14","serial_number":"813391619527318","imei1":"813391619527318","imei2":"813391619527318","popurl":"www.aashritha-talwar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165416,"job_number":"JOB_165416","tr_customer_id":165433,"tr_customer_product_id":165423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Chanda Pandey","mobile_number":"9824631964","email_id":"ekaksh.chattopadhyay@hotmail.com","dop":"2026-01-14","serial_number":"953157742158475","imei1":"953157742158475","imei2":"953157742158475","popurl":"www.kanak-shukla.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165415,"job_number":"JOB_165415","tr_customer_id":165432,"tr_customer_product_id":165422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Aatmaja Shukla","mobile_number":"9808520567","email_id":"balaaditya.dubashi@gmail.com","dop":"2026-01-14","serial_number":"630147529006180","imei1":"630147529006180","imei2":"630147529006180","popurl":"www.gorakhnath-rana.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165414,"job_number":"JOB_165414","tr_customer_id":165431,"tr_customer_product_id":165421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Ekadant Kocchar","mobile_number":"9853053073","email_id":"chanda.devar@hotmail.com","dop":"2026-01-14","serial_number":"004334391747342","imei1":"004334391747342","imei2":"004334391747342","popurl":"www.javas-bhat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165413,"job_number":"JOB_165413","tr_customer_id":165430,"tr_customer_product_id":165420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Baijayanti Mukhopadhyay","mobile_number":"9861870538","email_id":"kumari.kapoor@hotmail.com","dop":"2026-01-14","serial_number":"174323900972146","imei1":"174323900972146","imei2":"174323900972146","popurl":"www.lal-jain.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165412,"job_number":"JOB_165412","tr_customer_id":165429,"tr_customer_product_id":165419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Somu Ahluwalia","mobile_number":"9883256265","email_id":"adhiraj.patel@yahoo.co.in","dop":"2026-01-14","serial_number":"880650741205039","imei1":"880650741205039","imei2":"880650741205039","popurl":"www.vrund-namboothiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165411,"job_number":"JOB_165411","tr_customer_id":165428,"tr_customer_product_id":165418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Adikavi Varma","mobile_number":"9889609728","email_id":"vijay.shukla@gmail.com","dop":"2026-01-14","serial_number":"532227972891934","imei1":"532227972891934","imei2":"532227972891934","popurl":"www.anshula-trivedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165410,"job_number":"JOB_165410","tr_customer_id":165427,"tr_customer_product_id":165417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Chatur Tagore","mobile_number":"9870745580","email_id":"jagmeet.prajapat@yahoo.co.in","dop":"2026-01-14","serial_number":"234909757006711","imei1":"234909757006711","imei2":"234909757006711","popurl":"www.subhashini-acharya.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165409,"job_number":"JOB_165409","tr_customer_id":165426,"tr_customer_product_id":165416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Chaitan Desai","mobile_number":"9871465144","email_id":"ranjeet.chaturvedi@yahoo.co.in","dop":"2026-01-14","serial_number":"048518390040938","imei1":"048518390040938","imei2":"048518390040938","popurl":"www.ojaswini-panicker.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165408,"job_number":"JOB_165408","tr_customer_id":165425,"tr_customer_product_id":165415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Bhaaswar Bharadwaj","mobile_number":"9811134401","email_id":"indra.gowda@hotmail.com","dop":"2026-01-14","serial_number":"314848063276707","imei1":"314848063276707","imei2":"314848063276707","popurl":"www.dhana-mehrotra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165407,"job_number":"JOB_165407","tr_customer_id":165424,"tr_customer_product_id":165414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:58.000Z","modified_at":"2026-01-24T04:27:58.000Z","name":"Chiranjeev Banerjee","mobile_number":"9834721926","email_id":"balagovind.pandey@hotmail.com","dop":"2026-01-14","serial_number":"928510045868407","imei1":"928510045868407","imei2":"928510045868407","popurl":"www.gajaadhar-ahuja.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165406,"job_number":"JOB_165406","tr_customer_id":165423,"tr_customer_product_id":165413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:58.000Z","modified_at":"2026-01-24T04:27:58.000Z","name":"Bhasvan Verma","mobile_number":"9872927685","email_id":"sharmila.mahajan@gmail.com","dop":"2026-01-14","serial_number":"757476286049122","imei1":"757476286049122","imei2":"757476286049122","popurl":"www.vaishno-khatri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165405,"job_number":"JOB_165405","tr_customer_id":165422,"tr_customer_product_id":165412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:58.000Z","modified_at":"2026-01-24T04:27:58.000Z","name":"Jay Dhawan","mobile_number":"9868110374","email_id":"laxman.khan@gmail.com","dop":"2026-01-14","serial_number":"574159400664376","imei1":"574159400664376","imei2":"574159400664376","popurl":"www.gayatri-singh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165404,"job_number":"JOB_165404","tr_customer_id":165421,"tr_customer_product_id":165411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:58.000Z","modified_at":"2026-01-24T04:27:58.000Z","name":"Dharmaketu Joshi","mobile_number":"9854529024","email_id":"devdan.bhattathiri@gmail.com","dop":"2026-01-14","serial_number":"061726002996298","imei1":"061726002996298","imei2":"061726002996298","popurl":"www.bharadwaj-varma.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165403,"job_number":"JOB_165403","tr_customer_id":165420,"tr_customer_product_id":165410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:57.000Z","modified_at":"2026-01-24T04:27:57.000Z","name":"Balgopal Kapoor","mobile_number":"9869602502","email_id":"ranjit.devar@hotmail.com","dop":"2026-01-14","serial_number":"982484667355714","imei1":"982484667355714","imei2":"982484667355714","popurl":"www.paramartha-deshpande.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165402,"job_number":"JOB_165402","tr_customer_id":165419,"tr_customer_product_id":165409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:57.000Z","modified_at":"2026-01-24T04:27:57.000Z","name":"Agrata Bhat","mobile_number":"9885789355","email_id":"gopal.naik@yahoo.co.in","dop":"2026-01-14","serial_number":"924016580826651","imei1":"924016580826651","imei2":"924016580826651","popurl":"www.devika-gowda.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165401,"job_number":"JOB_165401","tr_customer_id":165418,"tr_customer_product_id":165408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:57.000Z","modified_at":"2026-01-24T04:27:57.000Z","name":"Sunita Guneta","mobile_number":"9807668298","email_id":"advaya.varrier@yahoo.co.in","dop":"2026-01-14","serial_number":"051711404933680","imei1":"051711404933680","imei2":"051711404933680","popurl":"www.dayaananda-mehrotra.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165400,"job_number":"JOB_165400","tr_customer_id":165417,"tr_customer_product_id":165407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:56.000Z","modified_at":"2026-01-24T04:27:56.000Z","name":"Ekaaksh Abbott","mobile_number":"9890052794","email_id":"vishwamitra.shah@hotmail.com","dop":"2026-01-14","serial_number":"606155490602616","imei1":"606155490602616","imei2":"606155490602616","popurl":"www.deb-rana.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165399,"job_number":"JOB_165399","tr_customer_id":165416,"tr_customer_product_id":165406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:56.000Z","modified_at":"2026-01-24T04:27:56.000Z","name":"Charuvrat Kocchar","mobile_number":"9815347812","email_id":"balachandra.banerjee@yahoo.co.in","dop":"2026-01-14","serial_number":"229846216442278","imei1":"229846216442278","imei2":"229846216442278","popurl":"www.ramesh-abbott.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165398,"job_number":"JOB_165398","tr_customer_id":165415,"tr_customer_product_id":165405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:56.000Z","modified_at":"2026-01-24T04:27:56.000Z","name":"Deependra Deshpande","mobile_number":"9837293724","email_id":"amritambu.agarwal@gmail.com","dop":"2026-01-14","serial_number":"526902097761960","imei1":"526902097761960","imei2":"526902097761960","popurl":"www.dayaananda-tagore.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165397,"job_number":"JOB_165397","tr_customer_id":165414,"tr_customer_product_id":165404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Hiranya Kaniyar","mobile_number":"9801656119","email_id":"aayushman.johar@yahoo.co.in","dop":"2026-01-14","serial_number":"456912851593140","imei1":"456912851593140","imei2":"456912851593140","popurl":"www.deeptiman-chopra.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165396,"job_number":"JOB_165396","tr_customer_id":165413,"tr_customer_product_id":165403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Kanaka Saini","mobile_number":"9804196307","email_id":"menaka.dutta@yahoo.co.in","dop":"2026-01-14","serial_number":"511960548508867","imei1":"511960548508867","imei2":"511960548508867","popurl":"www.chitramala-guneta.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165395,"job_number":"JOB_165395","tr_customer_id":165412,"tr_customer_product_id":165402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Asha Deshpande","mobile_number":"9852196932","email_id":"kartik.mishra@hotmail.com","dop":"2026-01-14","serial_number":"447438135173029","imei1":"447438135173029","imei2":"447438135173029","popurl":"www.deepali-mishra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165394,"job_number":"JOB_165394","tr_customer_id":165411,"tr_customer_product_id":165401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Chatur Mahajan","mobile_number":"9852608676","email_id":"somnath.nayar@gmail.com","dop":"2026-01-14","serial_number":"854768947007554","imei1":"854768947007554","imei2":"854768947007554","popurl":"www.bhavani-mukhopadhyay.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165393,"job_number":"JOB_165393","tr_customer_id":165410,"tr_customer_product_id":165400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Aalok Iyengar","mobile_number":"9810410980","email_id":"amogh.gandhi@gmail.com","dop":"2026-01-14","serial_number":"115895301479098","imei1":"115895301479098","imei2":"115895301479098","popurl":"www.pran-gill.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165392,"job_number":"JOB_165392","tr_customer_id":165409,"tr_customer_product_id":165399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Sarvin Johar","mobile_number":"9820175652","email_id":"rohana.rana@yahoo.co.in","dop":"2026-01-14","serial_number":"432530712923217","imei1":"432530712923217","imei2":"432530712923217","popurl":"www.ranjeet-verma.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165391,"job_number":"JOB_165391","tr_customer_id":165408,"tr_customer_product_id":165398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:53.000Z","modified_at":"2026-01-24T04:27:53.000Z","name":"Deeptanshu Shukla","mobile_number":"9898060828","email_id":"daevi.dhawan@gmail.com","dop":"2026-01-14","serial_number":"706795469102623","imei1":"706795469102623","imei2":"706795469102623","popurl":"www.bhadraksh-malik.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165390,"job_number":"JOB_165390","tr_customer_id":165407,"tr_customer_product_id":165397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:53.000Z","modified_at":"2026-01-24T04:27:53.000Z","name":"Gopal Panicker","mobile_number":"9870450560","email_id":"ganaka.chaturvedi@gmail.com","dop":"2026-01-14","serial_number":"637317676472120","imei1":"637317676472120","imei2":"637317676472120","popurl":"www.krishnadas-pandey.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165389,"job_number":"JOB_165389","tr_customer_id":165406,"tr_customer_product_id":165396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:52.000Z","modified_at":"2026-01-24T04:27:52.000Z","name":"Alok Mehra","mobile_number":"9859134502","email_id":"himadri.pandey@hotmail.com","dop":"2026-01-14","serial_number":"491498836514650","imei1":"491498836514650","imei2":"491498836514650","popurl":"www.amaranaath-agarwal.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165388,"job_number":"JOB_165388","tr_customer_id":165405,"tr_customer_product_id":165395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:52.000Z","modified_at":"2026-01-24T04:27:52.000Z","name":"Opalina Tandon","mobile_number":"9868737878","email_id":"kiran.kapoor@hotmail.com","dop":"2026-01-14","serial_number":"345413575723243","imei1":"345413575723243","imei2":"345413575723243","popurl":"www.abhisyanta-sinha.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165387,"job_number":"JOB_165387","tr_customer_id":165404,"tr_customer_product_id":165394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:52.000Z","modified_at":"2026-01-24T04:27:52.000Z","name":"Rameshwar Saini","mobile_number":"9896088852","email_id":"jagathi.dwivedi@hotmail.com","dop":"2026-01-14","serial_number":"642935919776858","imei1":"642935919776858","imei2":"642935919776858","popurl":"www.dhanalakshmi-guha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165386,"job_number":"JOB_165386","tr_customer_id":165403,"tr_customer_product_id":165393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:24:47.000Z","modified_at":"2026-01-24T04:24:47.000Z","name":"Magnolia Wehner","mobile_number":"660-564-2966","email_id":"Janet.Hettinger@gmail.com","dop":"2025-04-06","serial_number":"12079838181295206","imei1":"12079838181295206","imei2":"12079838181295206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:24:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165385,"job_number":"JOB_165385","tr_customer_id":165402,"tr_customer_product_id":165392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:24:46.000Z","modified_at":"2026-01-24T04:25:22.000Z","name":"Andrew Leuschke","mobile_number":"991-281-6403","email_id":"Lafayette.Keebler86@hotmail.com","dop":"2025-04-06","serial_number":"12956495377567","imei1":"12956495377567","imei2":"12956495377567","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T04:25:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165384,"job_number":"JOB_165384","tr_customer_id":165401,"tr_customer_product_id":165391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:24:04.000Z","modified_at":"2026-01-24T04:24:04.000Z","name":"Ludwig Ullrich","mobile_number":"890-598-1694","email_id":"Monte.Anderson@hotmail.com","dop":"2025-04-06","serial_number":"17922287909484024","imei1":"17922287909484024","imei2":"17922287909484024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:24:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165383,"job_number":"JOB_165383","tr_customer_id":165400,"tr_customer_product_id":165390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:24:03.000Z","modified_at":"2026-01-24T04:24:39.000Z","name":"Ron Marks","mobile_number":"774-779-5594","email_id":"Ressie.Barrows16@yahoo.com","dop":"2025-04-06","serial_number":"10234358658673","imei1":"10234358658673","imei2":"10234358658673","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T04:24:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165382,"job_number":"JOB_165382","tr_customer_id":165399,"tr_customer_product_id":165389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:23:21.000Z","modified_at":"2026-01-24T04:23:21.000Z","name":"Joel Ankunding","mobile_number":"827-267-5322","email_id":"Winnifred_Schneider54@hotmail.com","dop":"2025-04-06","serial_number":"16845791980135318","imei1":"16845791980135318","imei2":"16845791980135318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:23:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165381,"job_number":"JOB_165381","tr_customer_id":165398,"tr_customer_product_id":165388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:23:20.000Z","modified_at":"2026-01-24T04:23:56.000Z","name":"Georgiana Roberts","mobile_number":"287-318-6889","email_id":"Sydney_Jones@yahoo.com","dop":"2025-04-06","serial_number":"18511483938795","imei1":"18511483938795","imei2":"18511483938795","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T04:23:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165380,"job_number":"JOB_165380","tr_customer_id":165397,"tr_customer_product_id":165387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:21:44.000Z","modified_at":"2026-01-24T04:37:53.000Z","name":"Kraig Mayert","mobile_number":"891-347-5577","email_id":"Berta5@gmail.com","dop":"2026-01-04","serial_number":"14536486101644","imei1":"14536486101644","imei2":"14536486101644","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-24T04:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165379,"job_number":"JOB_165379","tr_customer_id":165396,"tr_customer_product_id":165386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:18:27.000Z","modified_at":"2026-01-24T04:18:27.000Z","name":"Aarya Patil","mobile_number":"8646182846","email_id":"mandakini.gandhi@hotmail.com","dop":"2026-01-14","serial_number":"38315729594727","imei1":"38315729594727","imei2":"38315729594727","popurl":"www.chakravartee-nehru.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:18:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165356,"job_number":"JOB_165356","tr_customer_id":165373,"tr_customer_product_id":165363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:51:56.000Z","modified_at":"2026-01-24T03:51:56.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-14","serial_number":"11794514993613","imei1":"18904414473613","imei2":"130779079163713","popurl":"2026-01-14T03:51:54.202267400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:51:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165355,"job_number":"JOB_165355","tr_customer_id":165372,"tr_customer_product_id":165362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:50:09.000Z","modified_at":"2026-01-24T03:50:09.000Z","name":"Breana Marks","mobile_number":"649-208-6435","email_id":"Angelo.Auer92@hotmail.com","dop":"2025-04-06","serial_number":"18717702518598948","imei1":"18717702518598948","imei2":"18717702518598948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165354,"job_number":"JOB_165354","tr_customer_id":165371,"tr_customer_product_id":165361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:50:08.000Z","modified_at":"2026-01-24T03:50:45.000Z","name":"Jovany Hintz","mobile_number":"799-242-0870","email_id":"Anjali63@gmail.com","dop":"2025-04-06","serial_number":"19172633001544","imei1":"19172633001544","imei2":"19172633001544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165353,"job_number":"JOB_165353","tr_customer_id":165370,"tr_customer_product_id":165360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:50:07.000Z","modified_at":"2026-01-24T03:50:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14428914154344","imei1":"14428914154344","imei2":"14428914154344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:50:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165352,"job_number":"JOB_165352","tr_customer_id":165369,"tr_customer_product_id":165359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:53.000Z","modified_at":"2026-01-24T03:49:53.000Z","name":"Felicity Prohaska","mobile_number":"493-935-4616","email_id":"Maya14@hotmail.com","dop":"2025-04-06","serial_number":"18720437561758200","imei1":"18720437561758200","imei2":"18720437561758200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165351,"job_number":"JOB_165351","tr_customer_id":165368,"tr_customer_product_id":165358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:52.000Z","modified_at":"2026-01-24T03:50:27.000Z","name":"Rebekah Crooks","mobile_number":"389-639-8225","email_id":"Nikolas34@hotmail.com","dop":"2025-04-06","serial_number":"11070167175546","imei1":"11070167175546","imei2":"11070167175546","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:50:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165350,"job_number":"JOB_165350","tr_customer_id":165367,"tr_customer_product_id":165357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:52.000Z","modified_at":"2026-01-24T03:49:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13554323013804","imei1":"13554323013804","imei2":"13554323013804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165346,"job_number":"JOB_165346","tr_customer_id":165363,"tr_customer_product_id":165353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:33.000Z","modified_at":"2026-01-24T03:49:33.000Z","name":"Nathen Reichert","mobile_number":"289-517-6308","email_id":"Wilbert_Russel@hotmail.com","dop":"2025-04-06","serial_number":"14112098358107610","imei1":"14112098358107610","imei2":"14112098358107610","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165345,"job_number":"JOB_165345","tr_customer_id":165362,"tr_customer_product_id":165352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:32.000Z","modified_at":"2026-01-24T03:50:08.000Z","name":"Patsy Wilkinson","mobile_number":"464-558-4664","email_id":"Hellen65@yahoo.com","dop":"2025-04-06","serial_number":"14910771462650","imei1":"14910771462650","imei2":"14910771462650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:50:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165344,"job_number":"JOB_165344","tr_customer_id":165361,"tr_customer_product_id":165351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:32.000Z","modified_at":"2026-01-24T03:49:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16427105170239","imei1":"16427105170239","imei2":"16427105170239","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165343,"job_number":"JOB_165343","tr_customer_id":165360,"tr_customer_product_id":165350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:25.000Z","modified_at":"2026-01-24T03:49:25.000Z","name":"Jolie Bernier","mobile_number":"536-628-7256","email_id":"Celestino.Wisozk49@gmail.com","dop":"2025-04-06","serial_number":"16217151647362924","imei1":"16217151647362924","imei2":"16217151647362924","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165342,"job_number":"JOB_165342","tr_customer_id":165359,"tr_customer_product_id":165349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:23.000Z","modified_at":"2026-01-24T03:49:23.000Z","name":"Krystina Gleichner","mobile_number":"345-879-8416","email_id":"Melvina17@hotmail.com","dop":"2025-04-06","serial_number":"12491444485544004","imei1":"12491444485544004","imei2":"12491444485544004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165341,"job_number":"JOB_165341","tr_customer_id":165358,"tr_customer_product_id":165348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:23.000Z","modified_at":"2026-01-24T03:50:00.000Z","name":"Jacklyn Wisoky","mobile_number":"535-964-6142","email_id":"Constantin70@gmail.com","dop":"2025-04-06","serial_number":"18620551817047","imei1":"18620551817047","imei2":"18620551817047","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165340,"job_number":"JOB_165340","tr_customer_id":165357,"tr_customer_product_id":165347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:23.000Z","modified_at":"2026-01-24T03:49:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12684171543306","imei1":"12684171543306","imei2":"12684171543306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165339,"job_number":"JOB_165339","tr_customer_id":165356,"tr_customer_product_id":165346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:22.000Z","modified_at":"2026-01-24T03:50:02.000Z","name":"Myah Littel","mobile_number":"826-946-1503","email_id":"Eldon_Okuneva@hotmail.com","dop":"2025-04-06","serial_number":"17876708639977","imei1":"17876708639977","imei2":"17876708639977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165338,"job_number":"JOB_165338","tr_customer_id":165355,"tr_customer_product_id":165345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:22.000Z","modified_at":"2026-01-24T03:49:22.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17976199179940","imei1":"17976199179940","imei2":"17976199179940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165337,"job_number":"JOB_165337","tr_customer_id":165354,"tr_customer_product_id":165344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:14.000Z","modified_at":"2026-01-24T03:49:15.000Z","name":"Tanya Wilderman","mobile_number":"740-556-4898","email_id":"Oren74@yahoo.com","dop":"2025-04-06","serial_number":"15465539341670244","imei1":"15465539341670244","imei2":"15465539341670244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165336,"job_number":"JOB_165336","tr_customer_id":165353,"tr_customer_product_id":165343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:13.000Z","modified_at":"2026-01-24T03:49:49.000Z","name":"Willard Borer","mobile_number":"429-871-0550","email_id":"Kyler75@hotmail.com","dop":"2025-04-06","serial_number":"17655381050455","imei1":"17655381050455","imei2":"17655381050455","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165335,"job_number":"JOB_165335","tr_customer_id":165352,"tr_customer_product_id":165342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:13.000Z","modified_at":"2026-01-24T03:49:13.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11643872202322","imei1":"11643872202322","imei2":"11643872202322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165334,"job_number":"JOB_165334","tr_customer_id":165351,"tr_customer_product_id":165341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:11.000Z","modified_at":"2026-01-24T03:49:11.000Z","name":"Desmond Schowalter","mobile_number":"867-479-1018","email_id":"Anabelle76@yahoo.com","dop":"2025-04-06","serial_number":"18498549604324308","imei1":"18498549604324308","imei2":"18498549604324308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165333,"job_number":"JOB_165333","tr_customer_id":165350,"tr_customer_product_id":165340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:10.000Z","modified_at":"2026-01-24T03:49:45.000Z","name":"Selina Konopelski","mobile_number":"662-684-1473","email_id":"Daren37@gmail.com","dop":"2025-04-06","serial_number":"15675762155541","imei1":"15675762155541","imei2":"15675762155541","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165332,"job_number":"JOB_165332","tr_customer_id":165349,"tr_customer_product_id":165339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:10.000Z","modified_at":"2026-01-24T03:49:10.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11166856025382","imei1":"11166856025382","imei2":"11166856025382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165327,"job_number":"JOB_165327","tr_customer_id":165344,"tr_customer_product_id":165334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:57.000Z","modified_at":"2026-01-24T03:48:57.000Z","name":"Cleve Crist","mobile_number":"959-392-2775","email_id":"Maximillian_Windler1@yahoo.com","dop":"2025-04-06","serial_number":"18890661954632910","imei1":"18890661954632910","imei2":"18890661954632910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165325,"job_number":"JOB_165325","tr_customer_id":165342,"tr_customer_product_id":165332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:56.000Z","modified_at":"2026-01-24T03:49:31.000Z","name":"Deron Howell","mobile_number":"264-228-4633","email_id":"Remington.Kuhic@hotmail.com","dop":"2025-04-06","serial_number":"12100932487775","imei1":"12100932487775","imei2":"12100932487775","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165323,"job_number":"JOB_165323","tr_customer_id":165340,"tr_customer_product_id":165330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:55.000Z","modified_at":"2026-01-24T03:48:55.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"13499364363182","imei1":"13499364363182","imei2":"13499364363182","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165321,"job_number":"JOB_165321","tr_customer_id":165338,"tr_customer_product_id":165328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:50.000Z","modified_at":"2026-01-24T03:48:50.000Z","name":"Erich Wolf","mobile_number":"647-821-7533","email_id":"Garett_Greenfelder@gmail.com","dop":"2025-04-06","serial_number":"17382459598498484","imei1":"17382459598498484","imei2":"17382459598498484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165320,"job_number":"JOB_165320","tr_customer_id":165337,"tr_customer_product_id":165327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:49.000Z","modified_at":"2026-01-24T03:49:25.000Z","name":"Calista Bins","mobile_number":"304-317-4356","email_id":"Cristina97@yahoo.com","dop":"2025-04-06","serial_number":"13874467875541","imei1":"13874467875541","imei2":"13874467875541","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165318,"job_number":"JOB_165318","tr_customer_id":165335,"tr_customer_product_id":165325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:49.000Z","modified_at":"2026-01-24T03:48:49.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17004721281782","imei1":"17004721281782","imei2":"17004721281782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165315,"job_number":"JOB_165315","tr_customer_id":165332,"tr_customer_product_id":165322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:48.000Z","modified_at":"2026-01-24T03:48:48.000Z","name":"Kaleigh Witting","mobile_number":"452-413-5002","email_id":"Isabell_Denesik49@gmail.com","dop":"2025-04-06","serial_number":"11442646291047482","imei1":"11442646291047482","imei2":"11442646291047482","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165314,"job_number":"JOB_165314","tr_customer_id":165331,"tr_customer_product_id":165321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:47.000Z","modified_at":"2026-01-24T03:48:47.000Z","name":"Arden Tremblay","mobile_number":"727-820-6131","email_id":"Kendra.Hyatt66@hotmail.com","dop":"2025-04-06","serial_number":"12412944973713898","imei1":"12412944973713898","imei2":"12412944973713898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165313,"job_number":"JOB_165313","tr_customer_id":165330,"tr_customer_product_id":165320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:47.000Z","modified_at":"2026-01-24T03:49:22.000Z","name":"Daisy Jacobson","mobile_number":"512-397-9519","email_id":"Magdalen_Lehner12@yahoo.com","dop":"2025-04-06","serial_number":"10176441396311","imei1":"10176441396311","imei2":"10176441396311","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165312,"job_number":"JOB_165312","tr_customer_id":165329,"tr_customer_product_id":165319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:46.000Z","modified_at":"2026-01-24T03:48:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12420352718073","imei1":"12420352718073","imei2":"12420352718073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165311,"job_number":"JOB_165311","tr_customer_id":165328,"tr_customer_product_id":165318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:46.000Z","modified_at":"2026-01-24T03:49:23.000Z","name":"Ivory Wolf","mobile_number":"711-712-3147","email_id":"Thalia.Jerde38@hotmail.com","dop":"2025-04-06","serial_number":"10166449174588","imei1":"10166449174588","imei2":"10166449174588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165310,"job_number":"JOB_165310","tr_customer_id":165327,"tr_customer_product_id":165317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:46.000Z","modified_at":"2026-01-24T03:48:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19119835456881","imei1":"19119835456881","imei2":"19119835456881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165309,"job_number":"JOB_165309","tr_customer_id":165326,"tr_customer_product_id":165316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:41.000Z","modified_at":"2026-01-24T03:48:41.000Z","name":"Shania Gorczany","mobile_number":"744-942-3992","email_id":"Leonardo24@gmail.com","dop":"2025-04-06","serial_number":"10023791850303816","imei1":"10023791850303816","imei2":"10023791850303816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165308,"job_number":"JOB_165308","tr_customer_id":165325,"tr_customer_product_id":165315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:40.000Z","modified_at":"2026-01-24T03:49:16.000Z","name":"Esmeralda Ruecker","mobile_number":"495-546-8924","email_id":"Kallie.Hartmann@hotmail.com","dop":"2025-04-06","serial_number":"16913730069897","imei1":"16913730069897","imei2":"16913730069897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165307,"job_number":"JOB_165307","tr_customer_id":165324,"tr_customer_product_id":165314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:40.000Z","modified_at":"2026-01-24T03:48:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12473790051572","imei1":"12473790051572","imei2":"12473790051572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165306,"job_number":"JOB_165306","tr_customer_id":165323,"tr_customer_product_id":165313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:37.000Z","modified_at":"2026-01-24T03:48:37.000Z","name":"Jaeden Ferry","mobile_number":"422-370-3628","email_id":"Eudora_Jaskolski74@yahoo.com","dop":"2025-04-06","serial_number":"15686992023527656","imei1":"15686992023527656","imei2":"15686992023527656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165305,"job_number":"JOB_165305","tr_customer_id":165322,"tr_customer_product_id":165312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:36.000Z","modified_at":"2026-01-24T03:49:14.000Z","name":"Colleen Swift","mobile_number":"782-630-7179","email_id":"Rosie64@gmail.com","dop":"2025-04-06","serial_number":"10497813776174","imei1":"10497813776174","imei2":"10497813776174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165303,"job_number":"JOB_165303","tr_customer_id":165320,"tr_customer_product_id":165310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:36.000Z","modified_at":"2026-01-24T03:48:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16252649260495","imei1":"16252649260495","imei2":"16252649260495","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165299,"job_number":"JOB_165299","tr_customer_id":165316,"tr_customer_product_id":165306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:32.000Z","modified_at":"2026-01-24T03:48:32.000Z","name":"Myra Upton","mobile_number":"882-890-8135","email_id":"Junior52@gmail.com","dop":"2025-04-06","serial_number":"17259419956991238","imei1":"17259419956991238","imei2":"17259419956991238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165298,"job_number":"JOB_165298","tr_customer_id":165315,"tr_customer_product_id":165305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:31.000Z","modified_at":"2026-01-24T03:49:06.000Z","name":"Nicole Steuber","mobile_number":"583-703-3100","email_id":"Sabrina29@yahoo.com","dop":"2025-04-06","serial_number":"14853994153611","imei1":"14853994153611","imei2":"14853994153611","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165297,"job_number":"JOB_165297","tr_customer_id":165314,"tr_customer_product_id":165304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:30.000Z","modified_at":"2026-01-24T03:48:30.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13042543927292","imei1":"13042543927292","imei2":"13042543927292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165296,"job_number":"JOB_165296","tr_customer_id":165313,"tr_customer_product_id":165303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:29.000Z","modified_at":"2026-01-24T03:48:29.000Z","name":"Pasquale Leffler","mobile_number":"433-518-7866","email_id":"Luna98@hotmail.com","dop":"2025-04-06","serial_number":"13639098013441312","imei1":"13639098013441312","imei2":"13639098013441312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165295,"job_number":"JOB_165295","tr_customer_id":165312,"tr_customer_product_id":165302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:29.000Z","modified_at":"2026-01-24T03:48:29.000Z","name":"Ellie Durgan","mobile_number":"743-240-4314","email_id":"Margie_Johns@gmail.com","dop":"2025-04-06","serial_number":"17333391059497404","imei1":"17333391059497404","imei2":"17333391059497404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165294,"job_number":"JOB_165294","tr_customer_id":165311,"tr_customer_product_id":165301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:28.000Z","modified_at":"2026-01-24T03:49:01.000Z","name":"Marlee Luettgen","mobile_number":"467-319-1714","email_id":"Irwin31@gmail.com","dop":"2025-04-06","serial_number":"12930018441064","imei1":"12930018441064","imei2":"12930018441064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165293,"job_number":"JOB_165293","tr_customer_id":165310,"tr_customer_product_id":165300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:28.000Z","modified_at":"2026-01-24T03:48:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17076562749631","imei1":"17076562749631","imei2":"17076562749631","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165292,"job_number":"JOB_165292","tr_customer_id":165309,"tr_customer_product_id":165299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:28.000Z","modified_at":"2026-01-24T03:49:03.000Z","name":"Polly Bednar","mobile_number":"886-599-9228","email_id":"Kaley_Schuster@gmail.com","dop":"2025-04-06","serial_number":"11166809691436","imei1":"11166809691436","imei2":"11166809691436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165291,"job_number":"JOB_165291","tr_customer_id":165308,"tr_customer_product_id":165298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:27.000Z","modified_at":"2026-01-24T03:48:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12354189792327","imei1":"12354189792327","imei2":"12354189792327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165290,"job_number":"JOB_165290","tr_customer_id":165307,"tr_customer_product_id":165297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:19.000Z","modified_at":"2026-01-24T03:48:19.000Z","name":"Elijah Bogisich","mobile_number":"339-349-3767","email_id":"Amina.Pacocha@yahoo.com","dop":"2025-04-06","serial_number":"11778325918391316","imei1":"11778325918391316","imei2":"11778325918391316","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165289,"job_number":"JOB_165289","tr_customer_id":165306,"tr_customer_product_id":165296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:19.000Z","modified_at":"2026-01-24T03:48:19.000Z","name":"Breana VonRueden","mobile_number":"268-593-3183","email_id":"Demetrius_Mueller@gmail.com","dop":"2025-04-06","serial_number":"10494592028224830","imei1":"10494592028224830","imei2":"10494592028224830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165288,"job_number":"JOB_165288","tr_customer_id":165305,"tr_customer_product_id":165295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:17.000Z","modified_at":"2026-01-24T03:48:52.000Z","name":"Amalia Schulist","mobile_number":"600-631-6223","email_id":"Mae13@yahoo.com","dop":"2025-04-06","serial_number":"17696535419523","imei1":"17696535419523","imei2":"17696535419523","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165287,"job_number":"JOB_165287","tr_customer_id":165304,"tr_customer_product_id":165294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:17.000Z","modified_at":"2026-01-24T03:48:53.000Z","name":"Lizzie Sporer","mobile_number":"455-427-1911","email_id":"Lessie_Feeney@hotmail.com","dop":"2025-04-06","serial_number":"11151640209231","imei1":"11151640209231","imei2":"11151640209231","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165286,"job_number":"JOB_165286","tr_customer_id":165303,"tr_customer_product_id":165293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:17.000Z","modified_at":"2026-01-24T03:48:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17529749883360","imei1":"17529749883360","imei2":"17529749883360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165285,"job_number":"JOB_165285","tr_customer_id":165302,"tr_customer_product_id":165292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:17.000Z","modified_at":"2026-01-24T03:48:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17765310761789","imei1":"17765310761789","imei2":"17765310761789","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165284,"job_number":"JOB_165284","tr_customer_id":165301,"tr_customer_product_id":165291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:15.000Z","modified_at":"2026-01-24T03:48:15.000Z","name":"Eleanore Waelchi","mobile_number":"494-580-8033","email_id":"Nicholaus41@hotmail.com","dop":"2025-04-06","serial_number":"17004497639633658","imei1":"17004497639633658","imei2":"17004497639633658","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165281,"job_number":"JOB_165281","tr_customer_id":165298,"tr_customer_product_id":165288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:14.000Z","modified_at":"2026-01-24T03:48:49.000Z","name":"Ora Zboncak","mobile_number":"633-644-2072","email_id":"Forrest.Goodwin33@yahoo.com","dop":"2025-04-06","serial_number":"10864419329946","imei1":"10864419329946","imei2":"10864419329946","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165279,"job_number":"JOB_165279","tr_customer_id":165296,"tr_customer_product_id":165286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:13.000Z","modified_at":"2026-01-24T03:48:13.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"12294728863929","imei1":"12294728863929","imei2":"12294728863929","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165273,"job_number":"JOB_165273","tr_customer_id":165290,"tr_customer_product_id":165280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:07.000Z","modified_at":"2026-01-24T03:48:07.000Z","name":"Randy Bartell","mobile_number":"744-267-2515","email_id":"Jesus.Bernier3@gmail.com","dop":"2025-04-06","serial_number":"15198429768929360","imei1":"15198429768929360","imei2":"15198429768929360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165272,"job_number":"JOB_165272","tr_customer_id":165289,"tr_customer_product_id":165279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:06.000Z","modified_at":"2026-01-24T03:48:42.000Z","name":"Gennaro Bergstrom","mobile_number":"601-534-9004","email_id":"Kristian94@hotmail.com","dop":"2025-04-06","serial_number":"13617331936404","imei1":"13617331936404","imei2":"13617331936404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165271,"job_number":"JOB_165271","tr_customer_id":165288,"tr_customer_product_id":165278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:06.000Z","modified_at":"2026-01-24T03:48:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17838088974483","imei1":"17838088974483","imei2":"17838088974483","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165270,"job_number":"JOB_165270","tr_customer_id":165287,"tr_customer_product_id":165277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:05.000Z","modified_at":"2026-01-24T03:48:05.000Z","name":"Lane Marvin","mobile_number":"347-773-0071","email_id":"Elliott26@gmail.com","dop":"2025-04-06","serial_number":"10739700696448526","imei1":"10739700696448526","imei2":"10739700696448526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165269,"job_number":"JOB_165269","tr_customer_id":165286,"tr_customer_product_id":165276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:04.000Z","modified_at":"2026-01-24T03:48:40.000Z","name":"Wayne Rosenbaum","mobile_number":"580-577-6365","email_id":"Hallie.Stamm@yahoo.com","dop":"2025-04-06","serial_number":"13528751543087","imei1":"13528751543087","imei2":"13528751543087","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165268,"job_number":"JOB_165268","tr_customer_id":165285,"tr_customer_product_id":165275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:04.000Z","modified_at":"2026-01-24T03:48:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11207931997699","imei1":"11207931997699","imei2":"11207931997699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165267,"job_number":"JOB_165267","tr_customer_id":165284,"tr_customer_product_id":165274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:03.000Z","modified_at":"2026-01-24T03:48:03.000Z","name":"Elian Bailey","mobile_number":"611-677-3100","email_id":"Zelda.Becker@gmail.com","dop":"2025-04-06","serial_number":"11024040291763016","imei1":"11024040291763016","imei2":"11024040291763016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165264,"job_number":"JOB_165264","tr_customer_id":165281,"tr_customer_product_id":165271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:02.000Z","modified_at":"2026-01-24T03:48:38.000Z","name":"Johann Botsford","mobile_number":"632-683-7666","email_id":"Aleen79@hotmail.com","dop":"2025-04-06","serial_number":"10107523326127","imei1":"10107523326127","imei2":"10107523326127","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165262,"job_number":"JOB_165262","tr_customer_id":165279,"tr_customer_product_id":165269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:01.000Z","modified_at":"2026-01-24T03:48:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17897392810890","imei1":"17897392810890","imei2":"17897392810890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165260,"job_number":"JOB_165260","tr_customer_id":165277,"tr_customer_product_id":165267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:51.000Z","modified_at":"2026-01-24T03:47:51.000Z","name":"Valentin Mayer","mobile_number":"294-293-3528","email_id":"Stewart.Erdman@yahoo.com","dop":"2025-04-06","serial_number":"18195987232686020","imei1":"18195987232686020","imei2":"18195987232686020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165259,"job_number":"JOB_165259","tr_customer_id":165276,"tr_customer_product_id":165266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:49.000Z","modified_at":"2026-01-24T03:47:49.000Z","name":"Shannon Carter","mobile_number":"687-873-5321","email_id":"Donna.Cummings@gmail.com","dop":"2025-04-06","serial_number":"10150034905457890","imei1":"10150034905457890","imei2":"10150034905457890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165258,"job_number":"JOB_165258","tr_customer_id":165275,"tr_customer_product_id":165265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:49.000Z","modified_at":"2026-01-24T03:48:28.000Z","name":"Bud Tremblay","mobile_number":"859-525-2976","email_id":"Stevie.Tillman@gmail.com","dop":"2025-04-06","serial_number":"18140877880880","imei1":"18140877880880","imei2":"18140877880880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165257,"job_number":"JOB_165257","tr_customer_id":165274,"tr_customer_product_id":165264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:49.000Z","modified_at":"2026-01-24T03:47:49.000Z","name":"Clifton Cormier","mobile_number":"360-552-5176","email_id":"Brennan_Connelly31@gmail.com","dop":"2025-04-06","serial_number":"10632270433270626","imei1":"10632270433270626","imei2":"10632270433270626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165256,"job_number":"JOB_165256","tr_customer_id":165273,"tr_customer_product_id":165263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:49.000Z","modified_at":"2026-01-24T03:47:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17593207823635","imei1":"17593207823635","imei2":"17593207823635","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165255,"job_number":"JOB_165255","tr_customer_id":165272,"tr_customer_product_id":165262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:48.000Z","modified_at":"2026-01-24T03:48:21.000Z","name":"Christopher Quitzon","mobile_number":"694-976-8037","email_id":"Halie_Ruecker48@gmail.com","dop":"2025-04-06","serial_number":"14425112581044","imei1":"14425112581044","imei2":"14425112581044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165254,"job_number":"JOB_165254","tr_customer_id":165271,"tr_customer_product_id":165261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:48.000Z","modified_at":"2026-01-24T03:48:23.000Z","name":"Geo Wyman","mobile_number":"929-440-1257","email_id":"Mackenzie49@hotmail.com","dop":"2025-04-06","serial_number":"14175926824094","imei1":"14175926824094","imei2":"14175926824094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165253,"job_number":"JOB_165253","tr_customer_id":165270,"tr_customer_product_id":165260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:48.000Z","modified_at":"2026-01-24T03:47:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13162430385628","imei1":"13162430385628","imei2":"13162430385628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165252,"job_number":"JOB_165252","tr_customer_id":165269,"tr_customer_product_id":165259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:48.000Z","modified_at":"2026-01-24T03:47:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19335628597194","imei1":"19335628597194","imei2":"19335628597194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165250,"job_number":"JOB_165250","tr_customer_id":165267,"tr_customer_product_id":165257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:37.000Z","modified_at":"2026-01-24T03:47:37.000Z","name":"Shawna Treutel","mobile_number":"414-259-4105","email_id":"Lillian.Swift22@yahoo.com","dop":"2025-04-06","serial_number":"12624380476171116","imei1":"12624380476171116","imei2":"12624380476171116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165249,"job_number":"JOB_165249","tr_customer_id":165266,"tr_customer_product_id":165256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:36.000Z","modified_at":"2026-01-24T03:48:10.000Z","name":"Delilah Dooley","mobile_number":"468-942-5942","email_id":"Marcella_Hamill@yahoo.com","dop":"2025-04-06","serial_number":"16574777996611","imei1":"16574777996611","imei2":"16574777996611","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165248,"job_number":"JOB_165248","tr_customer_id":165265,"tr_customer_product_id":165255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:36.000Z","modified_at":"2026-01-24T03:47:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15210621805297","imei1":"15210621805297","imei2":"15210621805297","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165247,"job_number":"JOB_165247","tr_customer_id":165264,"tr_customer_product_id":165254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:35.000Z","modified_at":"2026-01-24T03:47:35.000Z","name":"Isac Ferry","mobile_number":"944-701-4369","email_id":"Pete_Koch@gmail.com","dop":"2025-04-06","serial_number":"14235458838788024","imei1":"14235458838788024","imei2":"14235458838788024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165246,"job_number":"JOB_165246","tr_customer_id":165263,"tr_customer_product_id":165253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:34.000Z","modified_at":"2026-01-24T03:48:10.000Z","name":"Teresa Casper","mobile_number":"997-814-3496","email_id":"Serena91@hotmail.com","dop":"2025-04-06","serial_number":"19783290971610","imei1":"19783290971610","imei2":"19783290971610","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165245,"job_number":"JOB_165245","tr_customer_id":165262,"tr_customer_product_id":165252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:34.000Z","modified_at":"2026-01-24T03:47:34.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19980397546200","imei1":"19980397546200","imei2":"19980397546200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165244,"job_number":"JOB_165244","tr_customer_id":165261,"tr_customer_product_id":165251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:31.000Z","modified_at":"2026-01-24T03:47:31.000Z","name":"Reta Murray","mobile_number":"755-211-7241","email_id":"Mason.Ferry@hotmail.com","dop":"2025-06-18","serial_number":"1048423908180399","imei1":"1048423908180399","imei2":"1048423908180399","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165243,"job_number":"JOB_165243","tr_customer_id":165260,"tr_customer_product_id":165250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:31.000Z","modified_at":"2026-01-24T03:47:31.000Z","name":"Aiyana Rowe","mobile_number":"573-899-3329","email_id":"Zaria53@gmail.com","dop":"2025-04-06","serial_number":"13726684371870338","imei1":"13726684371870338","imei2":"13726684371870338","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165242,"job_number":"JOB_165242","tr_customer_id":165259,"tr_customer_product_id":165249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:31.000Z","modified_at":"2026-01-24T03:48:06.000Z","name":"Alphonso Jaskolski","mobile_number":"509-715-9500","email_id":"Jaydon_Little31@yahoo.com","dop":"2025-06-18","serial_number":"10487996669797","imei1":"10487996669797","imei2":"10487996669797","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165241,"job_number":"JOB_165241","tr_customer_id":165258,"tr_customer_product_id":165248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:30.000Z","modified_at":"2026-01-24T03:47:30.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10265565717621","imei1":"10265565717621","imei2":"10265565717621","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165239,"job_number":"JOB_165239","tr_customer_id":165256,"tr_customer_product_id":165246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:29.000Z","modified_at":"2026-01-24T03:48:05.000Z","name":"Garth Schmidt","mobile_number":"496-561-9172","email_id":"Macie_Cartwright@hotmail.com","dop":"2025-04-06","serial_number":"14168896875444","imei1":"14168896875444","imei2":"14168896875444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165238,"job_number":"JOB_165238","tr_customer_id":165255,"tr_customer_product_id":165245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:29.000Z","modified_at":"2026-01-24T03:47:29.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"10884333805824","imei1":"10884333805824","imei2":"10884333805824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165235,"job_number":"JOB_165235","tr_customer_id":165252,"tr_customer_product_id":165242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:23.000Z","modified_at":"2026-01-24T03:47:23.000Z","name":"Kristofer Kiehn","mobile_number":"893-355-5862","email_id":"Woodrow_Torp@yahoo.com","dop":"2025-04-06","serial_number":"10326450933890530","imei1":"10326450933890530","imei2":"10326450933890530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165233,"job_number":"JOB_165233","tr_customer_id":165250,"tr_customer_product_id":165240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:22.000Z","modified_at":"2026-01-24T03:47:57.000Z","name":"Milford Lynch","mobile_number":"228-835-4546","email_id":"Fredy.Auer@yahoo.com","dop":"2025-04-06","serial_number":"12879513286869","imei1":"12879513286869","imei2":"12879513286869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165232,"job_number":"JOB_165232","tr_customer_id":165249,"tr_customer_product_id":165239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:22.000Z","modified_at":"2026-01-24T03:47:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16007705472498","imei1":"16007705472498","imei2":"16007705472498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165231,"job_number":"JOB_165231","tr_customer_id":165248,"tr_customer_product_id":165238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:19.000Z","modified_at":"2026-01-24T03:47:19.000Z","name":"Rachel Armstrong","mobile_number":"299-934-8270","email_id":"Cleve_Larkin48@yahoo.com","dop":"2025-04-06","serial_number":"11436319448481816","imei1":"11436319448481816","imei2":"11436319448481816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165230,"job_number":"JOB_165230","tr_customer_id":165247,"tr_customer_product_id":165237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:18.000Z","modified_at":"2026-01-24T03:47:54.000Z","name":"Diego Dicki","mobile_number":"423-553-3094","email_id":"Joany_Johnson@gmail.com","dop":"2025-04-06","serial_number":"15733339361868","imei1":"15733339361868","imei2":"15733339361868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165229,"job_number":"JOB_165229","tr_customer_id":165246,"tr_customer_product_id":165236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:18.000Z","modified_at":"2026-01-24T03:47:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17375916782165","imei1":"17375916782165","imei2":"17375916782165","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165228,"job_number":"JOB_165228","tr_customer_id":165245,"tr_customer_product_id":165235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:15.000Z","modified_at":"2026-01-24T03:47:15.000Z","name":"Vance Schamberger","mobile_number":"267-876-4459","email_id":"Norval_Kuvalis@gmail.com","dop":"2025-04-06","serial_number":"19611514260066976","imei1":"19611514260066976","imei2":"19611514260066976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165227,"job_number":"JOB_165227","tr_customer_id":165244,"tr_customer_product_id":165234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:13.000Z","modified_at":"2026-01-24T03:47:49.000Z","name":"Lessie Cremin","mobile_number":"631-594-4467","email_id":"Jarvis_Bogisich@gmail.com","dop":"2025-04-06","serial_number":"10525826858687","imei1":"10525826858687","imei2":"10525826858687","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165226,"job_number":"JOB_165226","tr_customer_id":165243,"tr_customer_product_id":165233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:10.000Z","modified_at":"2026-01-24T03:47:10.000Z","name":"Bella Stracke","mobile_number":"989-223-0954","email_id":"Florence15@gmail.com","dop":"2025-04-06","serial_number":"18307658520214464","imei1":"18307658520214464","imei2":"18307658520214464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165225,"job_number":"JOB_165225","tr_customer_id":165242,"tr_customer_product_id":165232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:08.000Z","modified_at":"2026-01-24T03:47:41.000Z","name":"Idell Larkin","mobile_number":"883-330-4689","email_id":"Mariela.McLaughlin@hotmail.com","dop":"2025-04-06","serial_number":"12915115221935","imei1":"12915115221935","imei2":"12915115221935","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165224,"job_number":"JOB_165224","tr_customer_id":165241,"tr_customer_product_id":165231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:08.000Z","modified_at":"2026-01-24T03:47:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13439910089528","imei1":"13439910089528","imei2":"13439910089528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165222,"job_number":"JOB_165222","tr_customer_id":165239,"tr_customer_product_id":165229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:06.000Z","modified_at":"2026-01-24T03:47:06.000Z","name":"Icie Schaefer","mobile_number":"391-380-1114","email_id":"Rosina83@yahoo.com","dop":"2025-04-06","serial_number":"17355661698514082","imei1":"17355661698514082","imei2":"17355661698514082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165221,"job_number":"JOB_165221","tr_customer_id":165238,"tr_customer_product_id":165228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:04.000Z","modified_at":"2026-01-24T03:47:38.000Z","name":"Ryann Romaguera","mobile_number":"419-395-6523","email_id":"Thora.Kirlin@gmail.com","dop":"2025-04-06","serial_number":"14447140594622","imei1":"14447140594622","imei2":"14447140594622","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165220,"job_number":"JOB_165220","tr_customer_id":165237,"tr_customer_product_id":165227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:56.000Z","modified_at":"2026-01-24T03:46:56.000Z","name":"Patrick Cruickshank","mobile_number":"476-971-6599","email_id":"Madeline32@yahoo.com","dop":"2025-04-06","serial_number":"15163374061810008","imei1":"15163374061810008","imei2":"15163374061810008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165219,"job_number":"JOB_165219","tr_customer_id":165236,"tr_customer_product_id":165226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:55.000Z","modified_at":"2026-01-24T03:47:29.000Z","name":"Karlee Rempel","mobile_number":"985-431-9206","email_id":"Carli71@hotmail.com","dop":"2025-04-06","serial_number":"12841736426590","imei1":"12841736426590","imei2":"12841736426590","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165218,"job_number":"JOB_165218","tr_customer_id":165235,"tr_customer_product_id":165225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:54.000Z","modified_at":"2026-01-24T03:46:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11920408539379","imei1":"11920408539379","imei2":"11920408539379","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165217,"job_number":"JOB_165217","tr_customer_id":165234,"tr_customer_product_id":165224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:54.000Z","modified_at":"2026-01-24T03:46:54.000Z","name":"Malachi Mante","mobile_number":"726-459-4971","email_id":"Manley_Schinner97@yahoo.com","dop":"2025-04-06","serial_number":"11847350529309364","imei1":"11847350529309364","imei2":"11847350529309364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165216,"job_number":"JOB_165216","tr_customer_id":165233,"tr_customer_product_id":165223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:53.000Z","modified_at":"2026-01-24T03:47:29.000Z","name":"Ursula Lakin","mobile_number":"696-974-4969","email_id":"Russel_Prohaska85@gmail.com","dop":"2025-04-06","serial_number":"15909922008324","imei1":"15909922008324","imei2":"15909922008324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165215,"job_number":"JOB_165215","tr_customer_id":165232,"tr_customer_product_id":165222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:53.000Z","modified_at":"2026-01-24T03:46:53.000Z","name":"Jaime Tromp","mobile_number":"520-909-2781","email_id":"Chaz_Harber@hotmail.com","dop":"2025-04-06","serial_number":"14601063717259336","imei1":"14601063717259336","imei2":"14601063717259336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165214,"job_number":"JOB_165214","tr_customer_id":165231,"tr_customer_product_id":165221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:51.000Z","modified_at":"2026-01-24T03:47:27.000Z","name":"Alfred Williamson","mobile_number":"489-359-7036","email_id":"Marley12@gmail.com","dop":"2025-04-06","serial_number":"11260948827689","imei1":"11260948827689","imei2":"11260948827689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165213,"job_number":"JOB_165213","tr_customer_id":165230,"tr_customer_product_id":165220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:51.000Z","modified_at":"2026-01-24T03:46:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12724244283282","imei1":"12724244283282","imei2":"12724244283282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165212,"job_number":"JOB_165212","tr_customer_id":165229,"tr_customer_product_id":165219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:49.000Z","modified_at":"2026-01-24T03:46:49.000Z","name":"Allene D'Amore","mobile_number":"658-500-3778","email_id":"Alvina_Nolan37@gmail.com","dop":"2025-06-18","serial_number":"1018546429533210","imei1":"1018546429533210","imei2":"1018546429533210","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165211,"job_number":"JOB_165211","tr_customer_id":165228,"tr_customer_product_id":165218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:49.000Z","modified_at":"2026-01-24T03:47:23.000Z","name":"Donato Balistreri","mobile_number":"979-678-7990","email_id":"Emma20@yahoo.com","dop":"2025-06-18","serial_number":"10769688366220","imei1":"10769688366220","imei2":"10769688366220","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165210,"job_number":"JOB_165210","tr_customer_id":165227,"tr_customer_product_id":165217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:48.000Z","modified_at":"2026-01-24T03:46:48.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10295864243369","imei1":"10295864243369","imei2":"10295864243369","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165209,"job_number":"JOB_165209","tr_customer_id":165226,"tr_customer_product_id":165216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:47.000Z","modified_at":"2026-01-24T03:46:47.000Z","name":"Zelma Bartoletti","mobile_number":"402-367-0122","email_id":"Georgiana.Mann@hotmail.com","dop":"2025-04-06","serial_number":"18001907938669360","imei1":"18001907938669360","imei2":"18001907938669360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165208,"job_number":"JOB_165208","tr_customer_id":165225,"tr_customer_product_id":165215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:46.000Z","modified_at":"2026-01-24T03:47:22.000Z","name":"Arvid Langosh","mobile_number":"507-835-9223","email_id":"Freddie.Conroy89@hotmail.com","dop":"2025-04-06","serial_number":"12680589231953","imei1":"12680589231953","imei2":"12680589231953","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165207,"job_number":"JOB_165207","tr_customer_id":165224,"tr_customer_product_id":165214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:46.000Z","modified_at":"2026-01-24T03:46:46.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10404459839236","imei1":"10404459839236","imei2":"10404459839236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165204,"job_number":"JOB_165204","tr_customer_id":165221,"tr_customer_product_id":165211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:30.000Z","modified_at":"2026-01-24T03:46:30.000Z","name":"Maddison Feest","mobile_number":"515-659-7262","email_id":"Hailey63@yahoo.com","dop":"2025-04-06","serial_number":"15458836469705062","imei1":"15458836469705062","imei2":"15458836469705062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165203,"job_number":"JOB_165203","tr_customer_id":165220,"tr_customer_product_id":165210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:28.000Z","modified_at":"2026-01-24T03:47:03.000Z","name":"Kasandra Lakin","mobile_number":"610-278-8319","email_id":"Catherine_McKenzie20@hotmail.com","dop":"2025-04-06","serial_number":"16245445778918","imei1":"16245445778918","imei2":"16245445778918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165201,"job_number":"JOB_165201","tr_customer_id":165218,"tr_customer_product_id":165208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:16.000Z","modified_at":"2026-01-24T03:46:16.000Z","name":"Odell Greenfelder","mobile_number":"870-981-9350","email_id":"Justine.Walsh74@gmail.com","dop":"2025-04-06","serial_number":"14988859506061440","imei1":"14988859506061440","imei2":"14988859506061440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165200,"job_number":"JOB_165200","tr_customer_id":165217,"tr_customer_product_id":165207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:15.000Z","modified_at":"2026-01-24T03:46:49.000Z","name":"Janessa Lang","mobile_number":"636-502-3354","email_id":"Alford.Koepp77@yahoo.com","dop":"2025-04-06","serial_number":"18282570152671","imei1":"18282570152671","imei2":"18282570152671","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:46:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165199,"job_number":"JOB_165199","tr_customer_id":165216,"tr_customer_product_id":165206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:05.000Z","modified_at":"2026-01-24T03:46:13.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"78408771303540","imei1":"78408771303540","imei2":"78408771303540","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:46:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165198,"job_number":"JOB_165198","tr_customer_id":165215,"tr_customer_product_id":165205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:04.000Z","modified_at":"2026-01-24T03:46:04.000Z","name":"Amparo Kshlerin","mobile_number":"381-681-8183","email_id":"Vincenza_Collier14@yahoo.com","dop":"2025-04-06","serial_number":"16254909928325924","imei1":"16254909928325924","imei2":"16254909928325924","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165197,"job_number":"JOB_165197","tr_customer_id":165214,"tr_customer_product_id":165204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:03.000Z","modified_at":"2026-01-24T03:46:39.000Z","name":"Mona Gulgowski","mobile_number":"553-969-1357","email_id":"Jaqueline97@gmail.com","dop":"2025-04-06","serial_number":"10594313299913","imei1":"10594313299913","imei2":"10594313299913","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:46:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165196,"job_number":"JOB_165196","tr_customer_id":165213,"tr_customer_product_id":165203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:03.000Z","modified_at":"2026-01-24T03:46:03.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"11288208623723","imei1":"11288208623723","imei2":"11288208623723","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165195,"job_number":"JOB_165195","tr_customer_id":165212,"tr_customer_product_id":165202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:45:56.000Z","modified_at":"2026-01-24T03:45:56.000Z","name":"Nash Streich","mobile_number":"736-708-8115","email_id":"Conrad_Johnston43@hotmail.com","dop":"2025-04-06","serial_number":"15833176501882092","imei1":"15833176501882092","imei2":"15833176501882092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:45:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165194,"job_number":"JOB_165194","tr_customer_id":165211,"tr_customer_product_id":165201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:45:54.000Z","modified_at":"2026-01-24T03:46:30.000Z","name":"Mathilde Terry","mobile_number":"874-239-5346","email_id":"Nelson.Beatty4@hotmail.com","dop":"2025-04-06","serial_number":"17648778917670","imei1":"17648778917670","imei2":"17648778917670","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:46:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165193,"job_number":"JOB_165193","tr_customer_id":165210,"tr_customer_product_id":165200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:45:54.000Z","modified_at":"2026-01-24T03:46:02.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"105816843894228","imei1":"105816843894228","imei2":"105816843894228","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:46:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165192,"job_number":"JOB_165192","tr_customer_id":165209,"tr_customer_product_id":165199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:29:45.000Z","modified_at":"2026-01-24T03:29:45.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-14","serial_number":"11794514993612","imei1":"18904414473612","imei2":"130779079163712","popurl":"2026-01-14T03:29:42.924599100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165191,"job_number":"JOB_165191","tr_customer_id":165208,"tr_customer_product_id":165198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:08:52.000Z","modified_at":"2026-01-24T03:08:52.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-14","serial_number":"11794514993692","imei1":"18904414473692","imei2":"130779079163792","popurl":"2026-01-14T03:08:49.568922500Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:08:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165190,"job_number":"JOB_165190","tr_customer_id":165207,"tr_customer_product_id":165197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T02:40:48.000Z","modified_at":"2026-01-24T02:41:09.000Z","name":"Berry Bergstrom","mobile_number":"829-478-1502","email_id":"Haley.Rolfson@gmail.com","dop":"2026-01-04","serial_number":"15045935714565","imei1":"15045935714565","imei2":"15045935714565","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-24T02:41:09.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":165189,"job_number":"JOB_165189","tr_customer_id":165206,"tr_customer_product_id":165196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T02:31:59.000Z","modified_at":"2026-01-24T02:31:59.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-14","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-14T02:31:56.148478100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T02:31:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165349,"job_number":"JOB_165349","tr_customer_id":165366,"tr_customer_product_id":165356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:41.000Z","modified_at":"2026-01-24T03:49:41.000Z","name":"Kendra Von","mobile_number":"683-891-4922","email_id":"Lydia.Bruen@gmail.com","dop":"2000-01-31","serial_number":"1010019691618416","imei1":"1010019691618416","imei2":"1010019691618416","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:41.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165347,"job_number":"JOB_165347","tr_customer_id":165364,"tr_customer_product_id":165354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:39.000Z","modified_at":"2026-01-24T03:49:39.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10006744099680","imei1":"10006744099680","imei2":"10006744099680","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165326,"job_number":"JOB_165326","tr_customer_id":165343,"tr_customer_product_id":165333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:57.000Z","modified_at":"2026-01-24T03:48:57.000Z","name":"Devante Brekke","mobile_number":"908-921-4239","email_id":"Keaton.Lakin@hotmail.com","dop":"2000-01-31","serial_number":"1002407092473011","imei1":"1002407092473011","imei2":"1002407092473011","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:57.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165322,"job_number":"JOB_165322","tr_customer_id":165339,"tr_customer_product_id":165329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:55.000Z","modified_at":"2026-01-24T03:48:55.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10240584392354","imei1":"10240584392354","imei2":"10240584392354","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:55.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165278,"job_number":"JOB_165278","tr_customer_id":165295,"tr_customer_product_id":165285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:13.000Z","modified_at":"2026-01-24T03:48:13.000Z","name":"Enrico Keebler","mobile_number":"563-716-0361","email_id":"Pink44@hotmail.com","dop":"2000-01-31","serial_number":"1039011323319416","imei1":"1039011323319416","imei2":"1039011323319416","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165274,"job_number":"JOB_165274","tr_customer_id":165291,"tr_customer_product_id":165281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:12.000Z","modified_at":"2026-01-24T03:48:12.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10103952565966","imei1":"10103952565966","imei2":"10103952565966","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165240,"job_number":"JOB_165240","tr_customer_id":165257,"tr_customer_product_id":165247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:30.000Z","modified_at":"2026-01-24T03:47:30.000Z","name":"Richmond Rempel","mobile_number":"848-227-8620","email_id":"Lonnie66@gmail.com","dop":"2000-01-31","serial_number":"1051962331884930","imei1":"1051962331884930","imei2":"1051962331884930","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165236,"job_number":"JOB_165236","tr_customer_id":165253,"tr_customer_product_id":165243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:28.000Z","modified_at":"2026-01-24T03:47:28.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10400783211185","imei1":"10400783211185","imei2":"10400783211185","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165464,"job_number":"JOB_165464","tr_customer_id":165481,"tr_customer_product_id":165471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:03:35.000Z","modified_at":"2026-01-24T05:03:35.000Z","name":"Vivek Yadav","mobile_number":"8788138617","email_id":"ccivivek123@gmail.com","dop":"2026-01-14","serial_number":"891398385161723","imei1":"891398385161723","imei2":"891398385161723","popurl":"2026-01-14T05:03:34.489261500Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:03:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165439,"job_number":"JOB_165439","tr_customer_id":165456,"tr_customer_product_id":165446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:39.000Z","modified_at":"2026-01-24T04:50:39.000Z","name":"DIDIDID Rippin","mobile_number":"273-218-0237","email_id":"Colt.Heathcote@gmail.com","dop":"2024-10-15","serial_number":"81845678901794","imei1":"81845678901794","imei2":"81845678901794","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165438,"job_number":"JOB_165438","tr_customer_id":165455,"tr_customer_product_id":165445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:39.000Z","modified_at":"2026-01-24T04:50:39.000Z","name":"Sunil Rippin","mobile_number":"273-218-0237","email_id":"Colt.Heathcote@gmail.com","dop":"2024-10-15","serial_number":"32545678901234","imei1":"32545678901234","imei2":"32545678901234","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165437,"job_number":"JOB_165437","tr_customer_id":165454,"tr_customer_product_id":165444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:39.000Z","modified_at":"2026-01-24T04:50:39.000Z","name":"Rocker Rippin","mobile_number":"273-218-0237","email_id":"Colt.Heathcote@gmail.com","dop":"2024-10-15","serial_number":"81845678901234","imei1":"81845678901234","imei2":"81845678901234","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165436,"job_number":"JOB_165436","tr_customer_id":165453,"tr_customer_product_id":165443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:39.000Z","modified_at":"2026-01-24T04:50:39.000Z","name":"Dada Rippin","mobile_number":"273-218-0237","email_id":"Colt.Heathcote@gmail.com","dop":"2024-10-15","serial_number":"19845678901234","imei1":"19845678901234","imei2":"19845678901234","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165435,"job_number":"JOB_165435","tr_customer_id":165452,"tr_customer_product_id":165442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:39.000Z","modified_at":"2026-01-24T04:50:39.000Z","name":"Vivek Rippin","mobile_number":"273-218-0237","email_id":"Colt.Heathcote@gmail.com","dop":"2024-10-15","serial_number":"14545678901234","imei1":"14545678901234","imei2":"14545678901234","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165377,"job_number":"JOB_165377","tr_customer_id":165394,"tr_customer_product_id":165384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:29.000Z","modified_at":"2026-01-24T03:57:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"94153004613839","imei1":"94153004613839","imei2":"94153004613839","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165376,"job_number":"JOB_165376","tr_customer_id":165393,"tr_customer_product_id":165383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:29.000Z","modified_at":"2026-01-24T03:57:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62001648375731","imei1":"62001648375731","imei2":"62001648375731","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165375,"job_number":"JOB_165375","tr_customer_id":165392,"tr_customer_product_id":165382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:29.000Z","modified_at":"2026-01-24T03:57:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"70064494170307","imei1":"70064494170307","imei2":"70064494170307","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165374,"job_number":"JOB_165374","tr_customer_id":165391,"tr_customer_product_id":165381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:29.000Z","modified_at":"2026-01-24T03:57:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95374323083601","imei1":"95374323083601","imei2":"95374323083601","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165373,"job_number":"JOB_165373","tr_customer_id":165390,"tr_customer_product_id":165380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:28.000Z","modified_at":"2026-01-24T03:57:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92151405704462","imei1":"92151405704462","imei2":"92151405704462","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165372,"job_number":"JOB_165372","tr_customer_id":165389,"tr_customer_product_id":165379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:28.000Z","modified_at":"2026-01-24T03:57:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69821337427820","imei1":"69821337427820","imei2":"69821337427820","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165371,"job_number":"JOB_165371","tr_customer_id":165388,"tr_customer_product_id":165378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:28.000Z","modified_at":"2026-01-24T03:57:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15832077451393","imei1":"15832077451393","imei2":"15832077451393","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165370,"job_number":"JOB_165370","tr_customer_id":165387,"tr_customer_product_id":165377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:00.000Z","modified_at":"2026-01-24T03:57:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20155290712716","imei1":"20155290712716","imei2":"20155290712716","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165369,"job_number":"JOB_165369","tr_customer_id":165386,"tr_customer_product_id":165376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:00.000Z","modified_at":"2026-01-24T03:57:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"14160089827597","imei1":"14160089827597","imei2":"14160089827597","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165368,"job_number":"JOB_165368","tr_customer_id":165385,"tr_customer_product_id":165375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:59.000Z","modified_at":"2026-01-24T03:56:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62007948357390","imei1":"62007948357390","imei2":"62007948357390","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165367,"job_number":"JOB_165367","tr_customer_id":165384,"tr_customer_product_id":165374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:59.000Z","modified_at":"2026-01-24T03:56:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"17577269128697","imei1":"17577269128697","imei2":"17577269128697","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165366,"job_number":"JOB_165366","tr_customer_id":165383,"tr_customer_product_id":165373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:59.000Z","modified_at":"2026-01-24T03:56:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72065225541662","imei1":"72065225541662","imei2":"72065225541662","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165365,"job_number":"JOB_165365","tr_customer_id":165382,"tr_customer_product_id":165372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:58.000Z","modified_at":"2026-01-24T03:56:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24535194504843","imei1":"24535194504843","imei2":"24535194504843","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165364,"job_number":"JOB_165364","tr_customer_id":165381,"tr_customer_product_id":165371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:58.000Z","modified_at":"2026-01-24T03:56:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83582343585385","imei1":"83582343585385","imei2":"83582343585385","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165363,"job_number":"JOB_165363","tr_customer_id":165380,"tr_customer_product_id":165370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:30.000Z","modified_at":"2026-01-24T03:56:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62267676982266","imei1":"62267676982266","imei2":"62267676982266","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:56:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165362,"job_number":"JOB_165362","tr_customer_id":165379,"tr_customer_product_id":165369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:30.000Z","modified_at":"2026-01-24T03:56:30.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87768503837015","imei1":"87768503837015","imei2":"87768503837015","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165361,"job_number":"JOB_165361","tr_customer_id":165378,"tr_customer_product_id":165368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:30.000Z","modified_at":"2026-01-24T03:56:30.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18940416443342","imei1":"18940416443342","imei2":"18940416443342","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165360,"job_number":"JOB_165360","tr_customer_id":165377,"tr_customer_product_id":165367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:29.000Z","modified_at":"2026-01-24T03:56:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84692265166585","imei1":"84692265166585","imei2":"84692265166585","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165359,"job_number":"JOB_165359","tr_customer_id":165376,"tr_customer_product_id":165366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:29.000Z","modified_at":"2026-01-24T03:56:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31311602469488","imei1":"31311602469488","imei2":"31311602469488","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165358,"job_number":"JOB_165358","tr_customer_id":165375,"tr_customer_product_id":165365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:29.000Z","modified_at":"2026-01-24T03:56:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12324434030108","imei1":"12324434030108","imei2":"12324434030108","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165357,"job_number":"JOB_165357","tr_customer_id":165374,"tr_customer_product_id":165364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:28.000Z","modified_at":"2026-01-24T03:56:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28469649454160","imei1":"28469649454160","imei2":"28469649454160","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165348,"job_number":"JOB_165348","tr_customer_id":165365,"tr_customer_product_id":165355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:39.000Z","modified_at":"2026-01-24T03:50:16.000Z","name":"Vernon Streich","mobile_number":"710-415-8052","email_id":"Dewayne_Hintz@yahoo.com","dop":"2000-01-31","serial_number":"10203852130749","imei1":"10203852130749","imei2":"10203852130749","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165324,"job_number":"JOB_165324","tr_customer_id":165341,"tr_customer_product_id":165331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:56.000Z","modified_at":"2026-01-24T03:49:32.000Z","name":"Catherine Howell","mobile_number":"946-827-9177","email_id":"Geoffrey34@hotmail.com","dop":"2000-01-31","serial_number":"10720153211243","imei1":"10720153211243","imei2":"10720153211243","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165275,"job_number":"JOB_165275","tr_customer_id":165292,"tr_customer_product_id":165282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:12.000Z","modified_at":"2026-01-24T03:48:48.000Z","name":"Cesar Hessel","mobile_number":"805-359-5121","email_id":"Luisa.King@hotmail.com","dop":"2000-01-31","serial_number":"10800688240996","imei1":"10800688240996","imei2":"10800688240996","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165237,"job_number":"JOB_165237","tr_customer_id":165254,"tr_customer_product_id":165244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:28.000Z","modified_at":"2026-01-24T03:48:05.000Z","name":"Mafalda Buckridge","mobile_number":"402-319-0830","email_id":"Erica.Mitchell63@hotmail.com","dop":"2000-01-31","serial_number":"10676331148815","imei1":"10676331148815","imei2":"10676331148815","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165564,"job_number":"JOB_165564","tr_customer_id":165581,"tr_customer_product_id":165571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T06:14:03.000Z","modified_at":"2026-01-24T06:14:03.000Z","name":"Jairo Gerhold","mobile_number":"969-391-0112","email_id":"Darwin14@yahoo.com","dop":"2025-11-04","serial_number":"87652544601848","imei1":"87652544601848","imei2":"87652544601848","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T06:14:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165430,"job_number":"JOB_165430","tr_customer_id":165447,"tr_customer_product_id":165437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:37:21.000Z","modified_at":"2026-01-24T04:37:21.000Z","name":"Amodini Panicker","mobile_number":"8240874778","email_id":"prem.chopra@yahoo.co.in","dop":"2026-01-14","serial_number":"953753765593979","imei1":"346468571859408","imei2":"110605895740800","popurl":"www.chandani-asan.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:37:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165378,"job_number":"JOB_165378","tr_customer_id":165395,"tr_customer_product_id":165385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:01:58.000Z","modified_at":"2026-01-24T04:01:58.000Z","name":"Janis Doyle","mobile_number":"789-498-2468","email_id":"Craig_Jacobson51@hotmail.com","dop":"2025-11-09","serial_number":"33286636283367","imei1":"33286636283367","imei2":"33286636283367","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:01:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165331,"job_number":"JOB_165331","tr_customer_id":165348,"tr_customer_product_id":165338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:05.000Z","modified_at":"2026-01-24T03:49:05.000Z","name":"Chandler Hirthe","mobile_number":"305-637-7431","email_id":"Kenya_Bahringer@gmail.com","dop":"2025-06-09","serial_number":"74114767894301950","imei1":"74114767894301950","imei2":"74114767894301950","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165330,"job_number":"JOB_165330","tr_customer_id":165347,"tr_customer_product_id":165337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:03.000Z","modified_at":"2026-01-24T03:49:03.000Z","name":"Herminia Gerhold","mobile_number":"269-491-7625","email_id":"Clementine_Balistreri@yahoo.com","dop":"2025-06-09","serial_number":"101567892864210","imei1":"101567892864210","imei2":"101567892864210","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165329,"job_number":"JOB_165329","tr_customer_id":165346,"tr_customer_product_id":165336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:03.000Z","modified_at":"2026-01-24T03:49:13.000Z","name":"Jeremy Sipes","mobile_number":"227-267-5955","email_id":"Ronny_Runolfsson@gmail.com","dop":"2025-06-09","serial_number":"106901663804755","imei1":"106901663804755","imei2":"106901663804755","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165328,"job_number":"JOB_165328","tr_customer_id":165345,"tr_customer_product_id":165335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:03.000Z","modified_at":"2026-01-24T03:49:03.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"108655859389815","imei1":"108655859389815","imei2":"108655859389815","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165319,"job_number":"JOB_165319","tr_customer_id":165336,"tr_customer_product_id":165326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:49.000Z","modified_at":"2026-01-24T03:48:49.000Z","name":"Roselyn Welch","mobile_number":"985-636-0881","email_id":"Orlando.Mayer34@hotmail.com","dop":"2025-06-09","serial_number":"101563529608687","imei1":"101563529608687","imei2":"101563529608687","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165317,"job_number":"JOB_165317","tr_customer_id":165334,"tr_customer_product_id":165324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:49.000Z","modified_at":"2026-01-24T03:48:59.000Z","name":"Ayden Lemke","mobile_number":"849-844-6427","email_id":"Lonie.Boyer56@gmail.com","dop":"2025-06-09","serial_number":"103681522946978","imei1":"103681522946978","imei2":"103681522946978","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165316,"job_number":"JOB_165316","tr_customer_id":165333,"tr_customer_product_id":165323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:48.000Z","modified_at":"2026-01-24T03:48:48.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106297103739946","imei1":"106297103739946","imei2":"106297103739946","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165304,"job_number":"JOB_165304","tr_customer_id":165321,"tr_customer_product_id":165311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:36.000Z","modified_at":"2026-01-24T03:48:36.000Z","name":"Mossie Oberbrunner","mobile_number":"702-524-7924","email_id":"Deangelo_Moore@yahoo.com","dop":"2025-06-09","serial_number":"20315345858026310","imei1":"20315345858026310","imei2":"20315345858026310","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165302,"job_number":"JOB_165302","tr_customer_id":165319,"tr_customer_product_id":165309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:34.000Z","modified_at":"2026-01-24T03:48:34.000Z","name":"Ed Thompson","mobile_number":"701-260-0323","email_id":"Mackenzie.Deckow3@gmail.com","dop":"2025-06-09","serial_number":"104727413155763","imei1":"104727413155763","imei2":"104727413155763","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165301,"job_number":"JOB_165301","tr_customer_id":165318,"tr_customer_product_id":165308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:34.000Z","modified_at":"2026-01-24T03:48:44.000Z","name":"Rosario Glover","mobile_number":"698-957-2587","email_id":"Coy.Ullrich@yahoo.com","dop":"2025-06-09","serial_number":"102060254844036","imei1":"102060254844036","imei2":"102060254844036","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165300,"job_number":"JOB_165300","tr_customer_id":165317,"tr_customer_product_id":165307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:34.000Z","modified_at":"2026-01-24T03:48:34.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109211789309755","imei1":"109211789309755","imei2":"109211789309755","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165283,"job_number":"JOB_165283","tr_customer_id":165300,"tr_customer_product_id":165290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:15.000Z","modified_at":"2026-01-24T03:48:38.000Z","name":"Sidney Gorczany","mobile_number":"843-718-8642","email_id":"Loren.Rutherford@gmail.com","dop":"2025-10-01","serial_number":"17465372921200","imei1":"17465372921200","imei2":"17465372921200","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165282,"job_number":"JOB_165282","tr_customer_id":165299,"tr_customer_product_id":165289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:14.000Z","modified_at":"2026-01-24T03:48:14.000Z","name":"Earline Fahey","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"105164321720542","imei1":"105164321720542","imei2":"105164321720542","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165280,"job_number":"JOB_165280","tr_customer_id":165297,"tr_customer_product_id":165287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:14.000Z","modified_at":"2026-01-24T03:48:14.000Z","name":"Alyce Kling","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101704248277401","imei1":"101704248277401","imei2":"101704248277401","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165277,"job_number":"JOB_165277","tr_customer_id":165294,"tr_customer_product_id":165284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:13.000Z","modified_at":"2026-01-24T03:48:13.000Z","name":"Rodger Welch","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"151961029544427","imei1":"151961029544427","imei2":"151961029544427","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165276,"job_number":"JOB_165276","tr_customer_id":165293,"tr_customer_product_id":165283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:13.000Z","modified_at":"2026-01-24T03:48:13.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"128018002721617","imei1":"128018002721617","imei2":"128018002721617","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165266,"job_number":"JOB_165266","tr_customer_id":165283,"tr_customer_product_id":165273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:02.000Z","modified_at":"2026-01-24T03:48:02.000Z","name":"Ericka Schmitt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"156337493072168","imei1":"156337493072168","imei2":"156337493072168","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165265,"job_number":"JOB_165265","tr_customer_id":165282,"tr_customer_product_id":165272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:02.000Z","modified_at":"2026-01-24T03:48:02.000Z","name":"Merritt Kuhic","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"197622394715727","imei1":"197622394715727","imei2":"197622394715727","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165263,"job_number":"JOB_165263","tr_customer_id":165280,"tr_customer_product_id":165270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:02.000Z","modified_at":"2026-01-24T03:48:02.000Z","name":"Samir Heaney","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"170699904011310","imei1":"170699904011310","imei2":"170699904011310","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165261,"job_number":"JOB_165261","tr_customer_id":165278,"tr_customer_product_id":165268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:01.000Z","modified_at":"2026-01-24T03:48:01.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"184299283237916","imei1":"184299283237916","imei2":"184299283237916","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165251,"job_number":"JOB_165251","tr_customer_id":165268,"tr_customer_product_id":165258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:38.000Z","modified_at":"2026-01-24T03:47:38.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Retha93@gmail.com","dop":"2025-07-02","serial_number":"15378550413215","imei1":"15378550413215","imei2":"15378550413215","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165234,"job_number":"JOB_165234","tr_customer_id":165251,"tr_customer_product_id":165241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:22.000Z","modified_at":"2026-01-24T03:47:22.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Nicola73@hotmail.com","dop":"2025-07-02","serial_number":"19886404242755","imei1":"19886404242755","imei2":"19886404242755","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165223,"job_number":"JOB_165223","tr_customer_id":165240,"tr_customer_product_id":165230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:06.000Z","modified_at":"2026-01-24T03:47:06.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Mckenzie.Franecki0@yahoo.com","dop":"2025-07-02","serial_number":"19433006903996","imei1":"19433006903996","imei2":"19433006903996","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165206,"job_number":"JOB_165206","tr_customer_id":165223,"tr_customer_product_id":165213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:44.000Z","modified_at":"2026-01-24T03:46:53.000Z","name":"giyu tomiaka","mobile_number":"561-723-8475","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"314337953635339","imei1":"314337953635339","imei2":"314337953635339","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165205,"job_number":"JOB_165205","tr_customer_id":165222,"tr_customer_product_id":165212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:34.000Z","modified_at":"2026-01-24T03:46:42.000Z","name":"tanjiro kamado","mobile_number":"543-953-8544","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"146865443942739","imei1":"146865443942739","imei2":"146865443942739","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:46:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165202,"job_number":"JOB_165202","tr_customer_id":165219,"tr_customer_product_id":165209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:23.000Z","modified_at":"2026-01-24T03:46:32.000Z","name":"saitama sensei","mobile_number":"542-753-2083","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"971924464190361","imei1":"971924464190361","imei2":"971924464190361","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:46:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_99821"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 251ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyMzl9.G_240OxuAxBE83FoES8iY1qEO2hsAbUR3ICBSURtvMM
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ddc421a1-1e3e-4c2e-9c8c-0b5a1a35efb1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_104254"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:05 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/165564
Response Information
Response Code: 200 - OK
Mean time per request: 255ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyMzl9.G_240OxuAxBE83FoES8iY1qEO2hsAbUR3ICBSURtvMM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d3392128-3c6e-4aca-b636-72a6330e9bbd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:05 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 232ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 435525ca-b102-447e-a7a9-053e945d77af
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-UXJXWFRmyPRCRdSMqyI0lOe7IFU"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNDZ9.zsYYM23y1f5oYalUys-DNbAbeRacj_lR1MYDqdPgnlc"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 230ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNDZ9.zsYYM23y1f5oYalUys-DNbAbeRacj_lR1MYDqdPgnlc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token abf8c283-3d76-437f-bb5f-dd051eeff652
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 289ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNDZ9.zsYYM23y1f5oYalUys-DNbAbeRacj_lR1MYDqdPgnlc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 16d39f50-ba57-4293-9878-da9e3d45cdc7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-P3i0rJTbEmeaXapT5HZgOTiKHPQ"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":305},{"label":"Pending for repair","key":"pending_for_repair","count":1},{"label":"Pending for delivery","key":"pending_for_delivery","count":1}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 289ms
Mean size per request: 297.28KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c5dc5986-7b5f-4995-a5ea-7e6ce074790b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"4a51f-3YMWR2BUpH7/Vx/einzj0OpCZcE"
Vary Accept-Encoding
Content-Encoding gzip
Date Sat, 24 Jan 2026 06:14:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":165349,"job_number":"JOB_165349","tr_customer_id":165366,"tr_customer_product_id":165356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:41.000Z","modified_at":"2026-01-24T03:49:41.000Z","name":"Kendra Von","mobile_number":"683-891-4922","email_id":"Lydia.Bruen@gmail.com","dop":"2000-01-31","serial_number":"1010019691618416","imei1":"1010019691618416","imei2":"1010019691618416","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:41.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165347,"job_number":"JOB_165347","tr_customer_id":165364,"tr_customer_product_id":165354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:39.000Z","modified_at":"2026-01-24T03:49:39.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10006744099680","imei1":"10006744099680","imei2":"10006744099680","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165326,"job_number":"JOB_165326","tr_customer_id":165343,"tr_customer_product_id":165333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:57.000Z","modified_at":"2026-01-24T03:48:57.000Z","name":"Devante Brekke","mobile_number":"908-921-4239","email_id":"Keaton.Lakin@hotmail.com","dop":"2000-01-31","serial_number":"1002407092473011","imei1":"1002407092473011","imei2":"1002407092473011","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:57.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165322,"job_number":"JOB_165322","tr_customer_id":165339,"tr_customer_product_id":165329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:55.000Z","modified_at":"2026-01-24T03:48:55.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10240584392354","imei1":"10240584392354","imei2":"10240584392354","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:55.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165278,"job_number":"JOB_165278","tr_customer_id":165295,"tr_customer_product_id":165285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:13.000Z","modified_at":"2026-01-24T03:48:13.000Z","name":"Enrico Keebler","mobile_number":"563-716-0361","email_id":"Pink44@hotmail.com","dop":"2000-01-31","serial_number":"1039011323319416","imei1":"1039011323319416","imei2":"1039011323319416","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165274,"job_number":"JOB_165274","tr_customer_id":165291,"tr_customer_product_id":165281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:12.000Z","modified_at":"2026-01-24T03:48:12.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10103952565966","imei1":"10103952565966","imei2":"10103952565966","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165240,"job_number":"JOB_165240","tr_customer_id":165257,"tr_customer_product_id":165247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:30.000Z","modified_at":"2026-01-24T03:47:30.000Z","name":"Richmond Rempel","mobile_number":"848-227-8620","email_id":"Lonnie66@gmail.com","dop":"2000-01-31","serial_number":"1051962331884930","imei1":"1051962331884930","imei2":"1051962331884930","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165236,"job_number":"JOB_165236","tr_customer_id":165253,"tr_customer_product_id":165243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:28.000Z","modified_at":"2026-01-24T03:47:28.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10400783211185","imei1":"10400783211185","imei2":"10400783211185","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165563,"job_number":"JOB_165563","tr_customer_id":165580,"tr_customer_product_id":165570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:52:55.000Z","modified_at":"2026-01-24T05:52:55.000Z","name":"Kole Schaefer","mobile_number":"544-654-4911","email_id":"Oceane99@yahoo.com","dop":"2025-10-22","serial_number":"1018868188432210","imei1":"1018868188432210","imei2":"1018868188432210","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:52:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165561,"job_number":"JOB_165561","tr_customer_id":165578,"tr_customer_product_id":165568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:52:54.000Z","modified_at":"2026-01-24T05:52:54.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"168531571654591","imei1":"168531571654591","imei2":"168531571654591","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:52:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165560,"job_number":"JOB_165560","tr_customer_id":165577,"tr_customer_product_id":165567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:52:25.000Z","modified_at":"2026-01-24T05:52:25.000Z","name":"Dana Hagenes","mobile_number":"787-319-9331","email_id":"Isaias_Nitzsche0@yahoo.com","dop":"2025-10-22","serial_number":"1078833725844029","imei1":"1078833725844029","imei2":"1078833725844029","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:52:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165558,"job_number":"JOB_165558","tr_customer_id":165575,"tr_customer_product_id":165565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:52:23.000Z","modified_at":"2026-01-24T05:52:23.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"146360252603744","imei1":"146360252603744","imei2":"146360252603744","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:52:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165557,"job_number":"JOB_165557","tr_customer_id":165574,"tr_customer_product_id":165564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:51:54.000Z","modified_at":"2026-01-24T05:51:54.000Z","name":"Hoyt Nitzsche","mobile_number":"655-985-3501","email_id":"Hillard92@gmail.com","dop":"2025-10-22","serial_number":"1047161158945245","imei1":"1047161158945245","imei2":"1047161158945245","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:51:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165555,"job_number":"JOB_165555","tr_customer_id":165572,"tr_customer_product_id":165562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:51:53.000Z","modified_at":"2026-01-24T05:51:53.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"129845718761150","imei1":"129845718761150","imei2":"129845718761150","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:51:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165554,"job_number":"JOB_165554","tr_customer_id":165571,"tr_customer_product_id":165561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:50:29.000Z","modified_at":"2026-01-24T05:50:29.000Z","name":"Aasa Sinha","mobile_number":"9880206044","email_id":"harita.kaur@hotmail.com","dop":"2026-01-14","serial_number":"442066434917601","imei1":"442066434917601","imei2":"442066434917601","popurl":"www.vimala-mehrotra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165553,"job_number":"JOB_165553","tr_customer_id":165570,"tr_customer_product_id":165560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:50:29.000Z","modified_at":"2026-01-24T05:50:29.000Z","name":"Sarisha Embranthiri","mobile_number":"9823486458","email_id":"drona.johar@gmail.com","dop":"2026-01-14","serial_number":"636410102838021","imei1":"636410102838021","imei2":"636410102838021","popurl":"www.swami-ganaka.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165552,"job_number":"JOB_165552","tr_customer_id":165569,"tr_customer_product_id":165559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:50:29.000Z","modified_at":"2026-01-24T05:50:29.000Z","name":"Gemini Khanna","mobile_number":"9820323259","email_id":"elakshi.tandon@hotmail.com","dop":"2026-01-14","serial_number":"435617254289810","imei1":"435617254289810","imei2":"435617254289810","popurl":"www.gajbaahu-jha.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165551,"job_number":"JOB_165551","tr_customer_id":165568,"tr_customer_product_id":165558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:50:29.000Z","modified_at":"2026-01-24T05:50:29.000Z","name":"Vasudev Reddy","mobile_number":"9876514123","email_id":"bhasvan.namboothiri@hotmail.com","dop":"2026-01-14","serial_number":"348553023139561","imei1":"348553023139561","imei2":"348553023139561","popurl":"www.sarada-bharadwaj.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165550,"job_number":"JOB_165550","tr_customer_id":165567,"tr_customer_product_id":165557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:50:29.000Z","modified_at":"2026-01-24T05:50:29.000Z","name":"Adikavi Rana","mobile_number":"9863846503","email_id":"dhyanesh.chaturvedi@gmail.com","dop":"2026-01-14","serial_number":"006354475895247","imei1":"006354475895247","imei2":"006354475895247","popurl":"www.amarnath-trivedi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165549,"job_number":"JOB_165549","tr_customer_id":165566,"tr_customer_product_id":165556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:37:54.000Z","modified_at":"2026-01-24T05:37:54.000Z","name":"Claude Padberg","mobile_number":"904-246-4684","email_id":"Noemie_VonRueden@hotmail.com","dop":"2025-10-22","serial_number":"192694850891085","imei1":"192694850891085","imei2":"192694850891085","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:37:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165548,"job_number":"JOB_165548","tr_customer_id":165565,"tr_customer_product_id":165555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:35:05.000Z","modified_at":"2026-01-24T05:35:05.000Z","name":"Madyson Bernier","mobile_number":"287-737-8658","email_id":"Ava52@gmail.com","dop":"2025-10-22","serial_number":"1002866380221851","imei1":"1002866380221851","imei2":"1002866380221851","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:35:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165547,"job_number":"JOB_165547","tr_customer_id":165564,"tr_customer_product_id":165554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:35:04.000Z","modified_at":"2026-01-24T05:35:04.000Z","name":"Lily Lueilwitz","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"156671772539565","imei1":"156671772539565","imei2":"156671772539565","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:35:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165546,"job_number":"JOB_165546","tr_customer_id":165563,"tr_customer_product_id":165553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:35:04.000Z","modified_at":"2026-01-24T05:35:04.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"105673378191273","imei1":"105673378191273","imei2":"105673378191273","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:35:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165545,"job_number":"JOB_165545","tr_customer_id":165562,"tr_customer_product_id":165552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:58.000Z","modified_at":"2026-01-24T05:34:58.000Z","name":"Rocio Hilll","mobile_number":"537-883-5068","email_id":"Burnice.Hoppe@yahoo.com","dop":"2025-10-22","serial_number":"1094531615442012","imei1":"1094531615442012","imei2":"1094531615442012","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165544,"job_number":"JOB_165544","tr_customer_id":165561,"tr_customer_product_id":165551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:57.000Z","modified_at":"2026-01-24T05:34:57.000Z","name":"Betty D'Amore","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"146922063765981","imei1":"146922063765981","imei2":"146922063765981","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165543,"job_number":"JOB_165543","tr_customer_id":165560,"tr_customer_product_id":165550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:57.000Z","modified_at":"2026-01-24T05:34:57.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"193448228733416","imei1":"193448228733416","imei2":"193448228733416","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165542,"job_number":"JOB_165542","tr_customer_id":165559,"tr_customer_product_id":165549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:52.000Z","modified_at":"2026-01-24T05:34:52.000Z","name":"Lavonne Block","mobile_number":"518-257-3646","email_id":"Lynn35@gmail.com","dop":"2025-10-22","serial_number":"1025170319562993","imei1":"1025170319562993","imei2":"1025170319562993","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165541,"job_number":"JOB_165541","tr_customer_id":165558,"tr_customer_product_id":165548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:50.000Z","modified_at":"2026-01-24T05:34:50.000Z","name":"Delta Parisian","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"102818797041315","imei1":"102818797041315","imei2":"102818797041315","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165540,"job_number":"JOB_165540","tr_customer_id":165557,"tr_customer_product_id":165547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:50.000Z","modified_at":"2026-01-24T05:34:50.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"115350151478709","imei1":"115350151478709","imei2":"115350151478709","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165539,"job_number":"JOB_165539","tr_customer_id":165556,"tr_customer_product_id":165546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Shreya Achari","mobile_number":"9852686863","email_id":"harita.mehra@yahoo.co.in","dop":"2026-01-14","serial_number":"934084886103175","imei1":"934084886103175","imei2":"934084886103175","popurl":"www.nalini-arora.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165538,"job_number":"JOB_165538","tr_customer_id":165555,"tr_customer_product_id":165545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Dipankar Joshi","mobile_number":"9869496528","email_id":"bhamini.butt@hotmail.com","dop":"2026-01-14","serial_number":"978719750927855","imei1":"978719750927855","imei2":"978719750927855","popurl":"www.aaryan-nayar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165537,"job_number":"JOB_165537","tr_customer_id":165554,"tr_customer_product_id":165544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Devak Varrier","mobile_number":"9881768271","email_id":"gotum.patil@gmail.com","dop":"2026-01-14","serial_number":"922851835771685","imei1":"922851835771685","imei2":"922851835771685","popurl":"www.madhuri-rana.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165536,"job_number":"JOB_165536","tr_customer_id":165553,"tr_customer_product_id":165543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Heema Chaturvedi","mobile_number":"9898867320","email_id":"akshata.butt@yahoo.co.in","dop":"2026-01-14","serial_number":"911403431663804","imei1":"911403431663804","imei2":"911403431663804","popurl":"www.kanchan-guha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165535,"job_number":"JOB_165535","tr_customer_id":165552,"tr_customer_product_id":165542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Swami Namboothiri","mobile_number":"9804432430","email_id":"brajendra.banerjee@gmail.com","dop":"2026-01-14","serial_number":"464402238925487","imei1":"464402238925487","imei2":"464402238925487","popurl":"www.manisha-mishra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165534,"job_number":"JOB_165534","tr_customer_id":165551,"tr_customer_product_id":165541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Rajendra Guha","mobile_number":"9817778785","email_id":"deepan.kaniyar@hotmail.com","dop":"2026-01-14","serial_number":"869531702641326","imei1":"869531702641326","imei2":"869531702641326","popurl":"www.kannan-varma.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165533,"job_number":"JOB_165533","tr_customer_id":165550,"tr_customer_product_id":165540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Vasudeva Kapoor","mobile_number":"9893831129","email_id":"jagmeet.desai@hotmail.com","dop":"2026-01-14","serial_number":"088185609299585","imei1":"088185609299585","imei2":"088185609299585","popurl":"www.aditeya-ahluwalia.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165532,"job_number":"JOB_165532","tr_customer_id":165549,"tr_customer_product_id":165539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Hamsini Somayaji","mobile_number":"9852495771","email_id":"chandramani.varma@yahoo.co.in","dop":"2026-01-14","serial_number":"222785283755671","imei1":"222785283755671","imei2":"222785283755671","popurl":"www.dharitri-nair.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165531,"job_number":"JOB_165531","tr_customer_id":165548,"tr_customer_product_id":165538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Udit Gupta","mobile_number":"9861047664","email_id":"vasundhara.mishra@gmail.com","dop":"2026-01-14","serial_number":"387938117654240","imei1":"387938117654240","imei2":"387938117654240","popurl":"www.bhargava-butt.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165530,"job_number":"JOB_165530","tr_customer_id":165547,"tr_customer_product_id":165537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Lal Dubashi","mobile_number":"9800595022","email_id":"buddhana.menon@hotmail.com","dop":"2026-01-14","serial_number":"683839499678452","imei1":"683839499678452","imei2":"683839499678452","popurl":"www.ajeet-bharadwaj.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165529,"job_number":"JOB_165529","tr_customer_id":165546,"tr_customer_product_id":165536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Dhruv Pothuvaal","mobile_number":"9875674480","email_id":"buddhana.desai@gmail.com","dop":"2026-01-14","serial_number":"056023541529509","imei1":"056023541529509","imei2":"056023541529509","popurl":"www.devajyoti-mishra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165528,"job_number":"JOB_165528","tr_customer_id":165545,"tr_customer_product_id":165535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Kanishka Bandopadhyay","mobile_number":"9835769297","email_id":"chinmayananda.panicker@yahoo.co.in","dop":"2026-01-14","serial_number":"553189197209310","imei1":"553189197209310","imei2":"553189197209310","popurl":"www.aadrika-varman.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165527,"job_number":"JOB_165527","tr_customer_id":165544,"tr_customer_product_id":165534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Dipendra Kapoor","mobile_number":"9885444505","email_id":"trilok.talwar@hotmail.com","dop":"2026-01-14","serial_number":"519175413184888","imei1":"519175413184888","imei2":"519175413184888","popurl":"www.leela-butt.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165526,"job_number":"JOB_165526","tr_customer_id":165543,"tr_customer_product_id":165533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Dhanapati Menon","mobile_number":"9873628664","email_id":"purnima.khan@hotmail.com","dop":"2026-01-14","serial_number":"258618669318153","imei1":"258618669318153","imei2":"258618669318153","popurl":"www.deeptanshu-varrier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165525,"job_number":"JOB_165525","tr_customer_id":165542,"tr_customer_product_id":165532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Dharmaketu Chaturvedi","mobile_number":"9815792228","email_id":"bhaanumati.ahluwalia@yahoo.co.in","dop":"2026-01-14","serial_number":"823603721607594","imei1":"823603721607594","imei2":"823603721607594","popurl":"www.aatmaj-tagore.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165524,"job_number":"JOB_165524","tr_customer_id":165541,"tr_customer_product_id":165531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Atreyee Khan","mobile_number":"9870091964","email_id":"darshwana.agarwal@yahoo.co.in","dop":"2026-01-14","serial_number":"140305443845836","imei1":"140305443845836","imei2":"140305443845836","popurl":"www.ravi-menon.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165523,"job_number":"JOB_165523","tr_customer_id":165540,"tr_customer_product_id":165530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Chandan Ganaka","mobile_number":"9863294766","email_id":"radha.achari@yahoo.co.in","dop":"2026-01-14","serial_number":"138667987754520","imei1":"138667987754520","imei2":"138667987754520","popurl":"www.opaline-bhattathiri.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165522,"job_number":"JOB_165522","tr_customer_id":165539,"tr_customer_product_id":165529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Anuja Trivedi","mobile_number":"9884869817","email_id":"devi.menon@hotmail.com","dop":"2026-01-14","serial_number":"072582943030677","imei1":"072582943030677","imei2":"072582943030677","popurl":"www.nirbhay-chaturvedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165521,"job_number":"JOB_165521","tr_customer_id":165537,"tr_customer_product_id":165527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Rageswari Guha","mobile_number":"9874451420","email_id":"soma.reddy@gmail.com","dop":"2026-01-14","serial_number":"619879519554272","imei1":"619879519554272","imei2":"619879519554272","popurl":"www.anang-butt.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165520,"job_number":"JOB_165520","tr_customer_id":165538,"tr_customer_product_id":165528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Sheela Abbott","mobile_number":"9816213888","email_id":"shresth.mahajan@gmail.com","dop":"2026-01-14","serial_number":"513068801558661","imei1":"513068801558661","imei2":"513068801558661","popurl":"www.anuraag-pilla.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165519,"job_number":"JOB_165519","tr_customer_id":165536,"tr_customer_product_id":165526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Saroja Joshi","mobile_number":"9846147341","email_id":"bhupen.malik@yahoo.co.in","dop":"2026-01-14","serial_number":"411326487709554","imei1":"411326487709554","imei2":"411326487709554","popurl":"www.ahilya-ganaka.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165518,"job_number":"JOB_165518","tr_customer_id":165535,"tr_customer_product_id":165525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Daksha Rana","mobile_number":"9895844162","email_id":"avantika.gupta@gmail.com","dop":"2026-01-14","serial_number":"018289402297154","imei1":"018289402297154","imei2":"018289402297154","popurl":"www.veda-mehra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165517,"job_number":"JOB_165517","tr_customer_id":165534,"tr_customer_product_id":165524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Bela Khanna","mobile_number":"9873309226","email_id":"somu.tandon@yahoo.co.in","dop":"2026-01-14","serial_number":"561440833942790","imei1":"561440833942790","imei2":"561440833942790","popurl":"www.chandradev-guha.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165516,"job_number":"JOB_165516","tr_customer_id":165533,"tr_customer_product_id":165523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Vaidehi Mishra","mobile_number":"9894725140","email_id":"shobhana.pillai@yahoo.co.in","dop":"2026-01-14","serial_number":"044577519631575","imei1":"044577519631575","imei2":"044577519631575","popurl":"www.dakshayani-singh.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165515,"job_number":"JOB_165515","tr_customer_id":165532,"tr_customer_product_id":165522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Akshita Sethi","mobile_number":"9840049144","email_id":"harita.jha@hotmail.com","dop":"2026-01-14","serial_number":"943954939053538","imei1":"943954939053538","imei2":"943954939053538","popurl":"www.draupadi-namboothiri.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165514,"job_number":"JOB_165514","tr_customer_id":165531,"tr_customer_product_id":165521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Kannen Naik","mobile_number":"9868313965","email_id":"girik.pothuvaal@gmail.com","dop":"2026-01-14","serial_number":"708014944444958","imei1":"708014944444958","imei2":"708014944444958","popurl":"www.vrinda-sinha.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165513,"job_number":"JOB_165513","tr_customer_id":165530,"tr_customer_product_id":165520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Chandra Pothuvaal","mobile_number":"9856841753","email_id":"amritambu.gupta@yahoo.co.in","dop":"2026-01-14","serial_number":"435393774090811","imei1":"435393774090811","imei2":"435393774090811","popurl":"www.sanka-nambeesan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165512,"job_number":"JOB_165512","tr_customer_id":165529,"tr_customer_product_id":165519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Giri Bhattathiri","mobile_number":"9884664825","email_id":"devajyoti.nambeesan@yahoo.co.in","dop":"2026-01-14","serial_number":"111114905545525","imei1":"111114905545525","imei2":"111114905545525","popurl":"www.anal-kaniyar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165511,"job_number":"JOB_165511","tr_customer_id":165528,"tr_customer_product_id":165518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Leela Mukhopadhyay","mobile_number":"9861601455","email_id":"chakor.naik@yahoo.co.in","dop":"2026-01-14","serial_number":"136270079033389","imei1":"136270079033389","imei2":"136270079033389","popurl":"www.usha-dhawan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165510,"job_number":"JOB_165510","tr_customer_id":165527,"tr_customer_product_id":165517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Dhana Gowda","mobile_number":"9848145066","email_id":"dinkar.agarwal@gmail.com","dop":"2026-01-14","serial_number":"025976055350217","imei1":"025976055350217","imei2":"025976055350217","popurl":"www.deeptiman-mishra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165509,"job_number":"JOB_165509","tr_customer_id":165526,"tr_customer_product_id":165516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:29.000Z","modified_at":"2026-01-24T05:28:29.000Z","name":"Delores Armstrong","mobile_number":"318-439-9385","email_id":"Carmel.Rosenbaum@yahoo.com","dop":"2025-04-06","serial_number":"18174827416943092","imei1":"18174827416943092","imei2":"18174827416943092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165507,"job_number":"JOB_165507","tr_customer_id":165524,"tr_customer_product_id":165514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:27:39.000Z","modified_at":"2026-01-24T05:27:39.000Z","name":"Josefina Padberg","mobile_number":"665-589-5279","email_id":"Rickey.Tremblay@gmail.com","dop":"2025-04-06","serial_number":"11273135426038496","imei1":"11273135426038496","imei2":"11273135426038496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:27:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165505,"job_number":"JOB_165505","tr_customer_id":165522,"tr_customer_product_id":165512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:30.000Z","modified_at":"2026-01-24T05:22:30.000Z","name":"Meghnath Menon","mobile_number":"9824364357","email_id":"gita.varma@gmail.com","dop":"2026-01-14","serial_number":"204241835066694","imei1":"204241835066694","imei2":"204241835066694","popurl":"www.niro-sharma.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165504,"job_number":"JOB_165504","tr_customer_id":165521,"tr_customer_product_id":165511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:30.000Z","modified_at":"2026-01-24T05:22:30.000Z","name":"Chandra Gupta","mobile_number":"9807608897","email_id":"bhooshit.jha@yahoo.co.in","dop":"2026-01-14","serial_number":"135004602020188","imei1":"135004602020188","imei2":"135004602020188","popurl":"www.mukesh-achari.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165503,"job_number":"JOB_165503","tr_customer_id":165520,"tr_customer_product_id":165510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:30.000Z","modified_at":"2026-01-24T05:22:30.000Z","name":"Garud Dutta","mobile_number":"9812912792","email_id":"geetanjali.patel@hotmail.com","dop":"2026-01-14","serial_number":"273199796640445","imei1":"273199796640445","imei2":"273199796640445","popurl":"www.ashlesh-acharya.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165502,"job_number":"JOB_165502","tr_customer_id":165519,"tr_customer_product_id":165509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:30.000Z","modified_at":"2026-01-24T05:22:30.000Z","name":"Jyoti Nehru","mobile_number":"9893922526","email_id":"kanaka.gowda@hotmail.com","dop":"2026-01-14","serial_number":"613144388003999","imei1":"613144388003999","imei2":"613144388003999","popurl":"www.kannen-kocchar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165501,"job_number":"JOB_165501","tr_customer_id":165518,"tr_customer_product_id":165508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:30.000Z","modified_at":"2026-01-24T05:22:30.000Z","name":"Amritambu Dhawan","mobile_number":"9861774402","email_id":"amodini.shah@gmail.com","dop":"2026-01-14","serial_number":"931511561613644","imei1":"931511561613644","imei2":"931511561613644","popurl":"www.sameer-shukla.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165500,"job_number":"JOB_165500","tr_customer_id":165517,"tr_customer_product_id":165507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Himadri Kocchar","mobile_number":"9883292063","email_id":"inder.mahajan@gmail.com","dop":"2026-01-14","serial_number":"860436536734665","imei1":"860436536734665","imei2":"860436536734665","popurl":"www.veda-prajapat.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165499,"job_number":"JOB_165499","tr_customer_id":165515,"tr_customer_product_id":165506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Aditya Mukhopadhyay","mobile_number":"9838639115","email_id":"adinath.mehra@yahoo.co.in","dop":"2026-01-14","serial_number":"068937258082342","imei1":"068937258082342","imei2":"068937258082342","popurl":"www.sharda-mehra.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165498,"job_number":"JOB_165498","tr_customer_id":165516,"tr_customer_product_id":165505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Jahnu Chattopadhyay","mobile_number":"9887527124","email_id":"dayaamay.gowda@hotmail.com","dop":"2026-01-14","serial_number":"217579745065474","imei1":"217579745065474","imei2":"217579745065474","popurl":"www.chitraksh-khan.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165497,"job_number":"JOB_165497","tr_customer_id":165514,"tr_customer_product_id":165504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Agneya Bhattathiri","mobile_number":"9871191280","email_id":"shiv.shah@yahoo.co.in","dop":"2026-01-14","serial_number":"344533209011035","imei1":"344533209011035","imei2":"344533209011035","popurl":"www.balaaditya-jain.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165496,"job_number":"JOB_165496","tr_customer_id":165513,"tr_customer_product_id":165503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Dinkar Pillai","mobile_number":"9819829858","email_id":"gemine.reddy@hotmail.com","dop":"2026-01-14","serial_number":"550119271681573","imei1":"550119271681573","imei2":"550119271681573","popurl":"www.gorakhanatha-mehra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165495,"job_number":"JOB_165495","tr_customer_id":165512,"tr_customer_product_id":165502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Adityanandana Ganaka","mobile_number":"9896887036","email_id":"aadidev.singh@gmail.com","dop":"2026-01-14","serial_number":"510735443754949","imei1":"510735443754949","imei2":"510735443754949","popurl":"www.kali-dhawan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165494,"job_number":"JOB_165494","tr_customer_id":165511,"tr_customer_product_id":165501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Jagdish Ahluwalia","mobile_number":"9836982286","email_id":"somu.saini@hotmail.com","dop":"2026-01-14","serial_number":"349409848651597","imei1":"349409848651597","imei2":"349409848651597","popurl":"www.nirbhay-panicker.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165493,"job_number":"JOB_165493","tr_customer_id":165510,"tr_customer_product_id":165500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Swapnil Pilla","mobile_number":"9812139207","email_id":"bahula.guneta@gmail.com","dop":"2026-01-14","serial_number":"280732611989380","imei1":"280732611989380","imei2":"280732611989380","popurl":"www.gajadhar-ahluwalia.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165492,"job_number":"JOB_165492","tr_customer_id":165509,"tr_customer_product_id":165499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Shubhaprada Pothuvaal","mobile_number":"9804072714","email_id":"dhanesh.pandey@hotmail.com","dop":"2026-01-14","serial_number":"996498247056499","imei1":"996498247056499","imei2":"996498247056499","popurl":"www.aslesha-nayar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165491,"job_number":"JOB_165491","tr_customer_id":165508,"tr_customer_product_id":165498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Anilaabh Khatri","mobile_number":"9887778565","email_id":"shakuntala.gowda@yahoo.co.in","dop":"2026-01-14","serial_number":"132455574581212","imei1":"132455574581212","imei2":"132455574581212","popurl":"www.chandrakala-tandon.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165490,"job_number":"JOB_165490","tr_customer_id":165507,"tr_customer_product_id":165497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Gudakesha Nair","mobile_number":"9802628728","email_id":"lal.dubashi@hotmail.com","dop":"2026-01-14","serial_number":"142910202711041","imei1":"142910202711041","imei2":"142910202711041","popurl":"www.vyas-dwivedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165489,"job_number":"JOB_165489","tr_customer_id":165506,"tr_customer_product_id":165496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Vedang Gupta","mobile_number":"9898235923","email_id":"kama.dubashi@yahoo.co.in","dop":"2026-01-14","serial_number":"204626836330070","imei1":"204626836330070","imei2":"204626836330070","popurl":"www.shwet-adiga.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165488,"job_number":"JOB_165488","tr_customer_id":165505,"tr_customer_product_id":165495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Ekaling Banerjee","mobile_number":"9807705961","email_id":"karunanidhi.guneta@gmail.com","dop":"2026-01-14","serial_number":"762288732442731","imei1":"762288732442731","imei2":"762288732442731","popurl":"www.kali-iyer.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165487,"job_number":"JOB_165487","tr_customer_id":165504,"tr_customer_product_id":165494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Rajinder Abbott","mobile_number":"9826928768","email_id":"devajyoti.kapoor@yahoo.co.in","dop":"2026-01-14","serial_number":"704252216274963","imei1":"704252216274963","imei2":"704252216274963","popurl":"www.akshata-desai.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165486,"job_number":"JOB_165486","tr_customer_id":165503,"tr_customer_product_id":165493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Tanushri Chattopadhyay","mobile_number":"9850438924","email_id":"dhanvin.varma@hotmail.com","dop":"2026-01-14","serial_number":"744631892929481","imei1":"744631892929481","imei2":"744631892929481","popurl":"www.sarisha-guneta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165485,"job_number":"JOB_165485","tr_customer_id":165502,"tr_customer_product_id":165492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:43.000Z","modified_at":"2026-01-24T05:20:43.000Z","name":"Dhanalakshmi Kaniyar","mobile_number":"9843225780","email_id":"bilwa.ganaka@gmail.com","dop":"2026-01-14","serial_number":"257930479096808","imei1":"257930479096808","imei2":"257930479096808","popurl":"www.chakradhar-tandon.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165484,"job_number":"JOB_165484","tr_customer_id":165501,"tr_customer_product_id":165491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:43.000Z","modified_at":"2026-01-24T05:20:43.000Z","name":"Gati Bhat","mobile_number":"9814821371","email_id":"suryakant.patil@hotmail.com","dop":"2026-01-14","serial_number":"578761028907542","imei1":"578761028907542","imei2":"578761028907542","popurl":"www.bhaasvan-gandhi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165483,"job_number":"JOB_165483","tr_customer_id":165500,"tr_customer_product_id":165490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:43.000Z","modified_at":"2026-01-24T05:20:43.000Z","name":"Aatmaj Trivedi","mobile_number":"9879610875","email_id":"dwaipayana.mehra@gmail.com","dop":"2026-01-14","serial_number":"243996057815373","imei1":"243996057815373","imei2":"243996057815373","popurl":"www.rageshwari-shah.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165482,"job_number":"JOB_165482","tr_customer_id":165499,"tr_customer_product_id":165489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:43.000Z","modified_at":"2026-01-24T05:20:43.000Z","name":"Gorakhnath Mishra","mobile_number":"9817666835","email_id":"chakor.guneta@yahoo.co.in","dop":"2026-01-14","serial_number":"530234592713464","imei1":"530234592713464","imei2":"530234592713464","popurl":"www.anand swarup-verma.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165481,"job_number":"JOB_165481","tr_customer_id":165498,"tr_customer_product_id":165488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:43.000Z","modified_at":"2026-01-24T05:20:43.000Z","name":"Rajan Acharya","mobile_number":"9831803925","email_id":"shresth.guha@yahoo.co.in","dop":"2026-01-14","serial_number":"210435875501433","imei1":"210435875501433","imei2":"210435875501433","popurl":"www.aagneya-nayar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165480,"job_number":"JOB_165480","tr_customer_id":165497,"tr_customer_product_id":165487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Vishwamitra Mehra","mobile_number":"9824882314","email_id":"suresh.prajapat@gmail.com","dop":"2026-01-14","serial_number":"684904353816327","imei1":"684904353816327","imei2":"684904353816327","popurl":"www.parvati-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165479,"job_number":"JOB_165479","tr_customer_id":165496,"tr_customer_product_id":165486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Jagmeet Rana","mobile_number":"9891737618","email_id":"vishnu.desai@hotmail.com","dop":"2026-01-14","serial_number":"412191385945580","imei1":"412191385945580","imei2":"412191385945580","popurl":"www.chandini-sinha.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165478,"job_number":"JOB_165478","tr_customer_id":165495,"tr_customer_product_id":165485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Deeptimayee Pandey","mobile_number":"9866632570","email_id":"baalagopaal.patil@yahoo.co.in","dop":"2026-01-14","serial_number":"847943585605714","imei1":"847943585605714","imei2":"847943585605714","popurl":"www.deepankar-banerjee.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165477,"job_number":"JOB_165477","tr_customer_id":165494,"tr_customer_product_id":165484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Dipendra Rana","mobile_number":"9843190040","email_id":"upendra.achari@gmail.com","dop":"2026-01-14","serial_number":"234170565364985","imei1":"234170565364985","imei2":"234170565364985","popurl":"www.chandraswaroopa-kakkar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165476,"job_number":"JOB_165476","tr_customer_id":165493,"tr_customer_product_id":165483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Abhirath Bhat","mobile_number":"9887093059","email_id":"krishna.ahluwalia@hotmail.com","dop":"2026-01-14","serial_number":"929123062507774","imei1":"929123062507774","imei2":"929123062507774","popurl":"www.aditeya-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165475,"job_number":"JOB_165475","tr_customer_id":165492,"tr_customer_product_id":165482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Tapan Sinha","mobile_number":"9885078455","email_id":"laxmi.gupta@gmail.com","dop":"2026-01-14","serial_number":"447716340958876","imei1":"447716340958876","imei2":"447716340958876","popurl":"www.aasha-arora.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165474,"job_number":"JOB_165474","tr_customer_id":165491,"tr_customer_product_id":165481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Arun Shah","mobile_number":"9885871438","email_id":"deevakar.mehra@gmail.com","dop":"2026-01-14","serial_number":"899349088227204","imei1":"899349088227204","imei2":"899349088227204","popurl":"www.devika-jain.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165473,"job_number":"JOB_165473","tr_customer_id":165490,"tr_customer_product_id":165480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Balamani Malik","mobile_number":"9807389016","email_id":"keerti.patil@gmail.com","dop":"2026-01-14","serial_number":"511075121952684","imei1":"511075121952684","imei2":"511075121952684","popurl":"www.gopi-menon.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165472,"job_number":"JOB_165472","tr_customer_id":165489,"tr_customer_product_id":165479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Bhaasvan Mishra","mobile_number":"9825775902","email_id":"himadri.abbott@gmail.com","dop":"2026-01-14","serial_number":"546120583928817","imei1":"546120583928817","imei2":"546120583928817","popurl":"www.nagabhushanam-saini.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165471,"job_number":"JOB_165471","tr_customer_id":165488,"tr_customer_product_id":165478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Ameyatma Mehrotra","mobile_number":"9831580230","email_id":"vasanti.tagore@yahoo.co.in","dop":"2026-01-14","serial_number":"798698923777293","imei1":"798698923777293","imei2":"798698923777293","popurl":"www.bhaves-gupta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165470,"job_number":"JOB_165470","tr_customer_id":165487,"tr_customer_product_id":165477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Chandini Nambeesan","mobile_number":"9813715424","email_id":"aaratrika.kocchar@hotmail.com","dop":"2026-01-14","serial_number":"610428654637615","imei1":"610428654637615","imei2":"610428654637615","popurl":"www.sarala-guneta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165469,"job_number":"JOB_165469","tr_customer_id":165486,"tr_customer_product_id":165476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Laal Varman","mobile_number":"9866348627","email_id":"gandharva.somayaji@gmail.com","dop":"2026-01-14","serial_number":"122641223298619","imei1":"122641223298619","imei2":"122641223298619","popurl":"www.priyala-gandhi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165468,"job_number":"JOB_165468","tr_customer_id":165485,"tr_customer_product_id":165475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Tara Agarwal","mobile_number":"9811498175","email_id":"dinkar.namboothiri@yahoo.co.in","dop":"2026-01-14","serial_number":"904414731602293","imei1":"904414731602293","imei2":"904414731602293","popurl":"www.baijayanti-patel.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165467,"job_number":"JOB_165467","tr_customer_id":165484,"tr_customer_product_id":165474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Baalagopaal Varman","mobile_number":"9888892124","email_id":"karan.namboothiri@yahoo.co.in","dop":"2026-01-14","serial_number":"370118375659360","imei1":"370118375659360","imei2":"370118375659360","popurl":"www.anusuya-mehrotra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165466,"job_number":"JOB_165466","tr_customer_id":165483,"tr_customer_product_id":165473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Bhaumik Tandon","mobile_number":"9877465070","email_id":"gautam.kaniyar@gmail.com","dop":"2026-01-14","serial_number":"381269552358494","imei1":"381269552358494","imei2":"381269552358494","popurl":"www.dayamayee-mehra.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165465,"job_number":"JOB_165465","tr_customer_id":165482,"tr_customer_product_id":165472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:19:10.000Z","modified_at":"2026-01-24T05:19:10.000Z","name":"Jamel Keebler","mobile_number":"300-948-6373","email_id":"Shemar_Stiedemann@hotmail.com","dop":"2025-06-08","serial_number":"12720811817232","imei1":"12720811817232","imei2":"12720811817232","popurl":"2025-06-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:19:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165464,"job_number":"JOB_165464","tr_customer_id":165481,"tr_customer_product_id":165471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:03:35.000Z","modified_at":"2026-01-24T05:03:35.000Z","name":"Vivek Yadav","mobile_number":"8788138617","email_id":"ccivivek123@gmail.com","dop":"2026-01-14","serial_number":"891398385161723","imei1":"891398385161723","imei2":"891398385161723","popurl":"2026-01-14T05:03:34.489261500Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:03:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165463,"job_number":"JOB_165463","tr_customer_id":165480,"tr_customer_product_id":165470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:53:14.000Z","modified_at":"2026-01-24T04:53:14.000Z","name":"Nicolette Cole","mobile_number":"732-592-4570","email_id":"Lucy45@gmail.com","dop":"2025-04-06","serial_number":"18380129139960776","imei1":"18380129139960776","imei2":"18380129139960776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:53:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165461,"job_number":"JOB_165461","tr_customer_id":165478,"tr_customer_product_id":165468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:52:54.000Z","modified_at":"2026-01-24T04:52:54.000Z","name":"Jaycee Hilpert","mobile_number":"480-269-1662","email_id":"Martina42@yahoo.com","dop":"2025-04-06","serial_number":"10477807887607346","imei1":"10477807887607346","imei2":"10477807887607346","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:52:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165459,"job_number":"JOB_165459","tr_customer_id":165476,"tr_customer_product_id":165466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:41.000Z","modified_at":"2026-01-24T04:50:41.000Z","name":"Shwet Acharya","mobile_number":"9806210025","email_id":"kailash.patel@gmail.com","dop":"2026-01-14","serial_number":"727119346976515","imei1":"727119346976515","imei2":"727119346976515","popurl":"www.narinder-marar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165458,"job_number":"JOB_165458","tr_customer_id":165475,"tr_customer_product_id":165465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:41.000Z","modified_at":"2026-01-24T04:50:41.000Z","name":"Opaline Varman","mobile_number":"9884389213","email_id":"aarya.kapoor@hotmail.com","dop":"2026-01-14","serial_number":"390594674793521","imei1":"390594674793521","imei2":"390594674793521","popurl":"www.girindra-joshi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165457,"job_number":"JOB_165457","tr_customer_id":165474,"tr_customer_product_id":165464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:41.000Z","name":"Devi Desai","mobile_number":"9839153375","email_id":"lakshmidhar.malik@yahoo.co.in","dop":"2026-01-14","serial_number":"990756071902525","imei1":"990756071902525","imei2":"990756071902525","popurl":"www.tapan-sharma.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165456,"job_number":"JOB_165456","tr_customer_id":165473,"tr_customer_product_id":165463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Minakshi Gowda","mobile_number":"9827251883","email_id":"devangana.ahluwalia@gmail.com","dop":"2026-01-14","serial_number":"875568231961846","imei1":"875568231961846","imei2":"875568231961846","popurl":"www.aagneya-varman.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165455,"job_number":"JOB_165455","tr_customer_id":165472,"tr_customer_product_id":165462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Dharmaketu Nair","mobile_number":"9868697943","email_id":"dhanapati.varma@gmail.com","dop":"2026-01-14","serial_number":"921153741995997","imei1":"921153741995997","imei2":"921153741995997","popurl":"www.uttam-gandhi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165454,"job_number":"JOB_165454","tr_customer_id":165471,"tr_customer_product_id":165461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Bhupen Tandon","mobile_number":"9865321765","email_id":"kartik.gowda@gmail.com","dop":"2026-01-14","serial_number":"094542402756868","imei1":"094542402756868","imei2":"094542402756868","popurl":"www.tanya-banerjee.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165453,"job_number":"JOB_165453","tr_customer_id":165470,"tr_customer_product_id":165460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Paramartha Mehra","mobile_number":"9827191235","email_id":"balgopal.malik@yahoo.co.in","dop":"2026-01-14","serial_number":"018569699916048","imei1":"018569699916048","imei2":"018569699916048","popurl":"www.chaturaanan-ahuja.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165452,"job_number":"JOB_165452","tr_customer_id":165469,"tr_customer_product_id":165459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Draupadi Bhat","mobile_number":"9849961860","email_id":"gitanjali.reddy@gmail.com","dop":"2026-01-14","serial_number":"105448134279153","imei1":"105448134279153","imei2":"105448134279153","popurl":"www.rudra-pothuvaal.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165451,"job_number":"JOB_165451","tr_customer_id":165468,"tr_customer_product_id":165458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Brahmabrata Malik","mobile_number":"9810540375","email_id":"chandraketu.shukla@hotmail.com","dop":"2026-01-14","serial_number":"633236941621852","imei1":"633236941621852","imei2":"633236941621852","popurl":"www.dhyanesh-chaturvedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165450,"job_number":"JOB_165450","tr_customer_id":165467,"tr_customer_product_id":165457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Chandravati Banerjee","mobile_number":"9823702090","email_id":"sanya.mukhopadhyay@yahoo.co.in","dop":"2026-01-14","serial_number":"167387918015345","imei1":"167387918015345","imei2":"167387918015345","popurl":"www.bhargava-bharadwaj.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165449,"job_number":"JOB_165449","tr_customer_id":165466,"tr_customer_product_id":165456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Balaaditya Gandhi","mobile_number":"9872463245","email_id":"chandramohan.ganaka@gmail.com","dop":"2026-01-14","serial_number":"078486991775848","imei1":"078486991775848","imei2":"078486991775848","popurl":"www.gorakhanatha-jain.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165448,"job_number":"JOB_165448","tr_customer_id":165465,"tr_customer_product_id":165455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Avantika Chopra","mobile_number":"9809430249","email_id":"dhanvin.pandey@gmail.com","dop":"2026-01-14","serial_number":"840853718160766","imei1":"840853718160766","imei2":"840853718160766","popurl":"www.bhoopati-acharya.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165447,"job_number":"JOB_165447","tr_customer_id":165464,"tr_customer_product_id":165454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Aatmaj Marar","mobile_number":"9881939272","email_id":"adheesh.chattopadhyay@yahoo.co.in","dop":"2026-01-14","serial_number":"518540287934069","imei1":"518540287934069","imei2":"518540287934069","popurl":"www.kamlesh-singh.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165446,"job_number":"JOB_165446","tr_customer_id":165463,"tr_customer_product_id":165453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Gajadhar Bandopadhyay","mobile_number":"9882554592","email_id":"anal.pandey@hotmail.com","dop":"2026-01-14","serial_number":"850440399132511","imei1":"850440399132511","imei2":"850440399132511","popurl":"www.girika-pothuvaal.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165445,"job_number":"JOB_165445","tr_customer_id":165462,"tr_customer_product_id":165452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Aagam Mehrotra","mobile_number":"9803407688","email_id":"somu.singh@hotmail.com","dop":"2026-01-14","serial_number":"800586982321211","imei1":"800586982321211","imei2":"800586982321211","popurl":"www.mina-chaturvedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165444,"job_number":"JOB_165444","tr_customer_id":165461,"tr_customer_product_id":165451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Bhisham Pilla","mobile_number":"9834515098","email_id":"sujata.bhattacharya@hotmail.com","dop":"2026-01-14","serial_number":"557643353038141","imei1":"557643353038141","imei2":"557643353038141","popurl":"www.aditya-dutta.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165443,"job_number":"JOB_165443","tr_customer_id":165460,"tr_customer_product_id":165450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Giriraaj Marar","mobile_number":"9850334121","email_id":"bhoopati.ganaka@hotmail.com","dop":"2026-01-14","serial_number":"093972205388223","imei1":"093972205388223","imei2":"093972205388223","popurl":"www.meghnad-devar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165442,"job_number":"JOB_165442","tr_customer_id":165459,"tr_customer_product_id":165449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Gautam Rana","mobile_number":"9808705261","email_id":"mani.devar@gmail.com","dop":"2026-01-14","serial_number":"786411901638284","imei1":"786411901638284","imei2":"786411901638284","popurl":"www.govinda-joshi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165441,"job_number":"JOB_165441","tr_customer_id":165458,"tr_customer_product_id":165448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Chaaruchandra Kakkar","mobile_number":"9825915432","email_id":"rajendra.johar@gmail.com","dop":"2026-01-14","serial_number":"967320149323116","imei1":"967320149323116","imei2":"967320149323116","popurl":"www.bhoopati-pillai.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165440,"job_number":"JOB_165440","tr_customer_id":165457,"tr_customer_product_id":165447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Dakshayani Mehrotra","mobile_number":"9880309268","email_id":"eshana.mehra@yahoo.co.in","dop":"2026-01-14","serial_number":"775792479396336","imei1":"775792479396336","imei2":"775792479396336","popurl":"www.goswami-sinha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165439,"job_number":"JOB_165439","tr_customer_id":165456,"tr_customer_product_id":165446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:39.000Z","modified_at":"2026-01-24T04:50:39.000Z","name":"DIDIDID Rippin","mobile_number":"273-218-0237","email_id":"Colt.Heathcote@gmail.com","dop":"2024-10-15","serial_number":"81845678901794","imei1":"81845678901794","imei2":"81845678901794","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165438,"job_number":"JOB_165438","tr_customer_id":165455,"tr_customer_product_id":165445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:39.000Z","modified_at":"2026-01-24T04:50:39.000Z","name":"Sunil Rippin","mobile_number":"273-218-0237","email_id":"Colt.Heathcote@gmail.com","dop":"2024-10-15","serial_number":"32545678901234","imei1":"32545678901234","imei2":"32545678901234","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165437,"job_number":"JOB_165437","tr_customer_id":165454,"tr_customer_product_id":165444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:39.000Z","modified_at":"2026-01-24T04:50:39.000Z","name":"Rocker Rippin","mobile_number":"273-218-0237","email_id":"Colt.Heathcote@gmail.com","dop":"2024-10-15","serial_number":"81845678901234","imei1":"81845678901234","imei2":"81845678901234","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165436,"job_number":"JOB_165436","tr_customer_id":165453,"tr_customer_product_id":165443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:39.000Z","modified_at":"2026-01-24T04:50:39.000Z","name":"Dada Rippin","mobile_number":"273-218-0237","email_id":"Colt.Heathcote@gmail.com","dop":"2024-10-15","serial_number":"19845678901234","imei1":"19845678901234","imei2":"19845678901234","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165435,"job_number":"JOB_165435","tr_customer_id":165452,"tr_customer_product_id":165442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:39.000Z","modified_at":"2026-01-24T04:50:39.000Z","name":"Vivek Rippin","mobile_number":"273-218-0237","email_id":"Colt.Heathcote@gmail.com","dop":"2024-10-15","serial_number":"14545678901234","imei1":"14545678901234","imei2":"14545678901234","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165433,"job_number":"JOB_165433","tr_customer_id":165450,"tr_customer_product_id":165440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:39:42.000Z","modified_at":"2026-01-24T04:39:42.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"109883769458152","imei1":"109883769458152","imei2":"109883769458152","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165431,"job_number":"JOB_165431","tr_customer_id":165448,"tr_customer_product_id":165438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:39:29.000Z","modified_at":"2026-01-24T04:39:29.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"106051138437493","imei1":"106051138437493","imei2":"106051138437493","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165428,"job_number":"JOB_165428","tr_customer_id":165445,"tr_customer_product_id":165435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:32:53.000Z","modified_at":"2026-01-24T04:32:53.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-14","serial_number":"75170751806930","imei1":"75170751806930","imei2":"75170751806930","popurl":"2026-01-14T04:32:52.877713245Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:32:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165427,"job_number":"JOB_165427","tr_customer_id":165444,"tr_customer_product_id":165434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:32:36.000Z","modified_at":"2026-01-24T04:32:36.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-14","serial_number":"91042546477578","imei1":"91042546477578","imei2":"91042546477578","popurl":"2026-01-14T04:32:35.794862697Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:32:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165426,"job_number":"JOB_165426","tr_customer_id":165443,"tr_customer_product_id":165433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Vedanga Iyer","mobile_number":"9818878545","email_id":"vrinda.prajapat@hotmail.com","dop":"2026-01-14","serial_number":"841886975733437","imei1":"841886975733437","imei2":"841886975733437","popurl":"www.dron-gandhi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165425,"job_number":"JOB_165425","tr_customer_id":165442,"tr_customer_product_id":165432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Chandrakala Bhat","mobile_number":"9887057135","email_id":"chatur.asan@yahoo.co.in","dop":"2026-01-14","serial_number":"006765238252952","imei1":"006765238252952","imei2":"006765238252952","popurl":"www.kannen-bhattathiri.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165424,"job_number":"JOB_165424","tr_customer_id":165441,"tr_customer_product_id":165431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Bhargavi Chopra","mobile_number":"9899725910","email_id":"dipankar.dwivedi@yahoo.co.in","dop":"2026-01-14","serial_number":"331716760096727","imei1":"331716760096727","imei2":"331716760096727","popurl":"www.bhavani-shah.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165423,"job_number":"JOB_165423","tr_customer_id":165440,"tr_customer_product_id":165430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Sunita Varman","mobile_number":"9853302346","email_id":"chandramohan.embranthiri@yahoo.co.in","dop":"2026-01-14","serial_number":"176725950591075","imei1":"176725950591075","imei2":"176725950591075","popurl":"www.atmaja-tandon.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165422,"job_number":"JOB_165422","tr_customer_id":165439,"tr_customer_product_id":165429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Tej Sethi","mobile_number":"9833571342","email_id":"arya.guha@hotmail.com","dop":"2026-01-14","serial_number":"846776267179423","imei1":"846776267179423","imei2":"846776267179423","popurl":"www.sushma-talwar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165421,"job_number":"JOB_165421","tr_customer_id":165438,"tr_customer_product_id":165428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Sachin Saini","mobile_number":"9820994305","email_id":"harita.marar@hotmail.com","dop":"2026-01-14","serial_number":"255602128695832","imei1":"255602128695832","imei2":"255602128695832","popurl":"www.bhisham-johar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165420,"job_number":"JOB_165420","tr_customer_id":165437,"tr_customer_product_id":165427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Deeptanshu Trivedi","mobile_number":"9828064479","email_id":"saraswati.nehru@yahoo.co.in","dop":"2026-01-14","serial_number":"363813600417312","imei1":"363813600417312","imei2":"363813600417312","popurl":"www.shwet-reddy.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165419,"job_number":"JOB_165419","tr_customer_id":165436,"tr_customer_product_id":165426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Marut Arora","mobile_number":"9805208962","email_id":"daevi.talwar@yahoo.co.in","dop":"2026-01-14","serial_number":"001000635630398","imei1":"001000635630398","imei2":"001000635630398","popurl":"www.tara-khan.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165418,"job_number":"JOB_165418","tr_customer_id":165435,"tr_customer_product_id":165425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Sushma Embranthiri","mobile_number":"9881105579","email_id":"lila.gowda@gmail.com","dop":"2026-01-14","serial_number":"599070310118488","imei1":"599070310118488","imei2":"599070310118488","popurl":"www.anuraag-shah.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165417,"job_number":"JOB_165417","tr_customer_id":165434,"tr_customer_product_id":165424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Soma Iyer","mobile_number":"9894575017","email_id":"rati.bhattacharya@hotmail.com","dop":"2026-01-14","serial_number":"813391619527318","imei1":"813391619527318","imei2":"813391619527318","popurl":"www.aashritha-talwar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165416,"job_number":"JOB_165416","tr_customer_id":165433,"tr_customer_product_id":165423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Chanda Pandey","mobile_number":"9824631964","email_id":"ekaksh.chattopadhyay@hotmail.com","dop":"2026-01-14","serial_number":"953157742158475","imei1":"953157742158475","imei2":"953157742158475","popurl":"www.kanak-shukla.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165415,"job_number":"JOB_165415","tr_customer_id":165432,"tr_customer_product_id":165422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Aatmaja Shukla","mobile_number":"9808520567","email_id":"balaaditya.dubashi@gmail.com","dop":"2026-01-14","serial_number":"630147529006180","imei1":"630147529006180","imei2":"630147529006180","popurl":"www.gorakhnath-rana.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165414,"job_number":"JOB_165414","tr_customer_id":165431,"tr_customer_product_id":165421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Ekadant Kocchar","mobile_number":"9853053073","email_id":"chanda.devar@hotmail.com","dop":"2026-01-14","serial_number":"004334391747342","imei1":"004334391747342","imei2":"004334391747342","popurl":"www.javas-bhat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165413,"job_number":"JOB_165413","tr_customer_id":165430,"tr_customer_product_id":165420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Baijayanti Mukhopadhyay","mobile_number":"9861870538","email_id":"kumari.kapoor@hotmail.com","dop":"2026-01-14","serial_number":"174323900972146","imei1":"174323900972146","imei2":"174323900972146","popurl":"www.lal-jain.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165412,"job_number":"JOB_165412","tr_customer_id":165429,"tr_customer_product_id":165419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Somu Ahluwalia","mobile_number":"9883256265","email_id":"adhiraj.patel@yahoo.co.in","dop":"2026-01-14","serial_number":"880650741205039","imei1":"880650741205039","imei2":"880650741205039","popurl":"www.vrund-namboothiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165411,"job_number":"JOB_165411","tr_customer_id":165428,"tr_customer_product_id":165418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Adikavi Varma","mobile_number":"9889609728","email_id":"vijay.shukla@gmail.com","dop":"2026-01-14","serial_number":"532227972891934","imei1":"532227972891934","imei2":"532227972891934","popurl":"www.anshula-trivedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165410,"job_number":"JOB_165410","tr_customer_id":165427,"tr_customer_product_id":165417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Chatur Tagore","mobile_number":"9870745580","email_id":"jagmeet.prajapat@yahoo.co.in","dop":"2026-01-14","serial_number":"234909757006711","imei1":"234909757006711","imei2":"234909757006711","popurl":"www.subhashini-acharya.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165409,"job_number":"JOB_165409","tr_customer_id":165426,"tr_customer_product_id":165416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Chaitan Desai","mobile_number":"9871465144","email_id":"ranjeet.chaturvedi@yahoo.co.in","dop":"2026-01-14","serial_number":"048518390040938","imei1":"048518390040938","imei2":"048518390040938","popurl":"www.ojaswini-panicker.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165408,"job_number":"JOB_165408","tr_customer_id":165425,"tr_customer_product_id":165415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Bhaaswar Bharadwaj","mobile_number":"9811134401","email_id":"indra.gowda@hotmail.com","dop":"2026-01-14","serial_number":"314848063276707","imei1":"314848063276707","imei2":"314848063276707","popurl":"www.dhana-mehrotra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165407,"job_number":"JOB_165407","tr_customer_id":165424,"tr_customer_product_id":165414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:58.000Z","modified_at":"2026-01-24T04:27:58.000Z","name":"Chiranjeev Banerjee","mobile_number":"9834721926","email_id":"balagovind.pandey@hotmail.com","dop":"2026-01-14","serial_number":"928510045868407","imei1":"928510045868407","imei2":"928510045868407","popurl":"www.gajaadhar-ahuja.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165406,"job_number":"JOB_165406","tr_customer_id":165423,"tr_customer_product_id":165413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:58.000Z","modified_at":"2026-01-24T04:27:58.000Z","name":"Bhasvan Verma","mobile_number":"9872927685","email_id":"sharmila.mahajan@gmail.com","dop":"2026-01-14","serial_number":"757476286049122","imei1":"757476286049122","imei2":"757476286049122","popurl":"www.vaishno-khatri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165405,"job_number":"JOB_165405","tr_customer_id":165422,"tr_customer_product_id":165412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:58.000Z","modified_at":"2026-01-24T04:27:58.000Z","name":"Jay Dhawan","mobile_number":"9868110374","email_id":"laxman.khan@gmail.com","dop":"2026-01-14","serial_number":"574159400664376","imei1":"574159400664376","imei2":"574159400664376","popurl":"www.gayatri-singh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165404,"job_number":"JOB_165404","tr_customer_id":165421,"tr_customer_product_id":165411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:58.000Z","modified_at":"2026-01-24T04:27:58.000Z","name":"Dharmaketu Joshi","mobile_number":"9854529024","email_id":"devdan.bhattathiri@gmail.com","dop":"2026-01-14","serial_number":"061726002996298","imei1":"061726002996298","imei2":"061726002996298","popurl":"www.bharadwaj-varma.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165403,"job_number":"JOB_165403","tr_customer_id":165420,"tr_customer_product_id":165410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:57.000Z","modified_at":"2026-01-24T04:27:57.000Z","name":"Balgopal Kapoor","mobile_number":"9869602502","email_id":"ranjit.devar@hotmail.com","dop":"2026-01-14","serial_number":"982484667355714","imei1":"982484667355714","imei2":"982484667355714","popurl":"www.paramartha-deshpande.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165402,"job_number":"JOB_165402","tr_customer_id":165419,"tr_customer_product_id":165409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:57.000Z","modified_at":"2026-01-24T04:27:57.000Z","name":"Agrata Bhat","mobile_number":"9885789355","email_id":"gopal.naik@yahoo.co.in","dop":"2026-01-14","serial_number":"924016580826651","imei1":"924016580826651","imei2":"924016580826651","popurl":"www.devika-gowda.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165401,"job_number":"JOB_165401","tr_customer_id":165418,"tr_customer_product_id":165408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:57.000Z","modified_at":"2026-01-24T04:27:57.000Z","name":"Sunita Guneta","mobile_number":"9807668298","email_id":"advaya.varrier@yahoo.co.in","dop":"2026-01-14","serial_number":"051711404933680","imei1":"051711404933680","imei2":"051711404933680","popurl":"www.dayaananda-mehrotra.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165400,"job_number":"JOB_165400","tr_customer_id":165417,"tr_customer_product_id":165407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:56.000Z","modified_at":"2026-01-24T04:27:56.000Z","name":"Ekaaksh Abbott","mobile_number":"9890052794","email_id":"vishwamitra.shah@hotmail.com","dop":"2026-01-14","serial_number":"606155490602616","imei1":"606155490602616","imei2":"606155490602616","popurl":"www.deb-rana.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165399,"job_number":"JOB_165399","tr_customer_id":165416,"tr_customer_product_id":165406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:56.000Z","modified_at":"2026-01-24T04:27:56.000Z","name":"Charuvrat Kocchar","mobile_number":"9815347812","email_id":"balachandra.banerjee@yahoo.co.in","dop":"2026-01-14","serial_number":"229846216442278","imei1":"229846216442278","imei2":"229846216442278","popurl":"www.ramesh-abbott.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165398,"job_number":"JOB_165398","tr_customer_id":165415,"tr_customer_product_id":165405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:56.000Z","modified_at":"2026-01-24T04:27:56.000Z","name":"Deependra Deshpande","mobile_number":"9837293724","email_id":"amritambu.agarwal@gmail.com","dop":"2026-01-14","serial_number":"526902097761960","imei1":"526902097761960","imei2":"526902097761960","popurl":"www.dayaananda-tagore.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165397,"job_number":"JOB_165397","tr_customer_id":165414,"tr_customer_product_id":165404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Hiranya Kaniyar","mobile_number":"9801656119","email_id":"aayushman.johar@yahoo.co.in","dop":"2026-01-14","serial_number":"456912851593140","imei1":"456912851593140","imei2":"456912851593140","popurl":"www.deeptiman-chopra.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165396,"job_number":"JOB_165396","tr_customer_id":165413,"tr_customer_product_id":165403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Kanaka Saini","mobile_number":"9804196307","email_id":"menaka.dutta@yahoo.co.in","dop":"2026-01-14","serial_number":"511960548508867","imei1":"511960548508867","imei2":"511960548508867","popurl":"www.chitramala-guneta.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165395,"job_number":"JOB_165395","tr_customer_id":165412,"tr_customer_product_id":165402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Asha Deshpande","mobile_number":"9852196932","email_id":"kartik.mishra@hotmail.com","dop":"2026-01-14","serial_number":"447438135173029","imei1":"447438135173029","imei2":"447438135173029","popurl":"www.deepali-mishra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165394,"job_number":"JOB_165394","tr_customer_id":165411,"tr_customer_product_id":165401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Chatur Mahajan","mobile_number":"9852608676","email_id":"somnath.nayar@gmail.com","dop":"2026-01-14","serial_number":"854768947007554","imei1":"854768947007554","imei2":"854768947007554","popurl":"www.bhavani-mukhopadhyay.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165393,"job_number":"JOB_165393","tr_customer_id":165410,"tr_customer_product_id":165400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Aalok Iyengar","mobile_number":"9810410980","email_id":"amogh.gandhi@gmail.com","dop":"2026-01-14","serial_number":"115895301479098","imei1":"115895301479098","imei2":"115895301479098","popurl":"www.pran-gill.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165392,"job_number":"JOB_165392","tr_customer_id":165409,"tr_customer_product_id":165399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Sarvin Johar","mobile_number":"9820175652","email_id":"rohana.rana@yahoo.co.in","dop":"2026-01-14","serial_number":"432530712923217","imei1":"432530712923217","imei2":"432530712923217","popurl":"www.ranjeet-verma.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165391,"job_number":"JOB_165391","tr_customer_id":165408,"tr_customer_product_id":165398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:53.000Z","modified_at":"2026-01-24T04:27:53.000Z","name":"Deeptanshu Shukla","mobile_number":"9898060828","email_id":"daevi.dhawan@gmail.com","dop":"2026-01-14","serial_number":"706795469102623","imei1":"706795469102623","imei2":"706795469102623","popurl":"www.bhadraksh-malik.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165390,"job_number":"JOB_165390","tr_customer_id":165407,"tr_customer_product_id":165397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:53.000Z","modified_at":"2026-01-24T04:27:53.000Z","name":"Gopal Panicker","mobile_number":"9870450560","email_id":"ganaka.chaturvedi@gmail.com","dop":"2026-01-14","serial_number":"637317676472120","imei1":"637317676472120","imei2":"637317676472120","popurl":"www.krishnadas-pandey.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165389,"job_number":"JOB_165389","tr_customer_id":165406,"tr_customer_product_id":165396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:52.000Z","modified_at":"2026-01-24T04:27:52.000Z","name":"Alok Mehra","mobile_number":"9859134502","email_id":"himadri.pandey@hotmail.com","dop":"2026-01-14","serial_number":"491498836514650","imei1":"491498836514650","imei2":"491498836514650","popurl":"www.amaranaath-agarwal.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165388,"job_number":"JOB_165388","tr_customer_id":165405,"tr_customer_product_id":165395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:52.000Z","modified_at":"2026-01-24T04:27:52.000Z","name":"Opalina Tandon","mobile_number":"9868737878","email_id":"kiran.kapoor@hotmail.com","dop":"2026-01-14","serial_number":"345413575723243","imei1":"345413575723243","imei2":"345413575723243","popurl":"www.abhisyanta-sinha.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165387,"job_number":"JOB_165387","tr_customer_id":165404,"tr_customer_product_id":165394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:52.000Z","modified_at":"2026-01-24T04:27:52.000Z","name":"Rameshwar Saini","mobile_number":"9896088852","email_id":"jagathi.dwivedi@hotmail.com","dop":"2026-01-14","serial_number":"642935919776858","imei1":"642935919776858","imei2":"642935919776858","popurl":"www.dhanalakshmi-guha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165386,"job_number":"JOB_165386","tr_customer_id":165403,"tr_customer_product_id":165393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:24:47.000Z","modified_at":"2026-01-24T04:24:47.000Z","name":"Magnolia Wehner","mobile_number":"660-564-2966","email_id":"Janet.Hettinger@gmail.com","dop":"2025-04-06","serial_number":"12079838181295206","imei1":"12079838181295206","imei2":"12079838181295206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:24:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165384,"job_number":"JOB_165384","tr_customer_id":165401,"tr_customer_product_id":165391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:24:04.000Z","modified_at":"2026-01-24T04:24:04.000Z","name":"Ludwig Ullrich","mobile_number":"890-598-1694","email_id":"Monte.Anderson@hotmail.com","dop":"2025-04-06","serial_number":"17922287909484024","imei1":"17922287909484024","imei2":"17922287909484024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:24:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165382,"job_number":"JOB_165382","tr_customer_id":165399,"tr_customer_product_id":165389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:23:21.000Z","modified_at":"2026-01-24T04:23:21.000Z","name":"Joel Ankunding","mobile_number":"827-267-5322","email_id":"Winnifred_Schneider54@hotmail.com","dop":"2025-04-06","serial_number":"16845791980135318","imei1":"16845791980135318","imei2":"16845791980135318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:23:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165379,"job_number":"JOB_165379","tr_customer_id":165396,"tr_customer_product_id":165386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:18:27.000Z","modified_at":"2026-01-24T04:18:27.000Z","name":"Aarya Patil","mobile_number":"8646182846","email_id":"mandakini.gandhi@hotmail.com","dop":"2026-01-14","serial_number":"38315729594727","imei1":"38315729594727","imei2":"38315729594727","popurl":"www.chakravartee-nehru.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:18:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165376,"job_number":"JOB_165376","tr_customer_id":165393,"tr_customer_product_id":165383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:29.000Z","modified_at":"2026-01-24T03:57:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62001648375731","imei1":"62001648375731","imei2":"62001648375731","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165375,"job_number":"JOB_165375","tr_customer_id":165392,"tr_customer_product_id":165382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:29.000Z","modified_at":"2026-01-24T03:57:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"70064494170307","imei1":"70064494170307","imei2":"70064494170307","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165374,"job_number":"JOB_165374","tr_customer_id":165391,"tr_customer_product_id":165381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:29.000Z","modified_at":"2026-01-24T03:57:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95374323083601","imei1":"95374323083601","imei2":"95374323083601","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165373,"job_number":"JOB_165373","tr_customer_id":165390,"tr_customer_product_id":165380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:28.000Z","modified_at":"2026-01-24T03:57:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92151405704462","imei1":"92151405704462","imei2":"92151405704462","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165372,"job_number":"JOB_165372","tr_customer_id":165389,"tr_customer_product_id":165379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:28.000Z","modified_at":"2026-01-24T03:57:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69821337427820","imei1":"69821337427820","imei2":"69821337427820","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165371,"job_number":"JOB_165371","tr_customer_id":165388,"tr_customer_product_id":165378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:28.000Z","modified_at":"2026-01-24T03:57:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15832077451393","imei1":"15832077451393","imei2":"15832077451393","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165369,"job_number":"JOB_165369","tr_customer_id":165386,"tr_customer_product_id":165376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:00.000Z","modified_at":"2026-01-24T03:57:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"14160089827597","imei1":"14160089827597","imei2":"14160089827597","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165368,"job_number":"JOB_165368","tr_customer_id":165385,"tr_customer_product_id":165375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:59.000Z","modified_at":"2026-01-24T03:56:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62007948357390","imei1":"62007948357390","imei2":"62007948357390","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165367,"job_number":"JOB_165367","tr_customer_id":165384,"tr_customer_product_id":165374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:59.000Z","modified_at":"2026-01-24T03:56:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"17577269128697","imei1":"17577269128697","imei2":"17577269128697","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165366,"job_number":"JOB_165366","tr_customer_id":165383,"tr_customer_product_id":165373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:59.000Z","modified_at":"2026-01-24T03:56:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72065225541662","imei1":"72065225541662","imei2":"72065225541662","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165365,"job_number":"JOB_165365","tr_customer_id":165382,"tr_customer_product_id":165372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:58.000Z","modified_at":"2026-01-24T03:56:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24535194504843","imei1":"24535194504843","imei2":"24535194504843","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165364,"job_number":"JOB_165364","tr_customer_id":165381,"tr_customer_product_id":165371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:58.000Z","modified_at":"2026-01-24T03:56:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83582343585385","imei1":"83582343585385","imei2":"83582343585385","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165362,"job_number":"JOB_165362","tr_customer_id":165379,"tr_customer_product_id":165369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:30.000Z","modified_at":"2026-01-24T03:56:30.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87768503837015","imei1":"87768503837015","imei2":"87768503837015","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165361,"job_number":"JOB_165361","tr_customer_id":165378,"tr_customer_product_id":165368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:30.000Z","modified_at":"2026-01-24T03:56:30.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18940416443342","imei1":"18940416443342","imei2":"18940416443342","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165360,"job_number":"JOB_165360","tr_customer_id":165377,"tr_customer_product_id":165367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:29.000Z","modified_at":"2026-01-24T03:56:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84692265166585","imei1":"84692265166585","imei2":"84692265166585","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165359,"job_number":"JOB_165359","tr_customer_id":165376,"tr_customer_product_id":165366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:29.000Z","modified_at":"2026-01-24T03:56:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31311602469488","imei1":"31311602469488","imei2":"31311602469488","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165358,"job_number":"JOB_165358","tr_customer_id":165375,"tr_customer_product_id":165365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:29.000Z","modified_at":"2026-01-24T03:56:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12324434030108","imei1":"12324434030108","imei2":"12324434030108","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165357,"job_number":"JOB_165357","tr_customer_id":165374,"tr_customer_product_id":165364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:28.000Z","modified_at":"2026-01-24T03:56:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28469649454160","imei1":"28469649454160","imei2":"28469649454160","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165356,"job_number":"JOB_165356","tr_customer_id":165373,"tr_customer_product_id":165363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:51:56.000Z","modified_at":"2026-01-24T03:51:56.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-14","serial_number":"11794514993613","imei1":"18904414473613","imei2":"130779079163713","popurl":"2026-01-14T03:51:54.202267400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:51:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165355,"job_number":"JOB_165355","tr_customer_id":165372,"tr_customer_product_id":165362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:50:09.000Z","modified_at":"2026-01-24T03:50:09.000Z","name":"Breana Marks","mobile_number":"649-208-6435","email_id":"Angelo.Auer92@hotmail.com","dop":"2025-04-06","serial_number":"18717702518598948","imei1":"18717702518598948","imei2":"18717702518598948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165353,"job_number":"JOB_165353","tr_customer_id":165370,"tr_customer_product_id":165360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:50:07.000Z","modified_at":"2026-01-24T03:50:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14428914154344","imei1":"14428914154344","imei2":"14428914154344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:50:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165352,"job_number":"JOB_165352","tr_customer_id":165369,"tr_customer_product_id":165359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:53.000Z","modified_at":"2026-01-24T03:49:53.000Z","name":"Felicity Prohaska","mobile_number":"493-935-4616","email_id":"Maya14@hotmail.com","dop":"2025-04-06","serial_number":"18720437561758200","imei1":"18720437561758200","imei2":"18720437561758200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165350,"job_number":"JOB_165350","tr_customer_id":165367,"tr_customer_product_id":165357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:52.000Z","modified_at":"2026-01-24T03:49:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13554323013804","imei1":"13554323013804","imei2":"13554323013804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165346,"job_number":"JOB_165346","tr_customer_id":165363,"tr_customer_product_id":165353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:33.000Z","modified_at":"2026-01-24T03:49:33.000Z","name":"Nathen Reichert","mobile_number":"289-517-6308","email_id":"Wilbert_Russel@hotmail.com","dop":"2025-04-06","serial_number":"14112098358107610","imei1":"14112098358107610","imei2":"14112098358107610","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165344,"job_number":"JOB_165344","tr_customer_id":165361,"tr_customer_product_id":165351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:32.000Z","modified_at":"2026-01-24T03:49:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16427105170239","imei1":"16427105170239","imei2":"16427105170239","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165343,"job_number":"JOB_165343","tr_customer_id":165360,"tr_customer_product_id":165350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:25.000Z","modified_at":"2026-01-24T03:49:25.000Z","name":"Jolie Bernier","mobile_number":"536-628-7256","email_id":"Celestino.Wisozk49@gmail.com","dop":"2025-04-06","serial_number":"16217151647362924","imei1":"16217151647362924","imei2":"16217151647362924","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165342,"job_number":"JOB_165342","tr_customer_id":165359,"tr_customer_product_id":165349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:23.000Z","modified_at":"2026-01-24T03:49:23.000Z","name":"Krystina Gleichner","mobile_number":"345-879-8416","email_id":"Melvina17@hotmail.com","dop":"2025-04-06","serial_number":"12491444485544004","imei1":"12491444485544004","imei2":"12491444485544004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165340,"job_number":"JOB_165340","tr_customer_id":165357,"tr_customer_product_id":165347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:23.000Z","modified_at":"2026-01-24T03:49:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12684171543306","imei1":"12684171543306","imei2":"12684171543306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165338,"job_number":"JOB_165338","tr_customer_id":165355,"tr_customer_product_id":165345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:22.000Z","modified_at":"2026-01-24T03:49:22.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17976199179940","imei1":"17976199179940","imei2":"17976199179940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165337,"job_number":"JOB_165337","tr_customer_id":165354,"tr_customer_product_id":165344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:14.000Z","modified_at":"2026-01-24T03:49:15.000Z","name":"Tanya Wilderman","mobile_number":"740-556-4898","email_id":"Oren74@yahoo.com","dop":"2025-04-06","serial_number":"15465539341670244","imei1":"15465539341670244","imei2":"15465539341670244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165335,"job_number":"JOB_165335","tr_customer_id":165352,"tr_customer_product_id":165342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:13.000Z","modified_at":"2026-01-24T03:49:13.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11643872202322","imei1":"11643872202322","imei2":"11643872202322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165334,"job_number":"JOB_165334","tr_customer_id":165351,"tr_customer_product_id":165341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:11.000Z","modified_at":"2026-01-24T03:49:11.000Z","name":"Desmond Schowalter","mobile_number":"867-479-1018","email_id":"Anabelle76@yahoo.com","dop":"2025-04-06","serial_number":"18498549604324308","imei1":"18498549604324308","imei2":"18498549604324308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165332,"job_number":"JOB_165332","tr_customer_id":165349,"tr_customer_product_id":165339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:10.000Z","modified_at":"2026-01-24T03:49:10.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11166856025382","imei1":"11166856025382","imei2":"11166856025382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165327,"job_number":"JOB_165327","tr_customer_id":165344,"tr_customer_product_id":165334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:57.000Z","modified_at":"2026-01-24T03:48:57.000Z","name":"Cleve Crist","mobile_number":"959-392-2775","email_id":"Maximillian_Windler1@yahoo.com","dop":"2025-04-06","serial_number":"18890661954632910","imei1":"18890661954632910","imei2":"18890661954632910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165323,"job_number":"JOB_165323","tr_customer_id":165340,"tr_customer_product_id":165330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:55.000Z","modified_at":"2026-01-24T03:48:55.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"13499364363182","imei1":"13499364363182","imei2":"13499364363182","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165321,"job_number":"JOB_165321","tr_customer_id":165338,"tr_customer_product_id":165328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:50.000Z","modified_at":"2026-01-24T03:48:50.000Z","name":"Erich Wolf","mobile_number":"647-821-7533","email_id":"Garett_Greenfelder@gmail.com","dop":"2025-04-06","serial_number":"17382459598498484","imei1":"17382459598498484","imei2":"17382459598498484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165318,"job_number":"JOB_165318","tr_customer_id":165335,"tr_customer_product_id":165325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:49.000Z","modified_at":"2026-01-24T03:48:49.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17004721281782","imei1":"17004721281782","imei2":"17004721281782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165315,"job_number":"JOB_165315","tr_customer_id":165332,"tr_customer_product_id":165322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:48.000Z","modified_at":"2026-01-24T03:48:48.000Z","name":"Kaleigh Witting","mobile_number":"452-413-5002","email_id":"Isabell_Denesik49@gmail.com","dop":"2025-04-06","serial_number":"11442646291047482","imei1":"11442646291047482","imei2":"11442646291047482","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165314,"job_number":"JOB_165314","tr_customer_id":165331,"tr_customer_product_id":165321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:47.000Z","modified_at":"2026-01-24T03:48:47.000Z","name":"Arden Tremblay","mobile_number":"727-820-6131","email_id":"Kendra.Hyatt66@hotmail.com","dop":"2025-04-06","serial_number":"12412944973713898","imei1":"12412944973713898","imei2":"12412944973713898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165312,"job_number":"JOB_165312","tr_customer_id":165329,"tr_customer_product_id":165319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:46.000Z","modified_at":"2026-01-24T03:48:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12420352718073","imei1":"12420352718073","imei2":"12420352718073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165310,"job_number":"JOB_165310","tr_customer_id":165327,"tr_customer_product_id":165317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:46.000Z","modified_at":"2026-01-24T03:48:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19119835456881","imei1":"19119835456881","imei2":"19119835456881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165309,"job_number":"JOB_165309","tr_customer_id":165326,"tr_customer_product_id":165316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:41.000Z","modified_at":"2026-01-24T03:48:41.000Z","name":"Shania Gorczany","mobile_number":"744-942-3992","email_id":"Leonardo24@gmail.com","dop":"2025-04-06","serial_number":"10023791850303816","imei1":"10023791850303816","imei2":"10023791850303816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165307,"job_number":"JOB_165307","tr_customer_id":165324,"tr_customer_product_id":165314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:40.000Z","modified_at":"2026-01-24T03:48:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12473790051572","imei1":"12473790051572","imei2":"12473790051572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165306,"job_number":"JOB_165306","tr_customer_id":165323,"tr_customer_product_id":165313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:37.000Z","modified_at":"2026-01-24T03:48:37.000Z","name":"Jaeden Ferry","mobile_number":"422-370-3628","email_id":"Eudora_Jaskolski74@yahoo.com","dop":"2025-04-06","serial_number":"15686992023527656","imei1":"15686992023527656","imei2":"15686992023527656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165303,"job_number":"JOB_165303","tr_customer_id":165320,"tr_customer_product_id":165310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:36.000Z","modified_at":"2026-01-24T03:48:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16252649260495","imei1":"16252649260495","imei2":"16252649260495","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165299,"job_number":"JOB_165299","tr_customer_id":165316,"tr_customer_product_id":165306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:32.000Z","modified_at":"2026-01-24T03:48:32.000Z","name":"Myra Upton","mobile_number":"882-890-8135","email_id":"Junior52@gmail.com","dop":"2025-04-06","serial_number":"17259419956991238","imei1":"17259419956991238","imei2":"17259419956991238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165297,"job_number":"JOB_165297","tr_customer_id":165314,"tr_customer_product_id":165304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:30.000Z","modified_at":"2026-01-24T03:48:30.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13042543927292","imei1":"13042543927292","imei2":"13042543927292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165296,"job_number":"JOB_165296","tr_customer_id":165313,"tr_customer_product_id":165303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:29.000Z","modified_at":"2026-01-24T03:48:29.000Z","name":"Pasquale Leffler","mobile_number":"433-518-7866","email_id":"Luna98@hotmail.com","dop":"2025-04-06","serial_number":"13639098013441312","imei1":"13639098013441312","imei2":"13639098013441312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165295,"job_number":"JOB_165295","tr_customer_id":165312,"tr_customer_product_id":165302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:29.000Z","modified_at":"2026-01-24T03:48:29.000Z","name":"Ellie Durgan","mobile_number":"743-240-4314","email_id":"Margie_Johns@gmail.com","dop":"2025-04-06","serial_number":"17333391059497404","imei1":"17333391059497404","imei2":"17333391059497404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165293,"job_number":"JOB_165293","tr_customer_id":165310,"tr_customer_product_id":165300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:28.000Z","modified_at":"2026-01-24T03:48:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17076562749631","imei1":"17076562749631","imei2":"17076562749631","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165291,"job_number":"JOB_165291","tr_customer_id":165308,"tr_customer_product_id":165298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:27.000Z","modified_at":"2026-01-24T03:48:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12354189792327","imei1":"12354189792327","imei2":"12354189792327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165290,"job_number":"JOB_165290","tr_customer_id":165307,"tr_customer_product_id":165297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:19.000Z","modified_at":"2026-01-24T03:48:19.000Z","name":"Elijah Bogisich","mobile_number":"339-349-3767","email_id":"Amina.Pacocha@yahoo.com","dop":"2025-04-06","serial_number":"11778325918391316","imei1":"11778325918391316","imei2":"11778325918391316","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165289,"job_number":"JOB_165289","tr_customer_id":165306,"tr_customer_product_id":165296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:19.000Z","modified_at":"2026-01-24T03:48:19.000Z","name":"Breana VonRueden","mobile_number":"268-593-3183","email_id":"Demetrius_Mueller@gmail.com","dop":"2025-04-06","serial_number":"10494592028224830","imei1":"10494592028224830","imei2":"10494592028224830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165286,"job_number":"JOB_165286","tr_customer_id":165303,"tr_customer_product_id":165293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:17.000Z","modified_at":"2026-01-24T03:48:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17529749883360","imei1":"17529749883360","imei2":"17529749883360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165285,"job_number":"JOB_165285","tr_customer_id":165302,"tr_customer_product_id":165292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:17.000Z","modified_at":"2026-01-24T03:48:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17765310761789","imei1":"17765310761789","imei2":"17765310761789","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165284,"job_number":"JOB_165284","tr_customer_id":165301,"tr_customer_product_id":165291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:15.000Z","modified_at":"2026-01-24T03:48:15.000Z","name":"Eleanore Waelchi","mobile_number":"494-580-8033","email_id":"Nicholaus41@hotmail.com","dop":"2025-04-06","serial_number":"17004497639633658","imei1":"17004497639633658","imei2":"17004497639633658","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165279,"job_number":"JOB_165279","tr_customer_id":165296,"tr_customer_product_id":165286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:13.000Z","modified_at":"2026-01-24T03:48:13.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"12294728863929","imei1":"12294728863929","imei2":"12294728863929","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165273,"job_number":"JOB_165273","tr_customer_id":165290,"tr_customer_product_id":165280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:07.000Z","modified_at":"2026-01-24T03:48:07.000Z","name":"Randy Bartell","mobile_number":"744-267-2515","email_id":"Jesus.Bernier3@gmail.com","dop":"2025-04-06","serial_number":"15198429768929360","imei1":"15198429768929360","imei2":"15198429768929360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165271,"job_number":"JOB_165271","tr_customer_id":165288,"tr_customer_product_id":165278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:06.000Z","modified_at":"2026-01-24T03:48:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17838088974483","imei1":"17838088974483","imei2":"17838088974483","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165270,"job_number":"JOB_165270","tr_customer_id":165287,"tr_customer_product_id":165277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:05.000Z","modified_at":"2026-01-24T03:48:05.000Z","name":"Lane Marvin","mobile_number":"347-773-0071","email_id":"Elliott26@gmail.com","dop":"2025-04-06","serial_number":"10739700696448526","imei1":"10739700696448526","imei2":"10739700696448526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165268,"job_number":"JOB_165268","tr_customer_id":165285,"tr_customer_product_id":165275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:04.000Z","modified_at":"2026-01-24T03:48:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11207931997699","imei1":"11207931997699","imei2":"11207931997699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165267,"job_number":"JOB_165267","tr_customer_id":165284,"tr_customer_product_id":165274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:03.000Z","modified_at":"2026-01-24T03:48:03.000Z","name":"Elian Bailey","mobile_number":"611-677-3100","email_id":"Zelda.Becker@gmail.com","dop":"2025-04-06","serial_number":"11024040291763016","imei1":"11024040291763016","imei2":"11024040291763016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165262,"job_number":"JOB_165262","tr_customer_id":165279,"tr_customer_product_id":165269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:01.000Z","modified_at":"2026-01-24T03:48:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17897392810890","imei1":"17897392810890","imei2":"17897392810890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165260,"job_number":"JOB_165260","tr_customer_id":165277,"tr_customer_product_id":165267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:51.000Z","modified_at":"2026-01-24T03:47:51.000Z","name":"Valentin Mayer","mobile_number":"294-293-3528","email_id":"Stewart.Erdman@yahoo.com","dop":"2025-04-06","serial_number":"18195987232686020","imei1":"18195987232686020","imei2":"18195987232686020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165259,"job_number":"JOB_165259","tr_customer_id":165276,"tr_customer_product_id":165266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:49.000Z","modified_at":"2026-01-24T03:47:49.000Z","name":"Shannon Carter","mobile_number":"687-873-5321","email_id":"Donna.Cummings@gmail.com","dop":"2025-04-06","serial_number":"10150034905457890","imei1":"10150034905457890","imei2":"10150034905457890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165257,"job_number":"JOB_165257","tr_customer_id":165274,"tr_customer_product_id":165264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:49.000Z","modified_at":"2026-01-24T03:47:49.000Z","name":"Clifton Cormier","mobile_number":"360-552-5176","email_id":"Brennan_Connelly31@gmail.com","dop":"2025-04-06","serial_number":"10632270433270626","imei1":"10632270433270626","imei2":"10632270433270626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165256,"job_number":"JOB_165256","tr_customer_id":165273,"tr_customer_product_id":165263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:49.000Z","modified_at":"2026-01-24T03:47:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17593207823635","imei1":"17593207823635","imei2":"17593207823635","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165253,"job_number":"JOB_165253","tr_customer_id":165270,"tr_customer_product_id":165260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:48.000Z","modified_at":"2026-01-24T03:47:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13162430385628","imei1":"13162430385628","imei2":"13162430385628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165252,"job_number":"JOB_165252","tr_customer_id":165269,"tr_customer_product_id":165259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:48.000Z","modified_at":"2026-01-24T03:47:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19335628597194","imei1":"19335628597194","imei2":"19335628597194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165250,"job_number":"JOB_165250","tr_customer_id":165267,"tr_customer_product_id":165257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:37.000Z","modified_at":"2026-01-24T03:47:37.000Z","name":"Shawna Treutel","mobile_number":"414-259-4105","email_id":"Lillian.Swift22@yahoo.com","dop":"2025-04-06","serial_number":"12624380476171116","imei1":"12624380476171116","imei2":"12624380476171116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165248,"job_number":"JOB_165248","tr_customer_id":165265,"tr_customer_product_id":165255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:36.000Z","modified_at":"2026-01-24T03:47:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15210621805297","imei1":"15210621805297","imei2":"15210621805297","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165247,"job_number":"JOB_165247","tr_customer_id":165264,"tr_customer_product_id":165254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:35.000Z","modified_at":"2026-01-24T03:47:35.000Z","name":"Isac Ferry","mobile_number":"944-701-4369","email_id":"Pete_Koch@gmail.com","dop":"2025-04-06","serial_number":"14235458838788024","imei1":"14235458838788024","imei2":"14235458838788024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165245,"job_number":"JOB_165245","tr_customer_id":165262,"tr_customer_product_id":165252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:34.000Z","modified_at":"2026-01-24T03:47:34.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19980397546200","imei1":"19980397546200","imei2":"19980397546200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165244,"job_number":"JOB_165244","tr_customer_id":165261,"tr_customer_product_id":165251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:31.000Z","modified_at":"2026-01-24T03:47:31.000Z","name":"Reta Murray","mobile_number":"755-211-7241","email_id":"Mason.Ferry@hotmail.com","dop":"2025-06-18","serial_number":"1048423908180399","imei1":"1048423908180399","imei2":"1048423908180399","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165243,"job_number":"JOB_165243","tr_customer_id":165260,"tr_customer_product_id":165250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:31.000Z","modified_at":"2026-01-24T03:47:31.000Z","name":"Aiyana Rowe","mobile_number":"573-899-3329","email_id":"Zaria53@gmail.com","dop":"2025-04-06","serial_number":"13726684371870338","imei1":"13726684371870338","imei2":"13726684371870338","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165241,"job_number":"JOB_165241","tr_customer_id":165258,"tr_customer_product_id":165248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:30.000Z","modified_at":"2026-01-24T03:47:30.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10265565717621","imei1":"10265565717621","imei2":"10265565717621","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165238,"job_number":"JOB_165238","tr_customer_id":165255,"tr_customer_product_id":165245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:29.000Z","modified_at":"2026-01-24T03:47:29.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"10884333805824","imei1":"10884333805824","imei2":"10884333805824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165235,"job_number":"JOB_165235","tr_customer_id":165252,"tr_customer_product_id":165242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:23.000Z","modified_at":"2026-01-24T03:47:23.000Z","name":"Kristofer Kiehn","mobile_number":"893-355-5862","email_id":"Woodrow_Torp@yahoo.com","dop":"2025-04-06","serial_number":"10326450933890530","imei1":"10326450933890530","imei2":"10326450933890530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165232,"job_number":"JOB_165232","tr_customer_id":165249,"tr_customer_product_id":165239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:22.000Z","modified_at":"2026-01-24T03:47:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16007705472498","imei1":"16007705472498","imei2":"16007705472498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165231,"job_number":"JOB_165231","tr_customer_id":165248,"tr_customer_product_id":165238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:19.000Z","modified_at":"2026-01-24T03:47:19.000Z","name":"Rachel Armstrong","mobile_number":"299-934-8270","email_id":"Cleve_Larkin48@yahoo.com","dop":"2025-04-06","serial_number":"11436319448481816","imei1":"11436319448481816","imei2":"11436319448481816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165229,"job_number":"JOB_165229","tr_customer_id":165246,"tr_customer_product_id":165236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:18.000Z","modified_at":"2026-01-24T03:47:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17375916782165","imei1":"17375916782165","imei2":"17375916782165","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165228,"job_number":"JOB_165228","tr_customer_id":165245,"tr_customer_product_id":165235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:15.000Z","modified_at":"2026-01-24T03:47:15.000Z","name":"Vance Schamberger","mobile_number":"267-876-4459","email_id":"Norval_Kuvalis@gmail.com","dop":"2025-04-06","serial_number":"19611514260066976","imei1":"19611514260066976","imei2":"19611514260066976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165226,"job_number":"JOB_165226","tr_customer_id":165243,"tr_customer_product_id":165233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:10.000Z","modified_at":"2026-01-24T03:47:10.000Z","name":"Bella Stracke","mobile_number":"989-223-0954","email_id":"Florence15@gmail.com","dop":"2025-04-06","serial_number":"18307658520214464","imei1":"18307658520214464","imei2":"18307658520214464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165224,"job_number":"JOB_165224","tr_customer_id":165241,"tr_customer_product_id":165231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:08.000Z","modified_at":"2026-01-24T03:47:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13439910089528","imei1":"13439910089528","imei2":"13439910089528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165222,"job_number":"JOB_165222","tr_customer_id":165239,"tr_customer_product_id":165229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:06.000Z","modified_at":"2026-01-24T03:47:06.000Z","name":"Icie Schaefer","mobile_number":"391-380-1114","email_id":"Rosina83@yahoo.com","dop":"2025-04-06","serial_number":"17355661698514082","imei1":"17355661698514082","imei2":"17355661698514082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165220,"job_number":"JOB_165220","tr_customer_id":165237,"tr_customer_product_id":165227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:56.000Z","modified_at":"2026-01-24T03:46:56.000Z","name":"Patrick Cruickshank","mobile_number":"476-971-6599","email_id":"Madeline32@yahoo.com","dop":"2025-04-06","serial_number":"15163374061810008","imei1":"15163374061810008","imei2":"15163374061810008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165218,"job_number":"JOB_165218","tr_customer_id":165235,"tr_customer_product_id":165225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:54.000Z","modified_at":"2026-01-24T03:46:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11920408539379","imei1":"11920408539379","imei2":"11920408539379","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165217,"job_number":"JOB_165217","tr_customer_id":165234,"tr_customer_product_id":165224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:54.000Z","modified_at":"2026-01-24T03:46:54.000Z","name":"Malachi Mante","mobile_number":"726-459-4971","email_id":"Manley_Schinner97@yahoo.com","dop":"2025-04-06","serial_number":"11847350529309364","imei1":"11847350529309364","imei2":"11847350529309364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165215,"job_number":"JOB_165215","tr_customer_id":165232,"tr_customer_product_id":165222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:53.000Z","modified_at":"2026-01-24T03:46:53.000Z","name":"Jaime Tromp","mobile_number":"520-909-2781","email_id":"Chaz_Harber@hotmail.com","dop":"2025-04-06","serial_number":"14601063717259336","imei1":"14601063717259336","imei2":"14601063717259336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165213,"job_number":"JOB_165213","tr_customer_id":165230,"tr_customer_product_id":165220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:51.000Z","modified_at":"2026-01-24T03:46:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12724244283282","imei1":"12724244283282","imei2":"12724244283282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165212,"job_number":"JOB_165212","tr_customer_id":165229,"tr_customer_product_id":165219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:49.000Z","modified_at":"2026-01-24T03:46:49.000Z","name":"Allene D'Amore","mobile_number":"658-500-3778","email_id":"Alvina_Nolan37@gmail.com","dop":"2025-06-18","serial_number":"1018546429533210","imei1":"1018546429533210","imei2":"1018546429533210","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165210,"job_number":"JOB_165210","tr_customer_id":165227,"tr_customer_product_id":165217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:48.000Z","modified_at":"2026-01-24T03:46:48.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10295864243369","imei1":"10295864243369","imei2":"10295864243369","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165209,"job_number":"JOB_165209","tr_customer_id":165226,"tr_customer_product_id":165216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:47.000Z","modified_at":"2026-01-24T03:46:47.000Z","name":"Zelma Bartoletti","mobile_number":"402-367-0122","email_id":"Georgiana.Mann@hotmail.com","dop":"2025-04-06","serial_number":"18001907938669360","imei1":"18001907938669360","imei2":"18001907938669360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165207,"job_number":"JOB_165207","tr_customer_id":165224,"tr_customer_product_id":165214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:46.000Z","modified_at":"2026-01-24T03:46:46.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10404459839236","imei1":"10404459839236","imei2":"10404459839236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165204,"job_number":"JOB_165204","tr_customer_id":165221,"tr_customer_product_id":165211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:30.000Z","modified_at":"2026-01-24T03:46:30.000Z","name":"Maddison Feest","mobile_number":"515-659-7262","email_id":"Hailey63@yahoo.com","dop":"2025-04-06","serial_number":"15458836469705062","imei1":"15458836469705062","imei2":"15458836469705062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165201,"job_number":"JOB_165201","tr_customer_id":165218,"tr_customer_product_id":165208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:16.000Z","modified_at":"2026-01-24T03:46:16.000Z","name":"Odell Greenfelder","mobile_number":"870-981-9350","email_id":"Justine.Walsh74@gmail.com","dop":"2025-04-06","serial_number":"14988859506061440","imei1":"14988859506061440","imei2":"14988859506061440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165198,"job_number":"JOB_165198","tr_customer_id":165215,"tr_customer_product_id":165205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:04.000Z","modified_at":"2026-01-24T03:46:04.000Z","name":"Amparo Kshlerin","mobile_number":"381-681-8183","email_id":"Vincenza_Collier14@yahoo.com","dop":"2025-04-06","serial_number":"16254909928325924","imei1":"16254909928325924","imei2":"16254909928325924","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165196,"job_number":"JOB_165196","tr_customer_id":165213,"tr_customer_product_id":165203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:03.000Z","modified_at":"2026-01-24T03:46:03.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"11288208623723","imei1":"11288208623723","imei2":"11288208623723","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165195,"job_number":"JOB_165195","tr_customer_id":165212,"tr_customer_product_id":165202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:45:56.000Z","modified_at":"2026-01-24T03:45:56.000Z","name":"Nash Streich","mobile_number":"736-708-8115","email_id":"Conrad_Johnston43@hotmail.com","dop":"2025-04-06","serial_number":"15833176501882092","imei1":"15833176501882092","imei2":"15833176501882092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:45:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165192,"job_number":"JOB_165192","tr_customer_id":165209,"tr_customer_product_id":165199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:29:45.000Z","modified_at":"2026-01-24T03:29:45.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-14","serial_number":"11794514993612","imei1":"18904414473612","imei2":"130779079163712","popurl":"2026-01-14T03:29:42.924599100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165191,"job_number":"JOB_165191","tr_customer_id":165208,"tr_customer_product_id":165198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:08:52.000Z","modified_at":"2026-01-24T03:08:52.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-14","serial_number":"11794514993692","imei1":"18904414473692","imei2":"130779079163792","popurl":"2026-01-14T03:08:49.568922500Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:08:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165189,"job_number":"JOB_165189","tr_customer_id":165206,"tr_customer_product_id":165196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T02:31:59.000Z","modified_at":"2026-01-24T02:31:59.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-14","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-14T02:31:56.148478100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T02:31:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165188,"job_number":"JOB_165188","tr_customer_id":165205,"tr_customer_product_id":165195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-23T23:42:57.000Z","modified_at":"2026-01-23T23:42:57.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-13","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-13T23:42:57.457039208Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-23T23:42:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165187,"job_number":"JOB_165187","tr_customer_id":165204,"tr_customer_product_id":165194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-23T23:40:30.000Z","modified_at":"2026-01-23T23:40:30.000Z","name":"Radha Trivedi","mobile_number":"7024030579","email_id":"bodhan.gowda@yahoo.co.in","dop":"2026-01-13","serial_number":"658147176491614","imei1":"658147176491614","imei2":"658147176491614","popurl":"www.agrata-embranthiri.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-23T23:40:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165186,"job_number":"JOB_165186","tr_customer_id":165203,"tr_customer_product_id":165193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-23T23:40:30.000Z","modified_at":"2026-01-23T23:40:30.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-13","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-13T23:40:29.666528997Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-23T23:40:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165564,"job_number":"JOB_165564","tr_customer_id":165581,"tr_customer_product_id":165571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T06:14:03.000Z","modified_at":"2026-01-24T06:14:03.000Z","name":"Jairo Gerhold","mobile_number":"969-391-0112","email_id":"Darwin14@yahoo.com","dop":"2025-11-04","serial_number":"87652544601848","imei1":"87652544601848","imei2":"87652544601848","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T06:14:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165430,"job_number":"JOB_165430","tr_customer_id":165447,"tr_customer_product_id":165437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:37:21.000Z","modified_at":"2026-01-24T04:37:21.000Z","name":"Amodini Panicker","mobile_number":"8240874778","email_id":"prem.chopra@yahoo.co.in","dop":"2026-01-14","serial_number":"953753765593979","imei1":"346468571859408","imei2":"110605895740800","popurl":"www.chandani-asan.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:37:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165378,"job_number":"JOB_165378","tr_customer_id":165395,"tr_customer_product_id":165385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:01:58.000Z","modified_at":"2026-01-24T04:01:58.000Z","name":"Janis Doyle","mobile_number":"789-498-2468","email_id":"Craig_Jacobson51@hotmail.com","dop":"2025-11-09","serial_number":"33286636283367","imei1":"33286636283367","imei2":"33286636283367","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:01:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165331,"job_number":"JOB_165331","tr_customer_id":165348,"tr_customer_product_id":165338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:05.000Z","modified_at":"2026-01-24T03:49:05.000Z","name":"Chandler Hirthe","mobile_number":"305-637-7431","email_id":"Kenya_Bahringer@gmail.com","dop":"2025-06-09","serial_number":"74114767894301950","imei1":"74114767894301950","imei2":"74114767894301950","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165330,"job_number":"JOB_165330","tr_customer_id":165347,"tr_customer_product_id":165337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:03.000Z","modified_at":"2026-01-24T03:49:03.000Z","name":"Herminia Gerhold","mobile_number":"269-491-7625","email_id":"Clementine_Balistreri@yahoo.com","dop":"2025-06-09","serial_number":"101567892864210","imei1":"101567892864210","imei2":"101567892864210","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165328,"job_number":"JOB_165328","tr_customer_id":165345,"tr_customer_product_id":165335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:03.000Z","modified_at":"2026-01-24T03:49:03.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"108655859389815","imei1":"108655859389815","imei2":"108655859389815","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165319,"job_number":"JOB_165319","tr_customer_id":165336,"tr_customer_product_id":165326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:49.000Z","modified_at":"2026-01-24T03:48:49.000Z","name":"Roselyn Welch","mobile_number":"985-636-0881","email_id":"Orlando.Mayer34@hotmail.com","dop":"2025-06-09","serial_number":"101563529608687","imei1":"101563529608687","imei2":"101563529608687","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165316,"job_number":"JOB_165316","tr_customer_id":165333,"tr_customer_product_id":165323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:48.000Z","modified_at":"2026-01-24T03:48:48.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106297103739946","imei1":"106297103739946","imei2":"106297103739946","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165304,"job_number":"JOB_165304","tr_customer_id":165321,"tr_customer_product_id":165311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:36.000Z","modified_at":"2026-01-24T03:48:36.000Z","name":"Mossie Oberbrunner","mobile_number":"702-524-7924","email_id":"Deangelo_Moore@yahoo.com","dop":"2025-06-09","serial_number":"20315345858026310","imei1":"20315345858026310","imei2":"20315345858026310","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165302,"job_number":"JOB_165302","tr_customer_id":165319,"tr_customer_product_id":165309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:34.000Z","modified_at":"2026-01-24T03:48:34.000Z","name":"Ed Thompson","mobile_number":"701-260-0323","email_id":"Mackenzie.Deckow3@gmail.com","dop":"2025-06-09","serial_number":"104727413155763","imei1":"104727413155763","imei2":"104727413155763","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165300,"job_number":"JOB_165300","tr_customer_id":165317,"tr_customer_product_id":165307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:34.000Z","modified_at":"2026-01-24T03:48:34.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109211789309755","imei1":"109211789309755","imei2":"109211789309755","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165282,"job_number":"JOB_165282","tr_customer_id":165299,"tr_customer_product_id":165289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:14.000Z","modified_at":"2026-01-24T03:48:14.000Z","name":"Earline Fahey","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"105164321720542","imei1":"105164321720542","imei2":"105164321720542","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165280,"job_number":"JOB_165280","tr_customer_id":165297,"tr_customer_product_id":165287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:14.000Z","modified_at":"2026-01-24T03:48:14.000Z","name":"Alyce Kling","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101704248277401","imei1":"101704248277401","imei2":"101704248277401","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165277,"job_number":"JOB_165277","tr_customer_id":165294,"tr_customer_product_id":165284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:13.000Z","modified_at":"2026-01-24T03:48:13.000Z","name":"Rodger Welch","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"151961029544427","imei1":"151961029544427","imei2":"151961029544427","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165276,"job_number":"JOB_165276","tr_customer_id":165293,"tr_customer_product_id":165283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:13.000Z","modified_at":"2026-01-24T03:48:13.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"128018002721617","imei1":"128018002721617","imei2":"128018002721617","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165266,"job_number":"JOB_165266","tr_customer_id":165283,"tr_customer_product_id":165273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:02.000Z","modified_at":"2026-01-24T03:48:02.000Z","name":"Ericka Schmitt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"156337493072168","imei1":"156337493072168","imei2":"156337493072168","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165265,"job_number":"JOB_165265","tr_customer_id":165282,"tr_customer_product_id":165272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:02.000Z","modified_at":"2026-01-24T03:48:02.000Z","name":"Merritt Kuhic","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"197622394715727","imei1":"197622394715727","imei2":"197622394715727","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165263,"job_number":"JOB_165263","tr_customer_id":165280,"tr_customer_product_id":165270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:02.000Z","modified_at":"2026-01-24T03:48:02.000Z","name":"Samir Heaney","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"170699904011310","imei1":"170699904011310","imei2":"170699904011310","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165261,"job_number":"JOB_165261","tr_customer_id":165278,"tr_customer_product_id":165268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:01.000Z","modified_at":"2026-01-24T03:48:01.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"184299283237916","imei1":"184299283237916","imei2":"184299283237916","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165251,"job_number":"JOB_165251","tr_customer_id":165268,"tr_customer_product_id":165258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:38.000Z","modified_at":"2026-01-24T03:47:38.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Retha93@gmail.com","dop":"2025-07-02","serial_number":"15378550413215","imei1":"15378550413215","imei2":"15378550413215","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165234,"job_number":"JOB_165234","tr_customer_id":165251,"tr_customer_product_id":165241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:22.000Z","modified_at":"2026-01-24T03:47:22.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Nicola73@hotmail.com","dop":"2025-07-02","serial_number":"19886404242755","imei1":"19886404242755","imei2":"19886404242755","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165223,"job_number":"JOB_165223","tr_customer_id":165240,"tr_customer_product_id":165230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:06.000Z","modified_at":"2026-01-24T03:47:06.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Mckenzie.Franecki0@yahoo.com","dop":"2025-07-02","serial_number":"19433006903996","imei1":"19433006903996","imei2":"19433006903996","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 229ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNDZ9.zsYYM23y1f5oYalUys-DNbAbeRacj_lR1MYDqdPgnlc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e30fe45c-a929-4699-956b-6fb12082f906
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"job_id":99821,"engineer_id":17}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 238ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNDZ9.zsYYM23y1f5oYalUys-DNbAbeRacj_lR1MYDqdPgnlc
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0da11b9b-5a33-4acc-9e9b-0d287294080b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 165564,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 297ms
Mean size per request: 296.32KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNDZ9.zsYYM23y1f5oYalUys-DNbAbeRacj_lR1MYDqdPgnlc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 400f65b0-0aa3-4072-99d4-e1549d9daf6d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"4a143-JPEfN0+4sXBRLF34UL3U3Q471KA"
Vary Accept-Encoding
Content-Encoding gzip
Date Sat, 24 Jan 2026 06:14:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":165349,"job_number":"JOB_165349","tr_customer_id":165366,"tr_customer_product_id":165356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:41.000Z","modified_at":"2026-01-24T03:49:41.000Z","name":"Kendra Von","mobile_number":"683-891-4922","email_id":"Lydia.Bruen@gmail.com","dop":"2000-01-31","serial_number":"1010019691618416","imei1":"1010019691618416","imei2":"1010019691618416","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:41.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165347,"job_number":"JOB_165347","tr_customer_id":165364,"tr_customer_product_id":165354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:39.000Z","modified_at":"2026-01-24T03:49:39.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10006744099680","imei1":"10006744099680","imei2":"10006744099680","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165326,"job_number":"JOB_165326","tr_customer_id":165343,"tr_customer_product_id":165333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:57.000Z","modified_at":"2026-01-24T03:48:57.000Z","name":"Devante Brekke","mobile_number":"908-921-4239","email_id":"Keaton.Lakin@hotmail.com","dop":"2000-01-31","serial_number":"1002407092473011","imei1":"1002407092473011","imei2":"1002407092473011","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:57.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165322,"job_number":"JOB_165322","tr_customer_id":165339,"tr_customer_product_id":165329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:55.000Z","modified_at":"2026-01-24T03:48:55.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10240584392354","imei1":"10240584392354","imei2":"10240584392354","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:55.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165278,"job_number":"JOB_165278","tr_customer_id":165295,"tr_customer_product_id":165285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:13.000Z","modified_at":"2026-01-24T03:48:13.000Z","name":"Enrico Keebler","mobile_number":"563-716-0361","email_id":"Pink44@hotmail.com","dop":"2000-01-31","serial_number":"1039011323319416","imei1":"1039011323319416","imei2":"1039011323319416","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165274,"job_number":"JOB_165274","tr_customer_id":165291,"tr_customer_product_id":165281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:12.000Z","modified_at":"2026-01-24T03:48:12.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10103952565966","imei1":"10103952565966","imei2":"10103952565966","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165240,"job_number":"JOB_165240","tr_customer_id":165257,"tr_customer_product_id":165247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:30.000Z","modified_at":"2026-01-24T03:47:30.000Z","name":"Richmond Rempel","mobile_number":"848-227-8620","email_id":"Lonnie66@gmail.com","dop":"2000-01-31","serial_number":"1051962331884930","imei1":"1051962331884930","imei2":"1051962331884930","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165236,"job_number":"JOB_165236","tr_customer_id":165253,"tr_customer_product_id":165243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:28.000Z","modified_at":"2026-01-24T03:47:28.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10400783211185","imei1":"10400783211185","imei2":"10400783211185","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165563,"job_number":"JOB_165563","tr_customer_id":165580,"tr_customer_product_id":165570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:52:55.000Z","modified_at":"2026-01-24T05:52:55.000Z","name":"Kole Schaefer","mobile_number":"544-654-4911","email_id":"Oceane99@yahoo.com","dop":"2025-10-22","serial_number":"1018868188432210","imei1":"1018868188432210","imei2":"1018868188432210","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:52:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165561,"job_number":"JOB_165561","tr_customer_id":165578,"tr_customer_product_id":165568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:52:54.000Z","modified_at":"2026-01-24T05:52:54.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"168531571654591","imei1":"168531571654591","imei2":"168531571654591","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:52:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165560,"job_number":"JOB_165560","tr_customer_id":165577,"tr_customer_product_id":165567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:52:25.000Z","modified_at":"2026-01-24T05:52:25.000Z","name":"Dana Hagenes","mobile_number":"787-319-9331","email_id":"Isaias_Nitzsche0@yahoo.com","dop":"2025-10-22","serial_number":"1078833725844029","imei1":"1078833725844029","imei2":"1078833725844029","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:52:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165558,"job_number":"JOB_165558","tr_customer_id":165575,"tr_customer_product_id":165565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:52:23.000Z","modified_at":"2026-01-24T05:52:23.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"146360252603744","imei1":"146360252603744","imei2":"146360252603744","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:52:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165557,"job_number":"JOB_165557","tr_customer_id":165574,"tr_customer_product_id":165564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:51:54.000Z","modified_at":"2026-01-24T05:51:54.000Z","name":"Hoyt Nitzsche","mobile_number":"655-985-3501","email_id":"Hillard92@gmail.com","dop":"2025-10-22","serial_number":"1047161158945245","imei1":"1047161158945245","imei2":"1047161158945245","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:51:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165555,"job_number":"JOB_165555","tr_customer_id":165572,"tr_customer_product_id":165562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:51:53.000Z","modified_at":"2026-01-24T05:51:53.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"129845718761150","imei1":"129845718761150","imei2":"129845718761150","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:51:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165554,"job_number":"JOB_165554","tr_customer_id":165571,"tr_customer_product_id":165561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:50:29.000Z","modified_at":"2026-01-24T05:50:29.000Z","name":"Aasa Sinha","mobile_number":"9880206044","email_id":"harita.kaur@hotmail.com","dop":"2026-01-14","serial_number":"442066434917601","imei1":"442066434917601","imei2":"442066434917601","popurl":"www.vimala-mehrotra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165553,"job_number":"JOB_165553","tr_customer_id":165570,"tr_customer_product_id":165560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:50:29.000Z","modified_at":"2026-01-24T05:50:29.000Z","name":"Sarisha Embranthiri","mobile_number":"9823486458","email_id":"drona.johar@gmail.com","dop":"2026-01-14","serial_number":"636410102838021","imei1":"636410102838021","imei2":"636410102838021","popurl":"www.swami-ganaka.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165552,"job_number":"JOB_165552","tr_customer_id":165569,"tr_customer_product_id":165559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:50:29.000Z","modified_at":"2026-01-24T05:50:29.000Z","name":"Gemini Khanna","mobile_number":"9820323259","email_id":"elakshi.tandon@hotmail.com","dop":"2026-01-14","serial_number":"435617254289810","imei1":"435617254289810","imei2":"435617254289810","popurl":"www.gajbaahu-jha.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165551,"job_number":"JOB_165551","tr_customer_id":165568,"tr_customer_product_id":165558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:50:29.000Z","modified_at":"2026-01-24T05:50:29.000Z","name":"Vasudev Reddy","mobile_number":"9876514123","email_id":"bhasvan.namboothiri@hotmail.com","dop":"2026-01-14","serial_number":"348553023139561","imei1":"348553023139561","imei2":"348553023139561","popurl":"www.sarada-bharadwaj.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165550,"job_number":"JOB_165550","tr_customer_id":165567,"tr_customer_product_id":165557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:50:29.000Z","modified_at":"2026-01-24T05:50:29.000Z","name":"Adikavi Rana","mobile_number":"9863846503","email_id":"dhyanesh.chaturvedi@gmail.com","dop":"2026-01-14","serial_number":"006354475895247","imei1":"006354475895247","imei2":"006354475895247","popurl":"www.amarnath-trivedi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165549,"job_number":"JOB_165549","tr_customer_id":165566,"tr_customer_product_id":165556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:37:54.000Z","modified_at":"2026-01-24T05:37:54.000Z","name":"Claude Padberg","mobile_number":"904-246-4684","email_id":"Noemie_VonRueden@hotmail.com","dop":"2025-10-22","serial_number":"192694850891085","imei1":"192694850891085","imei2":"192694850891085","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:37:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165548,"job_number":"JOB_165548","tr_customer_id":165565,"tr_customer_product_id":165555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:35:05.000Z","modified_at":"2026-01-24T05:35:05.000Z","name":"Madyson Bernier","mobile_number":"287-737-8658","email_id":"Ava52@gmail.com","dop":"2025-10-22","serial_number":"1002866380221851","imei1":"1002866380221851","imei2":"1002866380221851","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:35:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165547,"job_number":"JOB_165547","tr_customer_id":165564,"tr_customer_product_id":165554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:35:04.000Z","modified_at":"2026-01-24T05:35:04.000Z","name":"Lily Lueilwitz","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"156671772539565","imei1":"156671772539565","imei2":"156671772539565","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:35:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165546,"job_number":"JOB_165546","tr_customer_id":165563,"tr_customer_product_id":165553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:35:04.000Z","modified_at":"2026-01-24T05:35:04.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"105673378191273","imei1":"105673378191273","imei2":"105673378191273","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:35:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165545,"job_number":"JOB_165545","tr_customer_id":165562,"tr_customer_product_id":165552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:58.000Z","modified_at":"2026-01-24T05:34:58.000Z","name":"Rocio Hilll","mobile_number":"537-883-5068","email_id":"Burnice.Hoppe@yahoo.com","dop":"2025-10-22","serial_number":"1094531615442012","imei1":"1094531615442012","imei2":"1094531615442012","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165544,"job_number":"JOB_165544","tr_customer_id":165561,"tr_customer_product_id":165551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:57.000Z","modified_at":"2026-01-24T05:34:57.000Z","name":"Betty D'Amore","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"146922063765981","imei1":"146922063765981","imei2":"146922063765981","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165543,"job_number":"JOB_165543","tr_customer_id":165560,"tr_customer_product_id":165550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:57.000Z","modified_at":"2026-01-24T05:34:57.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"193448228733416","imei1":"193448228733416","imei2":"193448228733416","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165542,"job_number":"JOB_165542","tr_customer_id":165559,"tr_customer_product_id":165549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:52.000Z","modified_at":"2026-01-24T05:34:52.000Z","name":"Lavonne Block","mobile_number":"518-257-3646","email_id":"Lynn35@gmail.com","dop":"2025-10-22","serial_number":"1025170319562993","imei1":"1025170319562993","imei2":"1025170319562993","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165541,"job_number":"JOB_165541","tr_customer_id":165558,"tr_customer_product_id":165548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:50.000Z","modified_at":"2026-01-24T05:34:50.000Z","name":"Delta Parisian","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"102818797041315","imei1":"102818797041315","imei2":"102818797041315","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165540,"job_number":"JOB_165540","tr_customer_id":165557,"tr_customer_product_id":165547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:50.000Z","modified_at":"2026-01-24T05:34:50.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"115350151478709","imei1":"115350151478709","imei2":"115350151478709","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165539,"job_number":"JOB_165539","tr_customer_id":165556,"tr_customer_product_id":165546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Shreya Achari","mobile_number":"9852686863","email_id":"harita.mehra@yahoo.co.in","dop":"2026-01-14","serial_number":"934084886103175","imei1":"934084886103175","imei2":"934084886103175","popurl":"www.nalini-arora.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165538,"job_number":"JOB_165538","tr_customer_id":165555,"tr_customer_product_id":165545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Dipankar Joshi","mobile_number":"9869496528","email_id":"bhamini.butt@hotmail.com","dop":"2026-01-14","serial_number":"978719750927855","imei1":"978719750927855","imei2":"978719750927855","popurl":"www.aaryan-nayar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165537,"job_number":"JOB_165537","tr_customer_id":165554,"tr_customer_product_id":165544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Devak Varrier","mobile_number":"9881768271","email_id":"gotum.patil@gmail.com","dop":"2026-01-14","serial_number":"922851835771685","imei1":"922851835771685","imei2":"922851835771685","popurl":"www.madhuri-rana.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165536,"job_number":"JOB_165536","tr_customer_id":165553,"tr_customer_product_id":165543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Heema Chaturvedi","mobile_number":"9898867320","email_id":"akshata.butt@yahoo.co.in","dop":"2026-01-14","serial_number":"911403431663804","imei1":"911403431663804","imei2":"911403431663804","popurl":"www.kanchan-guha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165535,"job_number":"JOB_165535","tr_customer_id":165552,"tr_customer_product_id":165542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Swami Namboothiri","mobile_number":"9804432430","email_id":"brajendra.banerjee@gmail.com","dop":"2026-01-14","serial_number":"464402238925487","imei1":"464402238925487","imei2":"464402238925487","popurl":"www.manisha-mishra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165534,"job_number":"JOB_165534","tr_customer_id":165551,"tr_customer_product_id":165541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Rajendra Guha","mobile_number":"9817778785","email_id":"deepan.kaniyar@hotmail.com","dop":"2026-01-14","serial_number":"869531702641326","imei1":"869531702641326","imei2":"869531702641326","popurl":"www.kannan-varma.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165533,"job_number":"JOB_165533","tr_customer_id":165550,"tr_customer_product_id":165540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Vasudeva Kapoor","mobile_number":"9893831129","email_id":"jagmeet.desai@hotmail.com","dop":"2026-01-14","serial_number":"088185609299585","imei1":"088185609299585","imei2":"088185609299585","popurl":"www.aditeya-ahluwalia.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165532,"job_number":"JOB_165532","tr_customer_id":165549,"tr_customer_product_id":165539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Hamsini Somayaji","mobile_number":"9852495771","email_id":"chandramani.varma@yahoo.co.in","dop":"2026-01-14","serial_number":"222785283755671","imei1":"222785283755671","imei2":"222785283755671","popurl":"www.dharitri-nair.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165531,"job_number":"JOB_165531","tr_customer_id":165548,"tr_customer_product_id":165538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Udit Gupta","mobile_number":"9861047664","email_id":"vasundhara.mishra@gmail.com","dop":"2026-01-14","serial_number":"387938117654240","imei1":"387938117654240","imei2":"387938117654240","popurl":"www.bhargava-butt.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165530,"job_number":"JOB_165530","tr_customer_id":165547,"tr_customer_product_id":165537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Lal Dubashi","mobile_number":"9800595022","email_id":"buddhana.menon@hotmail.com","dop":"2026-01-14","serial_number":"683839499678452","imei1":"683839499678452","imei2":"683839499678452","popurl":"www.ajeet-bharadwaj.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165529,"job_number":"JOB_165529","tr_customer_id":165546,"tr_customer_product_id":165536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Dhruv Pothuvaal","mobile_number":"9875674480","email_id":"buddhana.desai@gmail.com","dop":"2026-01-14","serial_number":"056023541529509","imei1":"056023541529509","imei2":"056023541529509","popurl":"www.devajyoti-mishra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165528,"job_number":"JOB_165528","tr_customer_id":165545,"tr_customer_product_id":165535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Kanishka Bandopadhyay","mobile_number":"9835769297","email_id":"chinmayananda.panicker@yahoo.co.in","dop":"2026-01-14","serial_number":"553189197209310","imei1":"553189197209310","imei2":"553189197209310","popurl":"www.aadrika-varman.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165527,"job_number":"JOB_165527","tr_customer_id":165544,"tr_customer_product_id":165534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Dipendra Kapoor","mobile_number":"9885444505","email_id":"trilok.talwar@hotmail.com","dop":"2026-01-14","serial_number":"519175413184888","imei1":"519175413184888","imei2":"519175413184888","popurl":"www.leela-butt.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165526,"job_number":"JOB_165526","tr_customer_id":165543,"tr_customer_product_id":165533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Dhanapati Menon","mobile_number":"9873628664","email_id":"purnima.khan@hotmail.com","dop":"2026-01-14","serial_number":"258618669318153","imei1":"258618669318153","imei2":"258618669318153","popurl":"www.deeptanshu-varrier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165525,"job_number":"JOB_165525","tr_customer_id":165542,"tr_customer_product_id":165532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Dharmaketu Chaturvedi","mobile_number":"9815792228","email_id":"bhaanumati.ahluwalia@yahoo.co.in","dop":"2026-01-14","serial_number":"823603721607594","imei1":"823603721607594","imei2":"823603721607594","popurl":"www.aatmaj-tagore.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165524,"job_number":"JOB_165524","tr_customer_id":165541,"tr_customer_product_id":165531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Atreyee Khan","mobile_number":"9870091964","email_id":"darshwana.agarwal@yahoo.co.in","dop":"2026-01-14","serial_number":"140305443845836","imei1":"140305443845836","imei2":"140305443845836","popurl":"www.ravi-menon.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165523,"job_number":"JOB_165523","tr_customer_id":165540,"tr_customer_product_id":165530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Chandan Ganaka","mobile_number":"9863294766","email_id":"radha.achari@yahoo.co.in","dop":"2026-01-14","serial_number":"138667987754520","imei1":"138667987754520","imei2":"138667987754520","popurl":"www.opaline-bhattathiri.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165522,"job_number":"JOB_165522","tr_customer_id":165539,"tr_customer_product_id":165529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Anuja Trivedi","mobile_number":"9884869817","email_id":"devi.menon@hotmail.com","dop":"2026-01-14","serial_number":"072582943030677","imei1":"072582943030677","imei2":"072582943030677","popurl":"www.nirbhay-chaturvedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165521,"job_number":"JOB_165521","tr_customer_id":165537,"tr_customer_product_id":165527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Rageswari Guha","mobile_number":"9874451420","email_id":"soma.reddy@gmail.com","dop":"2026-01-14","serial_number":"619879519554272","imei1":"619879519554272","imei2":"619879519554272","popurl":"www.anang-butt.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165520,"job_number":"JOB_165520","tr_customer_id":165538,"tr_customer_product_id":165528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Sheela Abbott","mobile_number":"9816213888","email_id":"shresth.mahajan@gmail.com","dop":"2026-01-14","serial_number":"513068801558661","imei1":"513068801558661","imei2":"513068801558661","popurl":"www.anuraag-pilla.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165519,"job_number":"JOB_165519","tr_customer_id":165536,"tr_customer_product_id":165526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Saroja Joshi","mobile_number":"9846147341","email_id":"bhupen.malik@yahoo.co.in","dop":"2026-01-14","serial_number":"411326487709554","imei1":"411326487709554","imei2":"411326487709554","popurl":"www.ahilya-ganaka.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165518,"job_number":"JOB_165518","tr_customer_id":165535,"tr_customer_product_id":165525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Daksha Rana","mobile_number":"9895844162","email_id":"avantika.gupta@gmail.com","dop":"2026-01-14","serial_number":"018289402297154","imei1":"018289402297154","imei2":"018289402297154","popurl":"www.veda-mehra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165517,"job_number":"JOB_165517","tr_customer_id":165534,"tr_customer_product_id":165524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Bela Khanna","mobile_number":"9873309226","email_id":"somu.tandon@yahoo.co.in","dop":"2026-01-14","serial_number":"561440833942790","imei1":"561440833942790","imei2":"561440833942790","popurl":"www.chandradev-guha.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165516,"job_number":"JOB_165516","tr_customer_id":165533,"tr_customer_product_id":165523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Vaidehi Mishra","mobile_number":"9894725140","email_id":"shobhana.pillai@yahoo.co.in","dop":"2026-01-14","serial_number":"044577519631575","imei1":"044577519631575","imei2":"044577519631575","popurl":"www.dakshayani-singh.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165515,"job_number":"JOB_165515","tr_customer_id":165532,"tr_customer_product_id":165522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Akshita Sethi","mobile_number":"9840049144","email_id":"harita.jha@hotmail.com","dop":"2026-01-14","serial_number":"943954939053538","imei1":"943954939053538","imei2":"943954939053538","popurl":"www.draupadi-namboothiri.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165514,"job_number":"JOB_165514","tr_customer_id":165531,"tr_customer_product_id":165521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Kannen Naik","mobile_number":"9868313965","email_id":"girik.pothuvaal@gmail.com","dop":"2026-01-14","serial_number":"708014944444958","imei1":"708014944444958","imei2":"708014944444958","popurl":"www.vrinda-sinha.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165513,"job_number":"JOB_165513","tr_customer_id":165530,"tr_customer_product_id":165520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Chandra Pothuvaal","mobile_number":"9856841753","email_id":"amritambu.gupta@yahoo.co.in","dop":"2026-01-14","serial_number":"435393774090811","imei1":"435393774090811","imei2":"435393774090811","popurl":"www.sanka-nambeesan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165512,"job_number":"JOB_165512","tr_customer_id":165529,"tr_customer_product_id":165519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Giri Bhattathiri","mobile_number":"9884664825","email_id":"devajyoti.nambeesan@yahoo.co.in","dop":"2026-01-14","serial_number":"111114905545525","imei1":"111114905545525","imei2":"111114905545525","popurl":"www.anal-kaniyar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165511,"job_number":"JOB_165511","tr_customer_id":165528,"tr_customer_product_id":165518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Leela Mukhopadhyay","mobile_number":"9861601455","email_id":"chakor.naik@yahoo.co.in","dop":"2026-01-14","serial_number":"136270079033389","imei1":"136270079033389","imei2":"136270079033389","popurl":"www.usha-dhawan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165510,"job_number":"JOB_165510","tr_customer_id":165527,"tr_customer_product_id":165517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Dhana Gowda","mobile_number":"9848145066","email_id":"dinkar.agarwal@gmail.com","dop":"2026-01-14","serial_number":"025976055350217","imei1":"025976055350217","imei2":"025976055350217","popurl":"www.deeptiman-mishra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165509,"job_number":"JOB_165509","tr_customer_id":165526,"tr_customer_product_id":165516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:29.000Z","modified_at":"2026-01-24T05:28:29.000Z","name":"Delores Armstrong","mobile_number":"318-439-9385","email_id":"Carmel.Rosenbaum@yahoo.com","dop":"2025-04-06","serial_number":"18174827416943092","imei1":"18174827416943092","imei2":"18174827416943092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165507,"job_number":"JOB_165507","tr_customer_id":165524,"tr_customer_product_id":165514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:27:39.000Z","modified_at":"2026-01-24T05:27:39.000Z","name":"Josefina Padberg","mobile_number":"665-589-5279","email_id":"Rickey.Tremblay@gmail.com","dop":"2025-04-06","serial_number":"11273135426038496","imei1":"11273135426038496","imei2":"11273135426038496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:27:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165505,"job_number":"JOB_165505","tr_customer_id":165522,"tr_customer_product_id":165512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:30.000Z","modified_at":"2026-01-24T05:22:30.000Z","name":"Meghnath Menon","mobile_number":"9824364357","email_id":"gita.varma@gmail.com","dop":"2026-01-14","serial_number":"204241835066694","imei1":"204241835066694","imei2":"204241835066694","popurl":"www.niro-sharma.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165504,"job_number":"JOB_165504","tr_customer_id":165521,"tr_customer_product_id":165511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:30.000Z","modified_at":"2026-01-24T05:22:30.000Z","name":"Chandra Gupta","mobile_number":"9807608897","email_id":"bhooshit.jha@yahoo.co.in","dop":"2026-01-14","serial_number":"135004602020188","imei1":"135004602020188","imei2":"135004602020188","popurl":"www.mukesh-achari.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165503,"job_number":"JOB_165503","tr_customer_id":165520,"tr_customer_product_id":165510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:30.000Z","modified_at":"2026-01-24T05:22:30.000Z","name":"Garud Dutta","mobile_number":"9812912792","email_id":"geetanjali.patel@hotmail.com","dop":"2026-01-14","serial_number":"273199796640445","imei1":"273199796640445","imei2":"273199796640445","popurl":"www.ashlesh-acharya.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165502,"job_number":"JOB_165502","tr_customer_id":165519,"tr_customer_product_id":165509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:30.000Z","modified_at":"2026-01-24T05:22:30.000Z","name":"Jyoti Nehru","mobile_number":"9893922526","email_id":"kanaka.gowda@hotmail.com","dop":"2026-01-14","serial_number":"613144388003999","imei1":"613144388003999","imei2":"613144388003999","popurl":"www.kannen-kocchar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165501,"job_number":"JOB_165501","tr_customer_id":165518,"tr_customer_product_id":165508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:30.000Z","modified_at":"2026-01-24T05:22:30.000Z","name":"Amritambu Dhawan","mobile_number":"9861774402","email_id":"amodini.shah@gmail.com","dop":"2026-01-14","serial_number":"931511561613644","imei1":"931511561613644","imei2":"931511561613644","popurl":"www.sameer-shukla.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165500,"job_number":"JOB_165500","tr_customer_id":165517,"tr_customer_product_id":165507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Himadri Kocchar","mobile_number":"9883292063","email_id":"inder.mahajan@gmail.com","dop":"2026-01-14","serial_number":"860436536734665","imei1":"860436536734665","imei2":"860436536734665","popurl":"www.veda-prajapat.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165499,"job_number":"JOB_165499","tr_customer_id":165515,"tr_customer_product_id":165506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Aditya Mukhopadhyay","mobile_number":"9838639115","email_id":"adinath.mehra@yahoo.co.in","dop":"2026-01-14","serial_number":"068937258082342","imei1":"068937258082342","imei2":"068937258082342","popurl":"www.sharda-mehra.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165498,"job_number":"JOB_165498","tr_customer_id":165516,"tr_customer_product_id":165505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Jahnu Chattopadhyay","mobile_number":"9887527124","email_id":"dayaamay.gowda@hotmail.com","dop":"2026-01-14","serial_number":"217579745065474","imei1":"217579745065474","imei2":"217579745065474","popurl":"www.chitraksh-khan.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165497,"job_number":"JOB_165497","tr_customer_id":165514,"tr_customer_product_id":165504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Agneya Bhattathiri","mobile_number":"9871191280","email_id":"shiv.shah@yahoo.co.in","dop":"2026-01-14","serial_number":"344533209011035","imei1":"344533209011035","imei2":"344533209011035","popurl":"www.balaaditya-jain.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165496,"job_number":"JOB_165496","tr_customer_id":165513,"tr_customer_product_id":165503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Dinkar Pillai","mobile_number":"9819829858","email_id":"gemine.reddy@hotmail.com","dop":"2026-01-14","serial_number":"550119271681573","imei1":"550119271681573","imei2":"550119271681573","popurl":"www.gorakhanatha-mehra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165495,"job_number":"JOB_165495","tr_customer_id":165512,"tr_customer_product_id":165502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Adityanandana Ganaka","mobile_number":"9896887036","email_id":"aadidev.singh@gmail.com","dop":"2026-01-14","serial_number":"510735443754949","imei1":"510735443754949","imei2":"510735443754949","popurl":"www.kali-dhawan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165494,"job_number":"JOB_165494","tr_customer_id":165511,"tr_customer_product_id":165501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Jagdish Ahluwalia","mobile_number":"9836982286","email_id":"somu.saini@hotmail.com","dop":"2026-01-14","serial_number":"349409848651597","imei1":"349409848651597","imei2":"349409848651597","popurl":"www.nirbhay-panicker.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165493,"job_number":"JOB_165493","tr_customer_id":165510,"tr_customer_product_id":165500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Swapnil Pilla","mobile_number":"9812139207","email_id":"bahula.guneta@gmail.com","dop":"2026-01-14","serial_number":"280732611989380","imei1":"280732611989380","imei2":"280732611989380","popurl":"www.gajadhar-ahluwalia.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165492,"job_number":"JOB_165492","tr_customer_id":165509,"tr_customer_product_id":165499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Shubhaprada Pothuvaal","mobile_number":"9804072714","email_id":"dhanesh.pandey@hotmail.com","dop":"2026-01-14","serial_number":"996498247056499","imei1":"996498247056499","imei2":"996498247056499","popurl":"www.aslesha-nayar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165491,"job_number":"JOB_165491","tr_customer_id":165508,"tr_customer_product_id":165498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Anilaabh Khatri","mobile_number":"9887778565","email_id":"shakuntala.gowda@yahoo.co.in","dop":"2026-01-14","serial_number":"132455574581212","imei1":"132455574581212","imei2":"132455574581212","popurl":"www.chandrakala-tandon.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165490,"job_number":"JOB_165490","tr_customer_id":165507,"tr_customer_product_id":165497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Gudakesha Nair","mobile_number":"9802628728","email_id":"lal.dubashi@hotmail.com","dop":"2026-01-14","serial_number":"142910202711041","imei1":"142910202711041","imei2":"142910202711041","popurl":"www.vyas-dwivedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165489,"job_number":"JOB_165489","tr_customer_id":165506,"tr_customer_product_id":165496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Vedang Gupta","mobile_number":"9898235923","email_id":"kama.dubashi@yahoo.co.in","dop":"2026-01-14","serial_number":"204626836330070","imei1":"204626836330070","imei2":"204626836330070","popurl":"www.shwet-adiga.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165488,"job_number":"JOB_165488","tr_customer_id":165505,"tr_customer_product_id":165495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Ekaling Banerjee","mobile_number":"9807705961","email_id":"karunanidhi.guneta@gmail.com","dop":"2026-01-14","serial_number":"762288732442731","imei1":"762288732442731","imei2":"762288732442731","popurl":"www.kali-iyer.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165487,"job_number":"JOB_165487","tr_customer_id":165504,"tr_customer_product_id":165494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Rajinder Abbott","mobile_number":"9826928768","email_id":"devajyoti.kapoor@yahoo.co.in","dop":"2026-01-14","serial_number":"704252216274963","imei1":"704252216274963","imei2":"704252216274963","popurl":"www.akshata-desai.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165486,"job_number":"JOB_165486","tr_customer_id":165503,"tr_customer_product_id":165493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Tanushri Chattopadhyay","mobile_number":"9850438924","email_id":"dhanvin.varma@hotmail.com","dop":"2026-01-14","serial_number":"744631892929481","imei1":"744631892929481","imei2":"744631892929481","popurl":"www.sarisha-guneta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165485,"job_number":"JOB_165485","tr_customer_id":165502,"tr_customer_product_id":165492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:43.000Z","modified_at":"2026-01-24T05:20:43.000Z","name":"Dhanalakshmi Kaniyar","mobile_number":"9843225780","email_id":"bilwa.ganaka@gmail.com","dop":"2026-01-14","serial_number":"257930479096808","imei1":"257930479096808","imei2":"257930479096808","popurl":"www.chakradhar-tandon.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165484,"job_number":"JOB_165484","tr_customer_id":165501,"tr_customer_product_id":165491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:43.000Z","modified_at":"2026-01-24T05:20:43.000Z","name":"Gati Bhat","mobile_number":"9814821371","email_id":"suryakant.patil@hotmail.com","dop":"2026-01-14","serial_number":"578761028907542","imei1":"578761028907542","imei2":"578761028907542","popurl":"www.bhaasvan-gandhi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165483,"job_number":"JOB_165483","tr_customer_id":165500,"tr_customer_product_id":165490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:43.000Z","modified_at":"2026-01-24T05:20:43.000Z","name":"Aatmaj Trivedi","mobile_number":"9879610875","email_id":"dwaipayana.mehra@gmail.com","dop":"2026-01-14","serial_number":"243996057815373","imei1":"243996057815373","imei2":"243996057815373","popurl":"www.rageshwari-shah.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165482,"job_number":"JOB_165482","tr_customer_id":165499,"tr_customer_product_id":165489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:43.000Z","modified_at":"2026-01-24T05:20:43.000Z","name":"Gorakhnath Mishra","mobile_number":"9817666835","email_id":"chakor.guneta@yahoo.co.in","dop":"2026-01-14","serial_number":"530234592713464","imei1":"530234592713464","imei2":"530234592713464","popurl":"www.anand swarup-verma.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165481,"job_number":"JOB_165481","tr_customer_id":165498,"tr_customer_product_id":165488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:43.000Z","modified_at":"2026-01-24T05:20:43.000Z","name":"Rajan Acharya","mobile_number":"9831803925","email_id":"shresth.guha@yahoo.co.in","dop":"2026-01-14","serial_number":"210435875501433","imei1":"210435875501433","imei2":"210435875501433","popurl":"www.aagneya-nayar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165480,"job_number":"JOB_165480","tr_customer_id":165497,"tr_customer_product_id":165487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Vishwamitra Mehra","mobile_number":"9824882314","email_id":"suresh.prajapat@gmail.com","dop":"2026-01-14","serial_number":"684904353816327","imei1":"684904353816327","imei2":"684904353816327","popurl":"www.parvati-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165479,"job_number":"JOB_165479","tr_customer_id":165496,"tr_customer_product_id":165486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Jagmeet Rana","mobile_number":"9891737618","email_id":"vishnu.desai@hotmail.com","dop":"2026-01-14","serial_number":"412191385945580","imei1":"412191385945580","imei2":"412191385945580","popurl":"www.chandini-sinha.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165478,"job_number":"JOB_165478","tr_customer_id":165495,"tr_customer_product_id":165485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Deeptimayee Pandey","mobile_number":"9866632570","email_id":"baalagopaal.patil@yahoo.co.in","dop":"2026-01-14","serial_number":"847943585605714","imei1":"847943585605714","imei2":"847943585605714","popurl":"www.deepankar-banerjee.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165477,"job_number":"JOB_165477","tr_customer_id":165494,"tr_customer_product_id":165484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Dipendra Rana","mobile_number":"9843190040","email_id":"upendra.achari@gmail.com","dop":"2026-01-14","serial_number":"234170565364985","imei1":"234170565364985","imei2":"234170565364985","popurl":"www.chandraswaroopa-kakkar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165476,"job_number":"JOB_165476","tr_customer_id":165493,"tr_customer_product_id":165483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Abhirath Bhat","mobile_number":"9887093059","email_id":"krishna.ahluwalia@hotmail.com","dop":"2026-01-14","serial_number":"929123062507774","imei1":"929123062507774","imei2":"929123062507774","popurl":"www.aditeya-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165475,"job_number":"JOB_165475","tr_customer_id":165492,"tr_customer_product_id":165482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Tapan Sinha","mobile_number":"9885078455","email_id":"laxmi.gupta@gmail.com","dop":"2026-01-14","serial_number":"447716340958876","imei1":"447716340958876","imei2":"447716340958876","popurl":"www.aasha-arora.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165474,"job_number":"JOB_165474","tr_customer_id":165491,"tr_customer_product_id":165481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Arun Shah","mobile_number":"9885871438","email_id":"deevakar.mehra@gmail.com","dop":"2026-01-14","serial_number":"899349088227204","imei1":"899349088227204","imei2":"899349088227204","popurl":"www.devika-jain.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165473,"job_number":"JOB_165473","tr_customer_id":165490,"tr_customer_product_id":165480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Balamani Malik","mobile_number":"9807389016","email_id":"keerti.patil@gmail.com","dop":"2026-01-14","serial_number":"511075121952684","imei1":"511075121952684","imei2":"511075121952684","popurl":"www.gopi-menon.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165472,"job_number":"JOB_165472","tr_customer_id":165489,"tr_customer_product_id":165479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Bhaasvan Mishra","mobile_number":"9825775902","email_id":"himadri.abbott@gmail.com","dop":"2026-01-14","serial_number":"546120583928817","imei1":"546120583928817","imei2":"546120583928817","popurl":"www.nagabhushanam-saini.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165471,"job_number":"JOB_165471","tr_customer_id":165488,"tr_customer_product_id":165478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Ameyatma Mehrotra","mobile_number":"9831580230","email_id":"vasanti.tagore@yahoo.co.in","dop":"2026-01-14","serial_number":"798698923777293","imei1":"798698923777293","imei2":"798698923777293","popurl":"www.bhaves-gupta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165470,"job_number":"JOB_165470","tr_customer_id":165487,"tr_customer_product_id":165477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Chandini Nambeesan","mobile_number":"9813715424","email_id":"aaratrika.kocchar@hotmail.com","dop":"2026-01-14","serial_number":"610428654637615","imei1":"610428654637615","imei2":"610428654637615","popurl":"www.sarala-guneta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165469,"job_number":"JOB_165469","tr_customer_id":165486,"tr_customer_product_id":165476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Laal Varman","mobile_number":"9866348627","email_id":"gandharva.somayaji@gmail.com","dop":"2026-01-14","serial_number":"122641223298619","imei1":"122641223298619","imei2":"122641223298619","popurl":"www.priyala-gandhi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165468,"job_number":"JOB_165468","tr_customer_id":165485,"tr_customer_product_id":165475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Tara Agarwal","mobile_number":"9811498175","email_id":"dinkar.namboothiri@yahoo.co.in","dop":"2026-01-14","serial_number":"904414731602293","imei1":"904414731602293","imei2":"904414731602293","popurl":"www.baijayanti-patel.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165467,"job_number":"JOB_165467","tr_customer_id":165484,"tr_customer_product_id":165474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Baalagopaal Varman","mobile_number":"9888892124","email_id":"karan.namboothiri@yahoo.co.in","dop":"2026-01-14","serial_number":"370118375659360","imei1":"370118375659360","imei2":"370118375659360","popurl":"www.anusuya-mehrotra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165466,"job_number":"JOB_165466","tr_customer_id":165483,"tr_customer_product_id":165473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Bhaumik Tandon","mobile_number":"9877465070","email_id":"gautam.kaniyar@gmail.com","dop":"2026-01-14","serial_number":"381269552358494","imei1":"381269552358494","imei2":"381269552358494","popurl":"www.dayamayee-mehra.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165465,"job_number":"JOB_165465","tr_customer_id":165482,"tr_customer_product_id":165472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:19:10.000Z","modified_at":"2026-01-24T05:19:10.000Z","name":"Jamel Keebler","mobile_number":"300-948-6373","email_id":"Shemar_Stiedemann@hotmail.com","dop":"2025-06-08","serial_number":"12720811817232","imei1":"12720811817232","imei2":"12720811817232","popurl":"2025-06-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:19:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165464,"job_number":"JOB_165464","tr_customer_id":165481,"tr_customer_product_id":165471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:03:35.000Z","modified_at":"2026-01-24T05:03:35.000Z","name":"Vivek Yadav","mobile_number":"8788138617","email_id":"ccivivek123@gmail.com","dop":"2026-01-14","serial_number":"891398385161723","imei1":"891398385161723","imei2":"891398385161723","popurl":"2026-01-14T05:03:34.489261500Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:03:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165463,"job_number":"JOB_165463","tr_customer_id":165480,"tr_customer_product_id":165470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:53:14.000Z","modified_at":"2026-01-24T04:53:14.000Z","name":"Nicolette Cole","mobile_number":"732-592-4570","email_id":"Lucy45@gmail.com","dop":"2025-04-06","serial_number":"18380129139960776","imei1":"18380129139960776","imei2":"18380129139960776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:53:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165461,"job_number":"JOB_165461","tr_customer_id":165478,"tr_customer_product_id":165468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:52:54.000Z","modified_at":"2026-01-24T04:52:54.000Z","name":"Jaycee Hilpert","mobile_number":"480-269-1662","email_id":"Martina42@yahoo.com","dop":"2025-04-06","serial_number":"10477807887607346","imei1":"10477807887607346","imei2":"10477807887607346","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:52:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165459,"job_number":"JOB_165459","tr_customer_id":165476,"tr_customer_product_id":165466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:41.000Z","modified_at":"2026-01-24T04:50:41.000Z","name":"Shwet Acharya","mobile_number":"9806210025","email_id":"kailash.patel@gmail.com","dop":"2026-01-14","serial_number":"727119346976515","imei1":"727119346976515","imei2":"727119346976515","popurl":"www.narinder-marar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165458,"job_number":"JOB_165458","tr_customer_id":165475,"tr_customer_product_id":165465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:41.000Z","modified_at":"2026-01-24T04:50:41.000Z","name":"Opaline Varman","mobile_number":"9884389213","email_id":"aarya.kapoor@hotmail.com","dop":"2026-01-14","serial_number":"390594674793521","imei1":"390594674793521","imei2":"390594674793521","popurl":"www.girindra-joshi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165457,"job_number":"JOB_165457","tr_customer_id":165474,"tr_customer_product_id":165464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:41.000Z","name":"Devi Desai","mobile_number":"9839153375","email_id":"lakshmidhar.malik@yahoo.co.in","dop":"2026-01-14","serial_number":"990756071902525","imei1":"990756071902525","imei2":"990756071902525","popurl":"www.tapan-sharma.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165456,"job_number":"JOB_165456","tr_customer_id":165473,"tr_customer_product_id":165463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Minakshi Gowda","mobile_number":"9827251883","email_id":"devangana.ahluwalia@gmail.com","dop":"2026-01-14","serial_number":"875568231961846","imei1":"875568231961846","imei2":"875568231961846","popurl":"www.aagneya-varman.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165455,"job_number":"JOB_165455","tr_customer_id":165472,"tr_customer_product_id":165462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Dharmaketu Nair","mobile_number":"9868697943","email_id":"dhanapati.varma@gmail.com","dop":"2026-01-14","serial_number":"921153741995997","imei1":"921153741995997","imei2":"921153741995997","popurl":"www.uttam-gandhi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165454,"job_number":"JOB_165454","tr_customer_id":165471,"tr_customer_product_id":165461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Bhupen Tandon","mobile_number":"9865321765","email_id":"kartik.gowda@gmail.com","dop":"2026-01-14","serial_number":"094542402756868","imei1":"094542402756868","imei2":"094542402756868","popurl":"www.tanya-banerjee.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165453,"job_number":"JOB_165453","tr_customer_id":165470,"tr_customer_product_id":165460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Paramartha Mehra","mobile_number":"9827191235","email_id":"balgopal.malik@yahoo.co.in","dop":"2026-01-14","serial_number":"018569699916048","imei1":"018569699916048","imei2":"018569699916048","popurl":"www.chaturaanan-ahuja.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165452,"job_number":"JOB_165452","tr_customer_id":165469,"tr_customer_product_id":165459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Draupadi Bhat","mobile_number":"9849961860","email_id":"gitanjali.reddy@gmail.com","dop":"2026-01-14","serial_number":"105448134279153","imei1":"105448134279153","imei2":"105448134279153","popurl":"www.rudra-pothuvaal.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165451,"job_number":"JOB_165451","tr_customer_id":165468,"tr_customer_product_id":165458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Brahmabrata Malik","mobile_number":"9810540375","email_id":"chandraketu.shukla@hotmail.com","dop":"2026-01-14","serial_number":"633236941621852","imei1":"633236941621852","imei2":"633236941621852","popurl":"www.dhyanesh-chaturvedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165450,"job_number":"JOB_165450","tr_customer_id":165467,"tr_customer_product_id":165457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Chandravati Banerjee","mobile_number":"9823702090","email_id":"sanya.mukhopadhyay@yahoo.co.in","dop":"2026-01-14","serial_number":"167387918015345","imei1":"167387918015345","imei2":"167387918015345","popurl":"www.bhargava-bharadwaj.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165449,"job_number":"JOB_165449","tr_customer_id":165466,"tr_customer_product_id":165456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Balaaditya Gandhi","mobile_number":"9872463245","email_id":"chandramohan.ganaka@gmail.com","dop":"2026-01-14","serial_number":"078486991775848","imei1":"078486991775848","imei2":"078486991775848","popurl":"www.gorakhanatha-jain.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165448,"job_number":"JOB_165448","tr_customer_id":165465,"tr_customer_product_id":165455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Avantika Chopra","mobile_number":"9809430249","email_id":"dhanvin.pandey@gmail.com","dop":"2026-01-14","serial_number":"840853718160766","imei1":"840853718160766","imei2":"840853718160766","popurl":"www.bhoopati-acharya.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165447,"job_number":"JOB_165447","tr_customer_id":165464,"tr_customer_product_id":165454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Aatmaj Marar","mobile_number":"9881939272","email_id":"adheesh.chattopadhyay@yahoo.co.in","dop":"2026-01-14","serial_number":"518540287934069","imei1":"518540287934069","imei2":"518540287934069","popurl":"www.kamlesh-singh.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165446,"job_number":"JOB_165446","tr_customer_id":165463,"tr_customer_product_id":165453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Gajadhar Bandopadhyay","mobile_number":"9882554592","email_id":"anal.pandey@hotmail.com","dop":"2026-01-14","serial_number":"850440399132511","imei1":"850440399132511","imei2":"850440399132511","popurl":"www.girika-pothuvaal.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165445,"job_number":"JOB_165445","tr_customer_id":165462,"tr_customer_product_id":165452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Aagam Mehrotra","mobile_number":"9803407688","email_id":"somu.singh@hotmail.com","dop":"2026-01-14","serial_number":"800586982321211","imei1":"800586982321211","imei2":"800586982321211","popurl":"www.mina-chaturvedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165444,"job_number":"JOB_165444","tr_customer_id":165461,"tr_customer_product_id":165451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Bhisham Pilla","mobile_number":"9834515098","email_id":"sujata.bhattacharya@hotmail.com","dop":"2026-01-14","serial_number":"557643353038141","imei1":"557643353038141","imei2":"557643353038141","popurl":"www.aditya-dutta.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165443,"job_number":"JOB_165443","tr_customer_id":165460,"tr_customer_product_id":165450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Giriraaj Marar","mobile_number":"9850334121","email_id":"bhoopati.ganaka@hotmail.com","dop":"2026-01-14","serial_number":"093972205388223","imei1":"093972205388223","imei2":"093972205388223","popurl":"www.meghnad-devar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165442,"job_number":"JOB_165442","tr_customer_id":165459,"tr_customer_product_id":165449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Gautam Rana","mobile_number":"9808705261","email_id":"mani.devar@gmail.com","dop":"2026-01-14","serial_number":"786411901638284","imei1":"786411901638284","imei2":"786411901638284","popurl":"www.govinda-joshi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165441,"job_number":"JOB_165441","tr_customer_id":165458,"tr_customer_product_id":165448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Chaaruchandra Kakkar","mobile_number":"9825915432","email_id":"rajendra.johar@gmail.com","dop":"2026-01-14","serial_number":"967320149323116","imei1":"967320149323116","imei2":"967320149323116","popurl":"www.bhoopati-pillai.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165440,"job_number":"JOB_165440","tr_customer_id":165457,"tr_customer_product_id":165447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Dakshayani Mehrotra","mobile_number":"9880309268","email_id":"eshana.mehra@yahoo.co.in","dop":"2026-01-14","serial_number":"775792479396336","imei1":"775792479396336","imei2":"775792479396336","popurl":"www.goswami-sinha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165439,"job_number":"JOB_165439","tr_customer_id":165456,"tr_customer_product_id":165446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:39.000Z","modified_at":"2026-01-24T04:50:39.000Z","name":"DIDIDID Rippin","mobile_number":"273-218-0237","email_id":"Colt.Heathcote@gmail.com","dop":"2024-10-15","serial_number":"81845678901794","imei1":"81845678901794","imei2":"81845678901794","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165438,"job_number":"JOB_165438","tr_customer_id":165455,"tr_customer_product_id":165445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:39.000Z","modified_at":"2026-01-24T04:50:39.000Z","name":"Sunil Rippin","mobile_number":"273-218-0237","email_id":"Colt.Heathcote@gmail.com","dop":"2024-10-15","serial_number":"32545678901234","imei1":"32545678901234","imei2":"32545678901234","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165437,"job_number":"JOB_165437","tr_customer_id":165454,"tr_customer_product_id":165444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:39.000Z","modified_at":"2026-01-24T04:50:39.000Z","name":"Rocker Rippin","mobile_number":"273-218-0237","email_id":"Colt.Heathcote@gmail.com","dop":"2024-10-15","serial_number":"81845678901234","imei1":"81845678901234","imei2":"81845678901234","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165436,"job_number":"JOB_165436","tr_customer_id":165453,"tr_customer_product_id":165443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:39.000Z","modified_at":"2026-01-24T04:50:39.000Z","name":"Dada Rippin","mobile_number":"273-218-0237","email_id":"Colt.Heathcote@gmail.com","dop":"2024-10-15","serial_number":"19845678901234","imei1":"19845678901234","imei2":"19845678901234","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165435,"job_number":"JOB_165435","tr_customer_id":165452,"tr_customer_product_id":165442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:39.000Z","modified_at":"2026-01-24T04:50:39.000Z","name":"Vivek Rippin","mobile_number":"273-218-0237","email_id":"Colt.Heathcote@gmail.com","dop":"2024-10-15","serial_number":"14545678901234","imei1":"14545678901234","imei2":"14545678901234","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165433,"job_number":"JOB_165433","tr_customer_id":165450,"tr_customer_product_id":165440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:39:42.000Z","modified_at":"2026-01-24T04:39:42.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"109883769458152","imei1":"109883769458152","imei2":"109883769458152","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165431,"job_number":"JOB_165431","tr_customer_id":165448,"tr_customer_product_id":165438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:39:29.000Z","modified_at":"2026-01-24T04:39:29.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"106051138437493","imei1":"106051138437493","imei2":"106051138437493","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165428,"job_number":"JOB_165428","tr_customer_id":165445,"tr_customer_product_id":165435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:32:53.000Z","modified_at":"2026-01-24T04:32:53.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-14","serial_number":"75170751806930","imei1":"75170751806930","imei2":"75170751806930","popurl":"2026-01-14T04:32:52.877713245Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:32:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165427,"job_number":"JOB_165427","tr_customer_id":165444,"tr_customer_product_id":165434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:32:36.000Z","modified_at":"2026-01-24T04:32:36.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-14","serial_number":"91042546477578","imei1":"91042546477578","imei2":"91042546477578","popurl":"2026-01-14T04:32:35.794862697Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:32:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165426,"job_number":"JOB_165426","tr_customer_id":165443,"tr_customer_product_id":165433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Vedanga Iyer","mobile_number":"9818878545","email_id":"vrinda.prajapat@hotmail.com","dop":"2026-01-14","serial_number":"841886975733437","imei1":"841886975733437","imei2":"841886975733437","popurl":"www.dron-gandhi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165425,"job_number":"JOB_165425","tr_customer_id":165442,"tr_customer_product_id":165432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Chandrakala Bhat","mobile_number":"9887057135","email_id":"chatur.asan@yahoo.co.in","dop":"2026-01-14","serial_number":"006765238252952","imei1":"006765238252952","imei2":"006765238252952","popurl":"www.kannen-bhattathiri.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165424,"job_number":"JOB_165424","tr_customer_id":165441,"tr_customer_product_id":165431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Bhargavi Chopra","mobile_number":"9899725910","email_id":"dipankar.dwivedi@yahoo.co.in","dop":"2026-01-14","serial_number":"331716760096727","imei1":"331716760096727","imei2":"331716760096727","popurl":"www.bhavani-shah.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165423,"job_number":"JOB_165423","tr_customer_id":165440,"tr_customer_product_id":165430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Sunita Varman","mobile_number":"9853302346","email_id":"chandramohan.embranthiri@yahoo.co.in","dop":"2026-01-14","serial_number":"176725950591075","imei1":"176725950591075","imei2":"176725950591075","popurl":"www.atmaja-tandon.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165422,"job_number":"JOB_165422","tr_customer_id":165439,"tr_customer_product_id":165429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Tej Sethi","mobile_number":"9833571342","email_id":"arya.guha@hotmail.com","dop":"2026-01-14","serial_number":"846776267179423","imei1":"846776267179423","imei2":"846776267179423","popurl":"www.sushma-talwar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165421,"job_number":"JOB_165421","tr_customer_id":165438,"tr_customer_product_id":165428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Sachin Saini","mobile_number":"9820994305","email_id":"harita.marar@hotmail.com","dop":"2026-01-14","serial_number":"255602128695832","imei1":"255602128695832","imei2":"255602128695832","popurl":"www.bhisham-johar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165420,"job_number":"JOB_165420","tr_customer_id":165437,"tr_customer_product_id":165427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Deeptanshu Trivedi","mobile_number":"9828064479","email_id":"saraswati.nehru@yahoo.co.in","dop":"2026-01-14","serial_number":"363813600417312","imei1":"363813600417312","imei2":"363813600417312","popurl":"www.shwet-reddy.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165419,"job_number":"JOB_165419","tr_customer_id":165436,"tr_customer_product_id":165426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Marut Arora","mobile_number":"9805208962","email_id":"daevi.talwar@yahoo.co.in","dop":"2026-01-14","serial_number":"001000635630398","imei1":"001000635630398","imei2":"001000635630398","popurl":"www.tara-khan.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165418,"job_number":"JOB_165418","tr_customer_id":165435,"tr_customer_product_id":165425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Sushma Embranthiri","mobile_number":"9881105579","email_id":"lila.gowda@gmail.com","dop":"2026-01-14","serial_number":"599070310118488","imei1":"599070310118488","imei2":"599070310118488","popurl":"www.anuraag-shah.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165417,"job_number":"JOB_165417","tr_customer_id":165434,"tr_customer_product_id":165424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Soma Iyer","mobile_number":"9894575017","email_id":"rati.bhattacharya@hotmail.com","dop":"2026-01-14","serial_number":"813391619527318","imei1":"813391619527318","imei2":"813391619527318","popurl":"www.aashritha-talwar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165416,"job_number":"JOB_165416","tr_customer_id":165433,"tr_customer_product_id":165423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Chanda Pandey","mobile_number":"9824631964","email_id":"ekaksh.chattopadhyay@hotmail.com","dop":"2026-01-14","serial_number":"953157742158475","imei1":"953157742158475","imei2":"953157742158475","popurl":"www.kanak-shukla.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165415,"job_number":"JOB_165415","tr_customer_id":165432,"tr_customer_product_id":165422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Aatmaja Shukla","mobile_number":"9808520567","email_id":"balaaditya.dubashi@gmail.com","dop":"2026-01-14","serial_number":"630147529006180","imei1":"630147529006180","imei2":"630147529006180","popurl":"www.gorakhnath-rana.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165414,"job_number":"JOB_165414","tr_customer_id":165431,"tr_customer_product_id":165421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Ekadant Kocchar","mobile_number":"9853053073","email_id":"chanda.devar@hotmail.com","dop":"2026-01-14","serial_number":"004334391747342","imei1":"004334391747342","imei2":"004334391747342","popurl":"www.javas-bhat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165413,"job_number":"JOB_165413","tr_customer_id":165430,"tr_customer_product_id":165420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Baijayanti Mukhopadhyay","mobile_number":"9861870538","email_id":"kumari.kapoor@hotmail.com","dop":"2026-01-14","serial_number":"174323900972146","imei1":"174323900972146","imei2":"174323900972146","popurl":"www.lal-jain.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165412,"job_number":"JOB_165412","tr_customer_id":165429,"tr_customer_product_id":165419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Somu Ahluwalia","mobile_number":"9883256265","email_id":"adhiraj.patel@yahoo.co.in","dop":"2026-01-14","serial_number":"880650741205039","imei1":"880650741205039","imei2":"880650741205039","popurl":"www.vrund-namboothiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165411,"job_number":"JOB_165411","tr_customer_id":165428,"tr_customer_product_id":165418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Adikavi Varma","mobile_number":"9889609728","email_id":"vijay.shukla@gmail.com","dop":"2026-01-14","serial_number":"532227972891934","imei1":"532227972891934","imei2":"532227972891934","popurl":"www.anshula-trivedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165410,"job_number":"JOB_165410","tr_customer_id":165427,"tr_customer_product_id":165417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Chatur Tagore","mobile_number":"9870745580","email_id":"jagmeet.prajapat@yahoo.co.in","dop":"2026-01-14","serial_number":"234909757006711","imei1":"234909757006711","imei2":"234909757006711","popurl":"www.subhashini-acharya.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165409,"job_number":"JOB_165409","tr_customer_id":165426,"tr_customer_product_id":165416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Chaitan Desai","mobile_number":"9871465144","email_id":"ranjeet.chaturvedi@yahoo.co.in","dop":"2026-01-14","serial_number":"048518390040938","imei1":"048518390040938","imei2":"048518390040938","popurl":"www.ojaswini-panicker.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165408,"job_number":"JOB_165408","tr_customer_id":165425,"tr_customer_product_id":165415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Bhaaswar Bharadwaj","mobile_number":"9811134401","email_id":"indra.gowda@hotmail.com","dop":"2026-01-14","serial_number":"314848063276707","imei1":"314848063276707","imei2":"314848063276707","popurl":"www.dhana-mehrotra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165407,"job_number":"JOB_165407","tr_customer_id":165424,"tr_customer_product_id":165414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:58.000Z","modified_at":"2026-01-24T04:27:58.000Z","name":"Chiranjeev Banerjee","mobile_number":"9834721926","email_id":"balagovind.pandey@hotmail.com","dop":"2026-01-14","serial_number":"928510045868407","imei1":"928510045868407","imei2":"928510045868407","popurl":"www.gajaadhar-ahuja.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165406,"job_number":"JOB_165406","tr_customer_id":165423,"tr_customer_product_id":165413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:58.000Z","modified_at":"2026-01-24T04:27:58.000Z","name":"Bhasvan Verma","mobile_number":"9872927685","email_id":"sharmila.mahajan@gmail.com","dop":"2026-01-14","serial_number":"757476286049122","imei1":"757476286049122","imei2":"757476286049122","popurl":"www.vaishno-khatri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165405,"job_number":"JOB_165405","tr_customer_id":165422,"tr_customer_product_id":165412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:58.000Z","modified_at":"2026-01-24T04:27:58.000Z","name":"Jay Dhawan","mobile_number":"9868110374","email_id":"laxman.khan@gmail.com","dop":"2026-01-14","serial_number":"574159400664376","imei1":"574159400664376","imei2":"574159400664376","popurl":"www.gayatri-singh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165404,"job_number":"JOB_165404","tr_customer_id":165421,"tr_customer_product_id":165411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:58.000Z","modified_at":"2026-01-24T04:27:58.000Z","name":"Dharmaketu Joshi","mobile_number":"9854529024","email_id":"devdan.bhattathiri@gmail.com","dop":"2026-01-14","serial_number":"061726002996298","imei1":"061726002996298","imei2":"061726002996298","popurl":"www.bharadwaj-varma.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165403,"job_number":"JOB_165403","tr_customer_id":165420,"tr_customer_product_id":165410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:57.000Z","modified_at":"2026-01-24T04:27:57.000Z","name":"Balgopal Kapoor","mobile_number":"9869602502","email_id":"ranjit.devar@hotmail.com","dop":"2026-01-14","serial_number":"982484667355714","imei1":"982484667355714","imei2":"982484667355714","popurl":"www.paramartha-deshpande.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165402,"job_number":"JOB_165402","tr_customer_id":165419,"tr_customer_product_id":165409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:57.000Z","modified_at":"2026-01-24T04:27:57.000Z","name":"Agrata Bhat","mobile_number":"9885789355","email_id":"gopal.naik@yahoo.co.in","dop":"2026-01-14","serial_number":"924016580826651","imei1":"924016580826651","imei2":"924016580826651","popurl":"www.devika-gowda.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165401,"job_number":"JOB_165401","tr_customer_id":165418,"tr_customer_product_id":165408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:57.000Z","modified_at":"2026-01-24T04:27:57.000Z","name":"Sunita Guneta","mobile_number":"9807668298","email_id":"advaya.varrier@yahoo.co.in","dop":"2026-01-14","serial_number":"051711404933680","imei1":"051711404933680","imei2":"051711404933680","popurl":"www.dayaananda-mehrotra.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165400,"job_number":"JOB_165400","tr_customer_id":165417,"tr_customer_product_id":165407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:56.000Z","modified_at":"2026-01-24T04:27:56.000Z","name":"Ekaaksh Abbott","mobile_number":"9890052794","email_id":"vishwamitra.shah@hotmail.com","dop":"2026-01-14","serial_number":"606155490602616","imei1":"606155490602616","imei2":"606155490602616","popurl":"www.deb-rana.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165399,"job_number":"JOB_165399","tr_customer_id":165416,"tr_customer_product_id":165406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:56.000Z","modified_at":"2026-01-24T04:27:56.000Z","name":"Charuvrat Kocchar","mobile_number":"9815347812","email_id":"balachandra.banerjee@yahoo.co.in","dop":"2026-01-14","serial_number":"229846216442278","imei1":"229846216442278","imei2":"229846216442278","popurl":"www.ramesh-abbott.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165398,"job_number":"JOB_165398","tr_customer_id":165415,"tr_customer_product_id":165405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:56.000Z","modified_at":"2026-01-24T04:27:56.000Z","name":"Deependra Deshpande","mobile_number":"9837293724","email_id":"amritambu.agarwal@gmail.com","dop":"2026-01-14","serial_number":"526902097761960","imei1":"526902097761960","imei2":"526902097761960","popurl":"www.dayaananda-tagore.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165397,"job_number":"JOB_165397","tr_customer_id":165414,"tr_customer_product_id":165404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Hiranya Kaniyar","mobile_number":"9801656119","email_id":"aayushman.johar@yahoo.co.in","dop":"2026-01-14","serial_number":"456912851593140","imei1":"456912851593140","imei2":"456912851593140","popurl":"www.deeptiman-chopra.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165396,"job_number":"JOB_165396","tr_customer_id":165413,"tr_customer_product_id":165403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Kanaka Saini","mobile_number":"9804196307","email_id":"menaka.dutta@yahoo.co.in","dop":"2026-01-14","serial_number":"511960548508867","imei1":"511960548508867","imei2":"511960548508867","popurl":"www.chitramala-guneta.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165395,"job_number":"JOB_165395","tr_customer_id":165412,"tr_customer_product_id":165402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Asha Deshpande","mobile_number":"9852196932","email_id":"kartik.mishra@hotmail.com","dop":"2026-01-14","serial_number":"447438135173029","imei1":"447438135173029","imei2":"447438135173029","popurl":"www.deepali-mishra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165394,"job_number":"JOB_165394","tr_customer_id":165411,"tr_customer_product_id":165401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Chatur Mahajan","mobile_number":"9852608676","email_id":"somnath.nayar@gmail.com","dop":"2026-01-14","serial_number":"854768947007554","imei1":"854768947007554","imei2":"854768947007554","popurl":"www.bhavani-mukhopadhyay.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165393,"job_number":"JOB_165393","tr_customer_id":165410,"tr_customer_product_id":165400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Aalok Iyengar","mobile_number":"9810410980","email_id":"amogh.gandhi@gmail.com","dop":"2026-01-14","serial_number":"115895301479098","imei1":"115895301479098","imei2":"115895301479098","popurl":"www.pran-gill.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165392,"job_number":"JOB_165392","tr_customer_id":165409,"tr_customer_product_id":165399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Sarvin Johar","mobile_number":"9820175652","email_id":"rohana.rana@yahoo.co.in","dop":"2026-01-14","serial_number":"432530712923217","imei1":"432530712923217","imei2":"432530712923217","popurl":"www.ranjeet-verma.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165391,"job_number":"JOB_165391","tr_customer_id":165408,"tr_customer_product_id":165398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:53.000Z","modified_at":"2026-01-24T04:27:53.000Z","name":"Deeptanshu Shukla","mobile_number":"9898060828","email_id":"daevi.dhawan@gmail.com","dop":"2026-01-14","serial_number":"706795469102623","imei1":"706795469102623","imei2":"706795469102623","popurl":"www.bhadraksh-malik.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165390,"job_number":"JOB_165390","tr_customer_id":165407,"tr_customer_product_id":165397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:53.000Z","modified_at":"2026-01-24T04:27:53.000Z","name":"Gopal Panicker","mobile_number":"9870450560","email_id":"ganaka.chaturvedi@gmail.com","dop":"2026-01-14","serial_number":"637317676472120","imei1":"637317676472120","imei2":"637317676472120","popurl":"www.krishnadas-pandey.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165389,"job_number":"JOB_165389","tr_customer_id":165406,"tr_customer_product_id":165396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:52.000Z","modified_at":"2026-01-24T04:27:52.000Z","name":"Alok Mehra","mobile_number":"9859134502","email_id":"himadri.pandey@hotmail.com","dop":"2026-01-14","serial_number":"491498836514650","imei1":"491498836514650","imei2":"491498836514650","popurl":"www.amaranaath-agarwal.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165388,"job_number":"JOB_165388","tr_customer_id":165405,"tr_customer_product_id":165395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:52.000Z","modified_at":"2026-01-24T04:27:52.000Z","name":"Opalina Tandon","mobile_number":"9868737878","email_id":"kiran.kapoor@hotmail.com","dop":"2026-01-14","serial_number":"345413575723243","imei1":"345413575723243","imei2":"345413575723243","popurl":"www.abhisyanta-sinha.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165387,"job_number":"JOB_165387","tr_customer_id":165404,"tr_customer_product_id":165394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:52.000Z","modified_at":"2026-01-24T04:27:52.000Z","name":"Rameshwar Saini","mobile_number":"9896088852","email_id":"jagathi.dwivedi@hotmail.com","dop":"2026-01-14","serial_number":"642935919776858","imei1":"642935919776858","imei2":"642935919776858","popurl":"www.dhanalakshmi-guha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165386,"job_number":"JOB_165386","tr_customer_id":165403,"tr_customer_product_id":165393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:24:47.000Z","modified_at":"2026-01-24T04:24:47.000Z","name":"Magnolia Wehner","mobile_number":"660-564-2966","email_id":"Janet.Hettinger@gmail.com","dop":"2025-04-06","serial_number":"12079838181295206","imei1":"12079838181295206","imei2":"12079838181295206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:24:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165384,"job_number":"JOB_165384","tr_customer_id":165401,"tr_customer_product_id":165391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:24:04.000Z","modified_at":"2026-01-24T04:24:04.000Z","name":"Ludwig Ullrich","mobile_number":"890-598-1694","email_id":"Monte.Anderson@hotmail.com","dop":"2025-04-06","serial_number":"17922287909484024","imei1":"17922287909484024","imei2":"17922287909484024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:24:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165382,"job_number":"JOB_165382","tr_customer_id":165399,"tr_customer_product_id":165389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:23:21.000Z","modified_at":"2026-01-24T04:23:21.000Z","name":"Joel Ankunding","mobile_number":"827-267-5322","email_id":"Winnifred_Schneider54@hotmail.com","dop":"2025-04-06","serial_number":"16845791980135318","imei1":"16845791980135318","imei2":"16845791980135318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:23:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165379,"job_number":"JOB_165379","tr_customer_id":165396,"tr_customer_product_id":165386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:18:27.000Z","modified_at":"2026-01-24T04:18:27.000Z","name":"Aarya Patil","mobile_number":"8646182846","email_id":"mandakini.gandhi@hotmail.com","dop":"2026-01-14","serial_number":"38315729594727","imei1":"38315729594727","imei2":"38315729594727","popurl":"www.chakravartee-nehru.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:18:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165376,"job_number":"JOB_165376","tr_customer_id":165393,"tr_customer_product_id":165383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:29.000Z","modified_at":"2026-01-24T03:57:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62001648375731","imei1":"62001648375731","imei2":"62001648375731","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165375,"job_number":"JOB_165375","tr_customer_id":165392,"tr_customer_product_id":165382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:29.000Z","modified_at":"2026-01-24T03:57:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"70064494170307","imei1":"70064494170307","imei2":"70064494170307","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165374,"job_number":"JOB_165374","tr_customer_id":165391,"tr_customer_product_id":165381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:29.000Z","modified_at":"2026-01-24T03:57:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95374323083601","imei1":"95374323083601","imei2":"95374323083601","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165373,"job_number":"JOB_165373","tr_customer_id":165390,"tr_customer_product_id":165380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:28.000Z","modified_at":"2026-01-24T03:57:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92151405704462","imei1":"92151405704462","imei2":"92151405704462","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165372,"job_number":"JOB_165372","tr_customer_id":165389,"tr_customer_product_id":165379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:28.000Z","modified_at":"2026-01-24T03:57:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69821337427820","imei1":"69821337427820","imei2":"69821337427820","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165371,"job_number":"JOB_165371","tr_customer_id":165388,"tr_customer_product_id":165378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:28.000Z","modified_at":"2026-01-24T03:57:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15832077451393","imei1":"15832077451393","imei2":"15832077451393","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165369,"job_number":"JOB_165369","tr_customer_id":165386,"tr_customer_product_id":165376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:00.000Z","modified_at":"2026-01-24T03:57:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"14160089827597","imei1":"14160089827597","imei2":"14160089827597","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165368,"job_number":"JOB_165368","tr_customer_id":165385,"tr_customer_product_id":165375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:59.000Z","modified_at":"2026-01-24T03:56:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62007948357390","imei1":"62007948357390","imei2":"62007948357390","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165367,"job_number":"JOB_165367","tr_customer_id":165384,"tr_customer_product_id":165374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:59.000Z","modified_at":"2026-01-24T03:56:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"17577269128697","imei1":"17577269128697","imei2":"17577269128697","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165366,"job_number":"JOB_165366","tr_customer_id":165383,"tr_customer_product_id":165373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:59.000Z","modified_at":"2026-01-24T03:56:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72065225541662","imei1":"72065225541662","imei2":"72065225541662","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165365,"job_number":"JOB_165365","tr_customer_id":165382,"tr_customer_product_id":165372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:58.000Z","modified_at":"2026-01-24T03:56:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24535194504843","imei1":"24535194504843","imei2":"24535194504843","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165364,"job_number":"JOB_165364","tr_customer_id":165381,"tr_customer_product_id":165371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:58.000Z","modified_at":"2026-01-24T03:56:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83582343585385","imei1":"83582343585385","imei2":"83582343585385","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165362,"job_number":"JOB_165362","tr_customer_id":165379,"tr_customer_product_id":165369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:30.000Z","modified_at":"2026-01-24T03:56:30.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87768503837015","imei1":"87768503837015","imei2":"87768503837015","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165361,"job_number":"JOB_165361","tr_customer_id":165378,"tr_customer_product_id":165368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:30.000Z","modified_at":"2026-01-24T03:56:30.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18940416443342","imei1":"18940416443342","imei2":"18940416443342","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165360,"job_number":"JOB_165360","tr_customer_id":165377,"tr_customer_product_id":165367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:29.000Z","modified_at":"2026-01-24T03:56:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84692265166585","imei1":"84692265166585","imei2":"84692265166585","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165359,"job_number":"JOB_165359","tr_customer_id":165376,"tr_customer_product_id":165366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:29.000Z","modified_at":"2026-01-24T03:56:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31311602469488","imei1":"31311602469488","imei2":"31311602469488","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165358,"job_number":"JOB_165358","tr_customer_id":165375,"tr_customer_product_id":165365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:29.000Z","modified_at":"2026-01-24T03:56:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12324434030108","imei1":"12324434030108","imei2":"12324434030108","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165357,"job_number":"JOB_165357","tr_customer_id":165374,"tr_customer_product_id":165364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:28.000Z","modified_at":"2026-01-24T03:56:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28469649454160","imei1":"28469649454160","imei2":"28469649454160","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165356,"job_number":"JOB_165356","tr_customer_id":165373,"tr_customer_product_id":165363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:51:56.000Z","modified_at":"2026-01-24T03:51:56.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-14","serial_number":"11794514993613","imei1":"18904414473613","imei2":"130779079163713","popurl":"2026-01-14T03:51:54.202267400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:51:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165355,"job_number":"JOB_165355","tr_customer_id":165372,"tr_customer_product_id":165362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:50:09.000Z","modified_at":"2026-01-24T03:50:09.000Z","name":"Breana Marks","mobile_number":"649-208-6435","email_id":"Angelo.Auer92@hotmail.com","dop":"2025-04-06","serial_number":"18717702518598948","imei1":"18717702518598948","imei2":"18717702518598948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165353,"job_number":"JOB_165353","tr_customer_id":165370,"tr_customer_product_id":165360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:50:07.000Z","modified_at":"2026-01-24T03:50:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14428914154344","imei1":"14428914154344","imei2":"14428914154344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:50:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165352,"job_number":"JOB_165352","tr_customer_id":165369,"tr_customer_product_id":165359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:53.000Z","modified_at":"2026-01-24T03:49:53.000Z","name":"Felicity Prohaska","mobile_number":"493-935-4616","email_id":"Maya14@hotmail.com","dop":"2025-04-06","serial_number":"18720437561758200","imei1":"18720437561758200","imei2":"18720437561758200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165350,"job_number":"JOB_165350","tr_customer_id":165367,"tr_customer_product_id":165357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:52.000Z","modified_at":"2026-01-24T03:49:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13554323013804","imei1":"13554323013804","imei2":"13554323013804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165346,"job_number":"JOB_165346","tr_customer_id":165363,"tr_customer_product_id":165353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:33.000Z","modified_at":"2026-01-24T03:49:33.000Z","name":"Nathen Reichert","mobile_number":"289-517-6308","email_id":"Wilbert_Russel@hotmail.com","dop":"2025-04-06","serial_number":"14112098358107610","imei1":"14112098358107610","imei2":"14112098358107610","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165344,"job_number":"JOB_165344","tr_customer_id":165361,"tr_customer_product_id":165351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:32.000Z","modified_at":"2026-01-24T03:49:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16427105170239","imei1":"16427105170239","imei2":"16427105170239","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165343,"job_number":"JOB_165343","tr_customer_id":165360,"tr_customer_product_id":165350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:25.000Z","modified_at":"2026-01-24T03:49:25.000Z","name":"Jolie Bernier","mobile_number":"536-628-7256","email_id":"Celestino.Wisozk49@gmail.com","dop":"2025-04-06","serial_number":"16217151647362924","imei1":"16217151647362924","imei2":"16217151647362924","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165342,"job_number":"JOB_165342","tr_customer_id":165359,"tr_customer_product_id":165349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:23.000Z","modified_at":"2026-01-24T03:49:23.000Z","name":"Krystina Gleichner","mobile_number":"345-879-8416","email_id":"Melvina17@hotmail.com","dop":"2025-04-06","serial_number":"12491444485544004","imei1":"12491444485544004","imei2":"12491444485544004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165340,"job_number":"JOB_165340","tr_customer_id":165357,"tr_customer_product_id":165347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:23.000Z","modified_at":"2026-01-24T03:49:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12684171543306","imei1":"12684171543306","imei2":"12684171543306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165338,"job_number":"JOB_165338","tr_customer_id":165355,"tr_customer_product_id":165345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:22.000Z","modified_at":"2026-01-24T03:49:22.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17976199179940","imei1":"17976199179940","imei2":"17976199179940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165337,"job_number":"JOB_165337","tr_customer_id":165354,"tr_customer_product_id":165344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:14.000Z","modified_at":"2026-01-24T03:49:15.000Z","name":"Tanya Wilderman","mobile_number":"740-556-4898","email_id":"Oren74@yahoo.com","dop":"2025-04-06","serial_number":"15465539341670244","imei1":"15465539341670244","imei2":"15465539341670244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165335,"job_number":"JOB_165335","tr_customer_id":165352,"tr_customer_product_id":165342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:13.000Z","modified_at":"2026-01-24T03:49:13.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11643872202322","imei1":"11643872202322","imei2":"11643872202322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165334,"job_number":"JOB_165334","tr_customer_id":165351,"tr_customer_product_id":165341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:11.000Z","modified_at":"2026-01-24T03:49:11.000Z","name":"Desmond Schowalter","mobile_number":"867-479-1018","email_id":"Anabelle76@yahoo.com","dop":"2025-04-06","serial_number":"18498549604324308","imei1":"18498549604324308","imei2":"18498549604324308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165332,"job_number":"JOB_165332","tr_customer_id":165349,"tr_customer_product_id":165339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:10.000Z","modified_at":"2026-01-24T03:49:10.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11166856025382","imei1":"11166856025382","imei2":"11166856025382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165327,"job_number":"JOB_165327","tr_customer_id":165344,"tr_customer_product_id":165334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:57.000Z","modified_at":"2026-01-24T03:48:57.000Z","name":"Cleve Crist","mobile_number":"959-392-2775","email_id":"Maximillian_Windler1@yahoo.com","dop":"2025-04-06","serial_number":"18890661954632910","imei1":"18890661954632910","imei2":"18890661954632910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165323,"job_number":"JOB_165323","tr_customer_id":165340,"tr_customer_product_id":165330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:55.000Z","modified_at":"2026-01-24T03:48:55.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"13499364363182","imei1":"13499364363182","imei2":"13499364363182","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165321,"job_number":"JOB_165321","tr_customer_id":165338,"tr_customer_product_id":165328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:50.000Z","modified_at":"2026-01-24T03:48:50.000Z","name":"Erich Wolf","mobile_number":"647-821-7533","email_id":"Garett_Greenfelder@gmail.com","dop":"2025-04-06","serial_number":"17382459598498484","imei1":"17382459598498484","imei2":"17382459598498484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165318,"job_number":"JOB_165318","tr_customer_id":165335,"tr_customer_product_id":165325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:49.000Z","modified_at":"2026-01-24T03:48:49.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17004721281782","imei1":"17004721281782","imei2":"17004721281782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165315,"job_number":"JOB_165315","tr_customer_id":165332,"tr_customer_product_id":165322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:48.000Z","modified_at":"2026-01-24T03:48:48.000Z","name":"Kaleigh Witting","mobile_number":"452-413-5002","email_id":"Isabell_Denesik49@gmail.com","dop":"2025-04-06","serial_number":"11442646291047482","imei1":"11442646291047482","imei2":"11442646291047482","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165314,"job_number":"JOB_165314","tr_customer_id":165331,"tr_customer_product_id":165321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:47.000Z","modified_at":"2026-01-24T03:48:47.000Z","name":"Arden Tremblay","mobile_number":"727-820-6131","email_id":"Kendra.Hyatt66@hotmail.com","dop":"2025-04-06","serial_number":"12412944973713898","imei1":"12412944973713898","imei2":"12412944973713898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165312,"job_number":"JOB_165312","tr_customer_id":165329,"tr_customer_product_id":165319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:46.000Z","modified_at":"2026-01-24T03:48:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12420352718073","imei1":"12420352718073","imei2":"12420352718073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165310,"job_number":"JOB_165310","tr_customer_id":165327,"tr_customer_product_id":165317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:46.000Z","modified_at":"2026-01-24T03:48:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19119835456881","imei1":"19119835456881","imei2":"19119835456881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165309,"job_number":"JOB_165309","tr_customer_id":165326,"tr_customer_product_id":165316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:41.000Z","modified_at":"2026-01-24T03:48:41.000Z","name":"Shania Gorczany","mobile_number":"744-942-3992","email_id":"Leonardo24@gmail.com","dop":"2025-04-06","serial_number":"10023791850303816","imei1":"10023791850303816","imei2":"10023791850303816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165307,"job_number":"JOB_165307","tr_customer_id":165324,"tr_customer_product_id":165314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:40.000Z","modified_at":"2026-01-24T03:48:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12473790051572","imei1":"12473790051572","imei2":"12473790051572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165306,"job_number":"JOB_165306","tr_customer_id":165323,"tr_customer_product_id":165313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:37.000Z","modified_at":"2026-01-24T03:48:37.000Z","name":"Jaeden Ferry","mobile_number":"422-370-3628","email_id":"Eudora_Jaskolski74@yahoo.com","dop":"2025-04-06","serial_number":"15686992023527656","imei1":"15686992023527656","imei2":"15686992023527656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165303,"job_number":"JOB_165303","tr_customer_id":165320,"tr_customer_product_id":165310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:36.000Z","modified_at":"2026-01-24T03:48:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16252649260495","imei1":"16252649260495","imei2":"16252649260495","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165299,"job_number":"JOB_165299","tr_customer_id":165316,"tr_customer_product_id":165306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:32.000Z","modified_at":"2026-01-24T03:48:32.000Z","name":"Myra Upton","mobile_number":"882-890-8135","email_id":"Junior52@gmail.com","dop":"2025-04-06","serial_number":"17259419956991238","imei1":"17259419956991238","imei2":"17259419956991238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165297,"job_number":"JOB_165297","tr_customer_id":165314,"tr_customer_product_id":165304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:30.000Z","modified_at":"2026-01-24T03:48:30.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13042543927292","imei1":"13042543927292","imei2":"13042543927292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165296,"job_number":"JOB_165296","tr_customer_id":165313,"tr_customer_product_id":165303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:29.000Z","modified_at":"2026-01-24T03:48:29.000Z","name":"Pasquale Leffler","mobile_number":"433-518-7866","email_id":"Luna98@hotmail.com","dop":"2025-04-06","serial_number":"13639098013441312","imei1":"13639098013441312","imei2":"13639098013441312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165295,"job_number":"JOB_165295","tr_customer_id":165312,"tr_customer_product_id":165302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:29.000Z","modified_at":"2026-01-24T03:48:29.000Z","name":"Ellie Durgan","mobile_number":"743-240-4314","email_id":"Margie_Johns@gmail.com","dop":"2025-04-06","serial_number":"17333391059497404","imei1":"17333391059497404","imei2":"17333391059497404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165293,"job_number":"JOB_165293","tr_customer_id":165310,"tr_customer_product_id":165300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:28.000Z","modified_at":"2026-01-24T03:48:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17076562749631","imei1":"17076562749631","imei2":"17076562749631","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165291,"job_number":"JOB_165291","tr_customer_id":165308,"tr_customer_product_id":165298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:27.000Z","modified_at":"2026-01-24T03:48:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12354189792327","imei1":"12354189792327","imei2":"12354189792327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165290,"job_number":"JOB_165290","tr_customer_id":165307,"tr_customer_product_id":165297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:19.000Z","modified_at":"2026-01-24T03:48:19.000Z","name":"Elijah Bogisich","mobile_number":"339-349-3767","email_id":"Amina.Pacocha@yahoo.com","dop":"2025-04-06","serial_number":"11778325918391316","imei1":"11778325918391316","imei2":"11778325918391316","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165289,"job_number":"JOB_165289","tr_customer_id":165306,"tr_customer_product_id":165296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:19.000Z","modified_at":"2026-01-24T03:48:19.000Z","name":"Breana VonRueden","mobile_number":"268-593-3183","email_id":"Demetrius_Mueller@gmail.com","dop":"2025-04-06","serial_number":"10494592028224830","imei1":"10494592028224830","imei2":"10494592028224830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165286,"job_number":"JOB_165286","tr_customer_id":165303,"tr_customer_product_id":165293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:17.000Z","modified_at":"2026-01-24T03:48:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17529749883360","imei1":"17529749883360","imei2":"17529749883360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165285,"job_number":"JOB_165285","tr_customer_id":165302,"tr_customer_product_id":165292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:17.000Z","modified_at":"2026-01-24T03:48:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17765310761789","imei1":"17765310761789","imei2":"17765310761789","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165284,"job_number":"JOB_165284","tr_customer_id":165301,"tr_customer_product_id":165291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:15.000Z","modified_at":"2026-01-24T03:48:15.000Z","name":"Eleanore Waelchi","mobile_number":"494-580-8033","email_id":"Nicholaus41@hotmail.com","dop":"2025-04-06","serial_number":"17004497639633658","imei1":"17004497639633658","imei2":"17004497639633658","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165279,"job_number":"JOB_165279","tr_customer_id":165296,"tr_customer_product_id":165286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:13.000Z","modified_at":"2026-01-24T03:48:13.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"12294728863929","imei1":"12294728863929","imei2":"12294728863929","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165273,"job_number":"JOB_165273","tr_customer_id":165290,"tr_customer_product_id":165280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:07.000Z","modified_at":"2026-01-24T03:48:07.000Z","name":"Randy Bartell","mobile_number":"744-267-2515","email_id":"Jesus.Bernier3@gmail.com","dop":"2025-04-06","serial_number":"15198429768929360","imei1":"15198429768929360","imei2":"15198429768929360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165271,"job_number":"JOB_165271","tr_customer_id":165288,"tr_customer_product_id":165278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:06.000Z","modified_at":"2026-01-24T03:48:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17838088974483","imei1":"17838088974483","imei2":"17838088974483","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165270,"job_number":"JOB_165270","tr_customer_id":165287,"tr_customer_product_id":165277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:05.000Z","modified_at":"2026-01-24T03:48:05.000Z","name":"Lane Marvin","mobile_number":"347-773-0071","email_id":"Elliott26@gmail.com","dop":"2025-04-06","serial_number":"10739700696448526","imei1":"10739700696448526","imei2":"10739700696448526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165268,"job_number":"JOB_165268","tr_customer_id":165285,"tr_customer_product_id":165275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:04.000Z","modified_at":"2026-01-24T03:48:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11207931997699","imei1":"11207931997699","imei2":"11207931997699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165267,"job_number":"JOB_165267","tr_customer_id":165284,"tr_customer_product_id":165274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:03.000Z","modified_at":"2026-01-24T03:48:03.000Z","name":"Elian Bailey","mobile_number":"611-677-3100","email_id":"Zelda.Becker@gmail.com","dop":"2025-04-06","serial_number":"11024040291763016","imei1":"11024040291763016","imei2":"11024040291763016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165262,"job_number":"JOB_165262","tr_customer_id":165279,"tr_customer_product_id":165269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:01.000Z","modified_at":"2026-01-24T03:48:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17897392810890","imei1":"17897392810890","imei2":"17897392810890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165260,"job_number":"JOB_165260","tr_customer_id":165277,"tr_customer_product_id":165267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:51.000Z","modified_at":"2026-01-24T03:47:51.000Z","name":"Valentin Mayer","mobile_number":"294-293-3528","email_id":"Stewart.Erdman@yahoo.com","dop":"2025-04-06","serial_number":"18195987232686020","imei1":"18195987232686020","imei2":"18195987232686020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165259,"job_number":"JOB_165259","tr_customer_id":165276,"tr_customer_product_id":165266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:49.000Z","modified_at":"2026-01-24T03:47:49.000Z","name":"Shannon Carter","mobile_number":"687-873-5321","email_id":"Donna.Cummings@gmail.com","dop":"2025-04-06","serial_number":"10150034905457890","imei1":"10150034905457890","imei2":"10150034905457890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165257,"job_number":"JOB_165257","tr_customer_id":165274,"tr_customer_product_id":165264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:49.000Z","modified_at":"2026-01-24T03:47:49.000Z","name":"Clifton Cormier","mobile_number":"360-552-5176","email_id":"Brennan_Connelly31@gmail.com","dop":"2025-04-06","serial_number":"10632270433270626","imei1":"10632270433270626","imei2":"10632270433270626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165256,"job_number":"JOB_165256","tr_customer_id":165273,"tr_customer_product_id":165263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:49.000Z","modified_at":"2026-01-24T03:47:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17593207823635","imei1":"17593207823635","imei2":"17593207823635","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165253,"job_number":"JOB_165253","tr_customer_id":165270,"tr_customer_product_id":165260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:48.000Z","modified_at":"2026-01-24T03:47:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13162430385628","imei1":"13162430385628","imei2":"13162430385628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165252,"job_number":"JOB_165252","tr_customer_id":165269,"tr_customer_product_id":165259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:48.000Z","modified_at":"2026-01-24T03:47:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19335628597194","imei1":"19335628597194","imei2":"19335628597194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165250,"job_number":"JOB_165250","tr_customer_id":165267,"tr_customer_product_id":165257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:37.000Z","modified_at":"2026-01-24T03:47:37.000Z","name":"Shawna Treutel","mobile_number":"414-259-4105","email_id":"Lillian.Swift22@yahoo.com","dop":"2025-04-06","serial_number":"12624380476171116","imei1":"12624380476171116","imei2":"12624380476171116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165248,"job_number":"JOB_165248","tr_customer_id":165265,"tr_customer_product_id":165255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:36.000Z","modified_at":"2026-01-24T03:47:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15210621805297","imei1":"15210621805297","imei2":"15210621805297","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165247,"job_number":"JOB_165247","tr_customer_id":165264,"tr_customer_product_id":165254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:35.000Z","modified_at":"2026-01-24T03:47:35.000Z","name":"Isac Ferry","mobile_number":"944-701-4369","email_id":"Pete_Koch@gmail.com","dop":"2025-04-06","serial_number":"14235458838788024","imei1":"14235458838788024","imei2":"14235458838788024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165245,"job_number":"JOB_165245","tr_customer_id":165262,"tr_customer_product_id":165252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:34.000Z","modified_at":"2026-01-24T03:47:34.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19980397546200","imei1":"19980397546200","imei2":"19980397546200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165244,"job_number":"JOB_165244","tr_customer_id":165261,"tr_customer_product_id":165251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:31.000Z","modified_at":"2026-01-24T03:47:31.000Z","name":"Reta Murray","mobile_number":"755-211-7241","email_id":"Mason.Ferry@hotmail.com","dop":"2025-06-18","serial_number":"1048423908180399","imei1":"1048423908180399","imei2":"1048423908180399","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165243,"job_number":"JOB_165243","tr_customer_id":165260,"tr_customer_product_id":165250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:31.000Z","modified_at":"2026-01-24T03:47:31.000Z","name":"Aiyana Rowe","mobile_number":"573-899-3329","email_id":"Zaria53@gmail.com","dop":"2025-04-06","serial_number":"13726684371870338","imei1":"13726684371870338","imei2":"13726684371870338","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165241,"job_number":"JOB_165241","tr_customer_id":165258,"tr_customer_product_id":165248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:30.000Z","modified_at":"2026-01-24T03:47:30.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10265565717621","imei1":"10265565717621","imei2":"10265565717621","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165238,"job_number":"JOB_165238","tr_customer_id":165255,"tr_customer_product_id":165245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:29.000Z","modified_at":"2026-01-24T03:47:29.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"10884333805824","imei1":"10884333805824","imei2":"10884333805824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165235,"job_number":"JOB_165235","tr_customer_id":165252,"tr_customer_product_id":165242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:23.000Z","modified_at":"2026-01-24T03:47:23.000Z","name":"Kristofer Kiehn","mobile_number":"893-355-5862","email_id":"Woodrow_Torp@yahoo.com","dop":"2025-04-06","serial_number":"10326450933890530","imei1":"10326450933890530","imei2":"10326450933890530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165232,"job_number":"JOB_165232","tr_customer_id":165249,"tr_customer_product_id":165239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:22.000Z","modified_at":"2026-01-24T03:47:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16007705472498","imei1":"16007705472498","imei2":"16007705472498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165231,"job_number":"JOB_165231","tr_customer_id":165248,"tr_customer_product_id":165238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:19.000Z","modified_at":"2026-01-24T03:47:19.000Z","name":"Rachel Armstrong","mobile_number":"299-934-8270","email_id":"Cleve_Larkin48@yahoo.com","dop":"2025-04-06","serial_number":"11436319448481816","imei1":"11436319448481816","imei2":"11436319448481816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165229,"job_number":"JOB_165229","tr_customer_id":165246,"tr_customer_product_id":165236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:18.000Z","modified_at":"2026-01-24T03:47:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17375916782165","imei1":"17375916782165","imei2":"17375916782165","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165228,"job_number":"JOB_165228","tr_customer_id":165245,"tr_customer_product_id":165235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:15.000Z","modified_at":"2026-01-24T03:47:15.000Z","name":"Vance Schamberger","mobile_number":"267-876-4459","email_id":"Norval_Kuvalis@gmail.com","dop":"2025-04-06","serial_number":"19611514260066976","imei1":"19611514260066976","imei2":"19611514260066976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165226,"job_number":"JOB_165226","tr_customer_id":165243,"tr_customer_product_id":165233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:10.000Z","modified_at":"2026-01-24T03:47:10.000Z","name":"Bella Stracke","mobile_number":"989-223-0954","email_id":"Florence15@gmail.com","dop":"2025-04-06","serial_number":"18307658520214464","imei1":"18307658520214464","imei2":"18307658520214464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165224,"job_number":"JOB_165224","tr_customer_id":165241,"tr_customer_product_id":165231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:08.000Z","modified_at":"2026-01-24T03:47:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13439910089528","imei1":"13439910089528","imei2":"13439910089528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165222,"job_number":"JOB_165222","tr_customer_id":165239,"tr_customer_product_id":165229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:06.000Z","modified_at":"2026-01-24T03:47:06.000Z","name":"Icie Schaefer","mobile_number":"391-380-1114","email_id":"Rosina83@yahoo.com","dop":"2025-04-06","serial_number":"17355661698514082","imei1":"17355661698514082","imei2":"17355661698514082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165220,"job_number":"JOB_165220","tr_customer_id":165237,"tr_customer_product_id":165227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:56.000Z","modified_at":"2026-01-24T03:46:56.000Z","name":"Patrick Cruickshank","mobile_number":"476-971-6599","email_id":"Madeline32@yahoo.com","dop":"2025-04-06","serial_number":"15163374061810008","imei1":"15163374061810008","imei2":"15163374061810008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165218,"job_number":"JOB_165218","tr_customer_id":165235,"tr_customer_product_id":165225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:54.000Z","modified_at":"2026-01-24T03:46:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11920408539379","imei1":"11920408539379","imei2":"11920408539379","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165217,"job_number":"JOB_165217","tr_customer_id":165234,"tr_customer_product_id":165224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:54.000Z","modified_at":"2026-01-24T03:46:54.000Z","name":"Malachi Mante","mobile_number":"726-459-4971","email_id":"Manley_Schinner97@yahoo.com","dop":"2025-04-06","serial_number":"11847350529309364","imei1":"11847350529309364","imei2":"11847350529309364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165215,"job_number":"JOB_165215","tr_customer_id":165232,"tr_customer_product_id":165222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:53.000Z","modified_at":"2026-01-24T03:46:53.000Z","name":"Jaime Tromp","mobile_number":"520-909-2781","email_id":"Chaz_Harber@hotmail.com","dop":"2025-04-06","serial_number":"14601063717259336","imei1":"14601063717259336","imei2":"14601063717259336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165213,"job_number":"JOB_165213","tr_customer_id":165230,"tr_customer_product_id":165220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:51.000Z","modified_at":"2026-01-24T03:46:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12724244283282","imei1":"12724244283282","imei2":"12724244283282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165212,"job_number":"JOB_165212","tr_customer_id":165229,"tr_customer_product_id":165219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:49.000Z","modified_at":"2026-01-24T03:46:49.000Z","name":"Allene D'Amore","mobile_number":"658-500-3778","email_id":"Alvina_Nolan37@gmail.com","dop":"2025-06-18","serial_number":"1018546429533210","imei1":"1018546429533210","imei2":"1018546429533210","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165210,"job_number":"JOB_165210","tr_customer_id":165227,"tr_customer_product_id":165217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:48.000Z","modified_at":"2026-01-24T03:46:48.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10295864243369","imei1":"10295864243369","imei2":"10295864243369","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165209,"job_number":"JOB_165209","tr_customer_id":165226,"tr_customer_product_id":165216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:47.000Z","modified_at":"2026-01-24T03:46:47.000Z","name":"Zelma Bartoletti","mobile_number":"402-367-0122","email_id":"Georgiana.Mann@hotmail.com","dop":"2025-04-06","serial_number":"18001907938669360","imei1":"18001907938669360","imei2":"18001907938669360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165207,"job_number":"JOB_165207","tr_customer_id":165224,"tr_customer_product_id":165214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:46.000Z","modified_at":"2026-01-24T03:46:46.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10404459839236","imei1":"10404459839236","imei2":"10404459839236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165204,"job_number":"JOB_165204","tr_customer_id":165221,"tr_customer_product_id":165211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:30.000Z","modified_at":"2026-01-24T03:46:30.000Z","name":"Maddison Feest","mobile_number":"515-659-7262","email_id":"Hailey63@yahoo.com","dop":"2025-04-06","serial_number":"15458836469705062","imei1":"15458836469705062","imei2":"15458836469705062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165201,"job_number":"JOB_165201","tr_customer_id":165218,"tr_customer_product_id":165208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:16.000Z","modified_at":"2026-01-24T03:46:16.000Z","name":"Odell Greenfelder","mobile_number":"870-981-9350","email_id":"Justine.Walsh74@gmail.com","dop":"2025-04-06","serial_number":"14988859506061440","imei1":"14988859506061440","imei2":"14988859506061440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165198,"job_number":"JOB_165198","tr_customer_id":165215,"tr_customer_product_id":165205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:04.000Z","modified_at":"2026-01-24T03:46:04.000Z","name":"Amparo Kshlerin","mobile_number":"381-681-8183","email_id":"Vincenza_Collier14@yahoo.com","dop":"2025-04-06","serial_number":"16254909928325924","imei1":"16254909928325924","imei2":"16254909928325924","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165196,"job_number":"JOB_165196","tr_customer_id":165213,"tr_customer_product_id":165203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:03.000Z","modified_at":"2026-01-24T03:46:03.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"11288208623723","imei1":"11288208623723","imei2":"11288208623723","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165195,"job_number":"JOB_165195","tr_customer_id":165212,"tr_customer_product_id":165202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:45:56.000Z","modified_at":"2026-01-24T03:45:56.000Z","name":"Nash Streich","mobile_number":"736-708-8115","email_id":"Conrad_Johnston43@hotmail.com","dop":"2025-04-06","serial_number":"15833176501882092","imei1":"15833176501882092","imei2":"15833176501882092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:45:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165192,"job_number":"JOB_165192","tr_customer_id":165209,"tr_customer_product_id":165199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:29:45.000Z","modified_at":"2026-01-24T03:29:45.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-14","serial_number":"11794514993612","imei1":"18904414473612","imei2":"130779079163712","popurl":"2026-01-14T03:29:42.924599100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165191,"job_number":"JOB_165191","tr_customer_id":165208,"tr_customer_product_id":165198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:08:52.000Z","modified_at":"2026-01-24T03:08:52.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-14","serial_number":"11794514993692","imei1":"18904414473692","imei2":"130779079163792","popurl":"2026-01-14T03:08:49.568922500Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:08:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165189,"job_number":"JOB_165189","tr_customer_id":165206,"tr_customer_product_id":165196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T02:31:59.000Z","modified_at":"2026-01-24T02:31:59.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-14","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-14T02:31:56.148478100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T02:31:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165188,"job_number":"JOB_165188","tr_customer_id":165205,"tr_customer_product_id":165195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-23T23:42:57.000Z","modified_at":"2026-01-23T23:42:57.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-13","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-13T23:42:57.457039208Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-23T23:42:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165187,"job_number":"JOB_165187","tr_customer_id":165204,"tr_customer_product_id":165194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-23T23:40:30.000Z","modified_at":"2026-01-23T23:40:30.000Z","name":"Radha Trivedi","mobile_number":"7024030579","email_id":"bodhan.gowda@yahoo.co.in","dop":"2026-01-13","serial_number":"658147176491614","imei1":"658147176491614","imei2":"658147176491614","popurl":"www.agrata-embranthiri.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-23T23:40:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165186,"job_number":"JOB_165186","tr_customer_id":165203,"tr_customer_product_id":165193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-23T23:40:30.000Z","modified_at":"2026-01-23T23:40:30.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-13","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-13T23:40:29.666528997Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-23T23:40:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165430,"job_number":"JOB_165430","tr_customer_id":165447,"tr_customer_product_id":165437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:37:21.000Z","modified_at":"2026-01-24T04:37:21.000Z","name":"Amodini Panicker","mobile_number":"8240874778","email_id":"prem.chopra@yahoo.co.in","dop":"2026-01-14","serial_number":"953753765593979","imei1":"346468571859408","imei2":"110605895740800","popurl":"www.chandani-asan.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:37:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165378,"job_number":"JOB_165378","tr_customer_id":165395,"tr_customer_product_id":165385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:01:58.000Z","modified_at":"2026-01-24T04:01:58.000Z","name":"Janis Doyle","mobile_number":"789-498-2468","email_id":"Craig_Jacobson51@hotmail.com","dop":"2025-11-09","serial_number":"33286636283367","imei1":"33286636283367","imei2":"33286636283367","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:01:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165331,"job_number":"JOB_165331","tr_customer_id":165348,"tr_customer_product_id":165338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:05.000Z","modified_at":"2026-01-24T03:49:05.000Z","name":"Chandler Hirthe","mobile_number":"305-637-7431","email_id":"Kenya_Bahringer@gmail.com","dop":"2025-06-09","serial_number":"74114767894301950","imei1":"74114767894301950","imei2":"74114767894301950","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165330,"job_number":"JOB_165330","tr_customer_id":165347,"tr_customer_product_id":165337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:03.000Z","modified_at":"2026-01-24T03:49:03.000Z","name":"Herminia Gerhold","mobile_number":"269-491-7625","email_id":"Clementine_Balistreri@yahoo.com","dop":"2025-06-09","serial_number":"101567892864210","imei1":"101567892864210","imei2":"101567892864210","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165328,"job_number":"JOB_165328","tr_customer_id":165345,"tr_customer_product_id":165335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:03.000Z","modified_at":"2026-01-24T03:49:03.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"108655859389815","imei1":"108655859389815","imei2":"108655859389815","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165319,"job_number":"JOB_165319","tr_customer_id":165336,"tr_customer_product_id":165326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:49.000Z","modified_at":"2026-01-24T03:48:49.000Z","name":"Roselyn Welch","mobile_number":"985-636-0881","email_id":"Orlando.Mayer34@hotmail.com","dop":"2025-06-09","serial_number":"101563529608687","imei1":"101563529608687","imei2":"101563529608687","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165316,"job_number":"JOB_165316","tr_customer_id":165333,"tr_customer_product_id":165323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:48.000Z","modified_at":"2026-01-24T03:48:48.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106297103739946","imei1":"106297103739946","imei2":"106297103739946","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165304,"job_number":"JOB_165304","tr_customer_id":165321,"tr_customer_product_id":165311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:36.000Z","modified_at":"2026-01-24T03:48:36.000Z","name":"Mossie Oberbrunner","mobile_number":"702-524-7924","email_id":"Deangelo_Moore@yahoo.com","dop":"2025-06-09","serial_number":"20315345858026310","imei1":"20315345858026310","imei2":"20315345858026310","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165302,"job_number":"JOB_165302","tr_customer_id":165319,"tr_customer_product_id":165309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:34.000Z","modified_at":"2026-01-24T03:48:34.000Z","name":"Ed Thompson","mobile_number":"701-260-0323","email_id":"Mackenzie.Deckow3@gmail.com","dop":"2025-06-09","serial_number":"104727413155763","imei1":"104727413155763","imei2":"104727413155763","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165300,"job_number":"JOB_165300","tr_customer_id":165317,"tr_customer_product_id":165307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:34.000Z","modified_at":"2026-01-24T03:48:34.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109211789309755","imei1":"109211789309755","imei2":"109211789309755","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165282,"job_number":"JOB_165282","tr_customer_id":165299,"tr_customer_product_id":165289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:14.000Z","modified_at":"2026-01-24T03:48:14.000Z","name":"Earline Fahey","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"105164321720542","imei1":"105164321720542","imei2":"105164321720542","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165280,"job_number":"JOB_165280","tr_customer_id":165297,"tr_customer_product_id":165287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:14.000Z","modified_at":"2026-01-24T03:48:14.000Z","name":"Alyce Kling","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101704248277401","imei1":"101704248277401","imei2":"101704248277401","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165277,"job_number":"JOB_165277","tr_customer_id":165294,"tr_customer_product_id":165284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:13.000Z","modified_at":"2026-01-24T03:48:13.000Z","name":"Rodger Welch","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"151961029544427","imei1":"151961029544427","imei2":"151961029544427","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165276,"job_number":"JOB_165276","tr_customer_id":165293,"tr_customer_product_id":165283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:13.000Z","modified_at":"2026-01-24T03:48:13.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"128018002721617","imei1":"128018002721617","imei2":"128018002721617","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165266,"job_number":"JOB_165266","tr_customer_id":165283,"tr_customer_product_id":165273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:02.000Z","modified_at":"2026-01-24T03:48:02.000Z","name":"Ericka Schmitt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"156337493072168","imei1":"156337493072168","imei2":"156337493072168","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165265,"job_number":"JOB_165265","tr_customer_id":165282,"tr_customer_product_id":165272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:02.000Z","modified_at":"2026-01-24T03:48:02.000Z","name":"Merritt Kuhic","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"197622394715727","imei1":"197622394715727","imei2":"197622394715727","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165263,"job_number":"JOB_165263","tr_customer_id":165280,"tr_customer_product_id":165270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:02.000Z","modified_at":"2026-01-24T03:48:02.000Z","name":"Samir Heaney","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"170699904011310","imei1":"170699904011310","imei2":"170699904011310","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165261,"job_number":"JOB_165261","tr_customer_id":165278,"tr_customer_product_id":165268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:01.000Z","modified_at":"2026-01-24T03:48:01.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"184299283237916","imei1":"184299283237916","imei2":"184299283237916","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165251,"job_number":"JOB_165251","tr_customer_id":165268,"tr_customer_product_id":165258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:38.000Z","modified_at":"2026-01-24T03:47:38.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Retha93@gmail.com","dop":"2025-07-02","serial_number":"15378550413215","imei1":"15378550413215","imei2":"15378550413215","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165234,"job_number":"JOB_165234","tr_customer_id":165251,"tr_customer_product_id":165241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:22.000Z","modified_at":"2026-01-24T03:47:22.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Nicola73@hotmail.com","dop":"2025-07-02","serial_number":"19886404242755","imei1":"19886404242755","imei2":"19886404242755","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165223,"job_number":"JOB_165223","tr_customer_id":165240,"tr_customer_product_id":165230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:06.000Z","modified_at":"2026-01-24T03:47:06.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Mckenzie.Franecki0@yahoo.com","dop":"2025-07-02","serial_number":"19433006903996","imei1":"19433006903996","imei2":"19433006903996","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 232ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept-Language en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 82dcf0af-b727-4117-8c5b-fc64e01c027c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 56
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-ksq6jYJJYstydid5otiuMEG9xSA"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:08 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNDh9.W1F8rMOOoJA6exzxbNG2yk_oXDlUrHCgSA-TnrKM0_Q"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 230ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNDh9.W1F8rMOOoJA6exzxbNG2yk_oXDlUrHCgSA-TnrKM0_Q
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a184c083-170f-4775-b2b1-4246a9fa7e60
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:08 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 256ms
Mean size per request: 163B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNDh9.W1F8rMOOoJA6exzxbNG2yk_oXDlUrHCgSA-TnrKM0_Q
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 559e94e5-b6a3-4331-948d-72bfbae4a605
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 163
ETag W/"a3-gJS09a7b63ICy+5c19deamEq4+o"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:08 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":2},{"label":"Repair completed","key":"repair_completed","count":73}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 248ms
Mean size per request: 1.94KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNDh9.W1F8rMOOoJA6exzxbNG2yk_oXDlUrHCgSA-TnrKM0_Q
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 41b905e1-2303-44f3-915b-4c51b66f4e42
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{"details_key":"pending_for_repair"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7c4-0LfOcW9QKOEGEDuOkqTCHIBN3Fo"
Vary Accept-Encoding
Content-Encoding gzip
Date Sat, 24 Jan 2026 06:14:08 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":165190,"job_number":"JOB_165190","tr_customer_id":165207,"tr_customer_product_id":165197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T02:40:48.000Z","modified_at":"2026-01-24T02:41:09.000Z","name":"Berry Bergstrom","mobile_number":"829-478-1502","email_id":"Haley.Rolfson@gmail.com","dop":"2026-01-04","serial_number":"15045935714565","imei1":"15045935714565","imei2":"15045935714565","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-24T02:41:09.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":165564,"job_number":"JOB_165564","tr_customer_id":165581,"tr_customer_product_id":165571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T06:14:03.000Z","modified_at":"2026-01-24T06:14:07.000Z","name":"Jairo Gerhold","mobile_number":"969-391-0112","email_id":"Darwin14@yahoo.com","dop":"2025-11-04","serial_number":"87652544601848","imei1":"87652544601848","imei2":"87652544601848","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-24T06:14:07.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 250ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNDh9.W1F8rMOOoJA6exzxbNG2yk_oXDlUrHCgSA-TnrKM0_Q
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c6797e56-196c-4ebb-badf-c0d0cb3486f4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:09 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 456ms
Mean size per request: 2.33KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNDh9.W1F8rMOOoJA6exzxbNG2yk_oXDlUrHCgSA-TnrKM0_Q
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 058bf243-c205-4271-aea3-32d564052377
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"94d-Ei8eo85D1Sg47mlSUc1lmoSGaHE"
Vary Accept-Encoding
Content-Encoding gzip
Date Sat, 24 Jan 2026 06:14:09 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":165564,"job_number":"JOB_165564","tr_customer_id":165581,"tr_customer_product_id":165571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T06:14:03.000Z","modified_at":"2026-01-24T06:14:07.000Z","name":"Jairo Gerhold","mobile_number":"969-391-0112","email_id":"Darwin14@yahoo.com","dop":"2025-11-04","serial_number":"87652544601848","imei1":"87652544601848","imei2":"87652544601848","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-24T06:14:07.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":165564,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-24T06:14:03.000Z"}],"quatations":[]},{"id":165190,"job_number":"JOB_165190","tr_customer_id":165207,"tr_customer_product_id":165197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T02:40:48.000Z","modified_at":"2026-01-24T02:41:09.000Z","name":"Berry Bergstrom","mobile_number":"829-478-1502","email_id":"Haley.Rolfson@gmail.com","dop":"2026-01-04","serial_number":"15045935714565","imei1":"15045935714565","imei2":"15045935714565","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-24T02:41:09.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":165190,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-24T02:40:48.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 239ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNDh9.W1F8rMOOoJA6exzxbNG2yk_oXDlUrHCgSA-TnrKM0_Q
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f41db64c-4cc4-407b-82a4-d2c33ef013a3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Sat, 24 Jan 2026 06:14:09 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 240ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNDh9.W1F8rMOOoJA6exzxbNG2yk_oXDlUrHCgSA-TnrKM0_Q
Content-Type application/json
Accept application/json, text/plain, */*
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c0d20d4c-93d5-437a-b453-38505e7f1a61
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 136
Request Body
{
            "job_id":165564,
            "problems": [
                {
                    "id": 3,
                    "remark": "Reinstalled OS"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:10 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 230ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2470bc31-816d-487f-a6ad-82f8581ef584
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 55
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-4Iu6u92leJ/r5uvrTQEtwjwWnRQ"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:10 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTIzNTI1MH0.-NmSg3DeQkRQPQO0CLjJUo_XyLy3WNj5mmS3Y22He5Q"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 229ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTIzNTI1MH0.-NmSg3DeQkRQPQO0CLjJUo_XyLy3WNj5mmS3Y22He5Q
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b5248d93-4470-4067-9cea-f46faf121e0a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:10 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 270ms
Mean size per request: 201B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTIzNTI1MH0.-NmSg3DeQkRQPQO0CLjJUo_XyLy3WNj5mmS3Y22He5Q
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token df966910-7488-4581-8340-5b1f6303b008
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 201
ETag W/"c9-aSE+8JzhL57xvmswcXSgwgLDZbg"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:10 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":2},{"label":"QC Completed","key":"qc_completed","count":72},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 232ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTIzNTI1MH0.-NmSg3DeQkRQPQO0CLjJUo_XyLy3WNj5mmS3Y22He5Q
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0733d901-071d-45f5-9bd0-9693bb2fe70f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:11 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 278ms
Mean size per request: 69.64KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTIzNTI1MH0.-NmSg3DeQkRQPQO0CLjJUo_XyLy3WNj5mmS3Y22He5Q
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ed4b82e7-77cb-45ef-af47-829f7ce6d157
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"1168c-adT9bdk1QrC2vnjctlzX93zKS0M"
Vary Accept-Encoding
Content-Encoding gzip
Date Sat, 24 Jan 2026 06:14:11 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":165562,"job_number":"JOB_165562","tr_customer_id":165579,"tr_customer_product_id":165569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:52:54.000Z","modified_at":"2026-01-24T05:53:20.000Z","name":"Henry Hermann","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"134171379839264","imei1":"134171379839264","imei2":"134171379839264","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T05:53:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165559,"job_number":"JOB_165559","tr_customer_id":165576,"tr_customer_product_id":165566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:52:24.000Z","modified_at":"2026-01-24T05:52:49.000Z","name":"Nelda Harber","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"172926269145155","imei1":"172926269145155","imei2":"172926269145155","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T05:52:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165556,"job_number":"JOB_165556","tr_customer_id":165573,"tr_customer_product_id":165563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:51:53.000Z","modified_at":"2026-01-24T05:52:19.000Z","name":"Maida Dicki","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"103894538511916","imei1":"103894538511916","imei2":"103894538511916","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T05:52:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165508,"job_number":"JOB_165508","tr_customer_id":165525,"tr_customer_product_id":165515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:28.000Z","modified_at":"2026-01-24T05:29:05.000Z","name":"Orie Little","mobile_number":"525-384-1398","email_id":"Guiseppe_Smitham@yahoo.com","dop":"2025-04-06","serial_number":"15957412024678","imei1":"15957412024678","imei2":"15957412024678","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T05:29:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165506,"job_number":"JOB_165506","tr_customer_id":165523,"tr_customer_product_id":165513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:27:38.000Z","modified_at":"2026-01-24T05:28:15.000Z","name":"Aiden Rohan","mobile_number":"918-852-3017","email_id":"Alexzander29@yahoo.com","dop":"2025-04-06","serial_number":"17318834713118","imei1":"17318834713118","imei2":"17318834713118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T05:28:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165462,"job_number":"JOB_165462","tr_customer_id":165479,"tr_customer_product_id":165469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:53:12.000Z","modified_at":"2026-01-24T04:53:52.000Z","name":"Karine Von","mobile_number":"981-312-0876","email_id":"Demetris89@gmail.com","dop":"2025-04-06","serial_number":"14873249974537","imei1":"14873249974537","imei2":"14873249974537","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T04:53:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165460,"job_number":"JOB_165460","tr_customer_id":165477,"tr_customer_product_id":165467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:52:53.000Z","modified_at":"2026-01-24T04:53:28.000Z","name":"Orion Brekke","mobile_number":"914-538-2054","email_id":"Barbara60@gmail.com","dop":"2025-04-06","serial_number":"11934189118319","imei1":"11934189118319","imei2":"11934189118319","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T04:53:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165434,"job_number":"JOB_165434","tr_customer_id":165451,"tr_customer_product_id":165441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:39:42.000Z","modified_at":"2026-01-24T04:39:52.000Z","name":"Christelle McClure","mobile_number":"431-767-5068","email_id":"Shayne.Corkery50@yahoo.com","dop":"2025-07-01","serial_number":"109327534425204","imei1":"109327534425204","imei2":"109327534425204","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T04:39:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165432,"job_number":"JOB_165432","tr_customer_id":165449,"tr_customer_product_id":165439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:39:30.000Z","modified_at":"2026-01-24T04:39:40.000Z","name":"Gabriella Kerluke","mobile_number":"737-317-0547","email_id":"Geovany_Weimann51@hotmail.com","dop":"2025-07-01","serial_number":"103814157588324","imei1":"103814157588324","imei2":"103814157588324","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T04:39:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165385,"job_number":"JOB_165385","tr_customer_id":165402,"tr_customer_product_id":165392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:24:46.000Z","modified_at":"2026-01-24T04:25:22.000Z","name":"Andrew Leuschke","mobile_number":"991-281-6403","email_id":"Lafayette.Keebler86@hotmail.com","dop":"2025-04-06","serial_number":"12956495377567","imei1":"12956495377567","imei2":"12956495377567","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T04:25:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165383,"job_number":"JOB_165383","tr_customer_id":165400,"tr_customer_product_id":165390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:24:03.000Z","modified_at":"2026-01-24T04:24:39.000Z","name":"Ron Marks","mobile_number":"774-779-5594","email_id":"Ressie.Barrows16@yahoo.com","dop":"2025-04-06","serial_number":"10234358658673","imei1":"10234358658673","imei2":"10234358658673","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T04:24:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165381,"job_number":"JOB_165381","tr_customer_id":165398,"tr_customer_product_id":165388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:23:20.000Z","modified_at":"2026-01-24T04:23:56.000Z","name":"Georgiana Roberts","mobile_number":"287-318-6889","email_id":"Sydney_Jones@yahoo.com","dop":"2025-04-06","serial_number":"18511483938795","imei1":"18511483938795","imei2":"18511483938795","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T04:23:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165380,"job_number":"JOB_165380","tr_customer_id":165397,"tr_customer_product_id":165387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:21:44.000Z","modified_at":"2026-01-24T04:37:53.000Z","name":"Kraig Mayert","mobile_number":"891-347-5577","email_id":"Berta5@gmail.com","dop":"2026-01-04","serial_number":"14536486101644","imei1":"14536486101644","imei2":"14536486101644","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-24T04:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165354,"job_number":"JOB_165354","tr_customer_id":165371,"tr_customer_product_id":165361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:50:08.000Z","modified_at":"2026-01-24T03:50:45.000Z","name":"Jovany Hintz","mobile_number":"799-242-0870","email_id":"Anjali63@gmail.com","dop":"2025-04-06","serial_number":"19172633001544","imei1":"19172633001544","imei2":"19172633001544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165351,"job_number":"JOB_165351","tr_customer_id":165368,"tr_customer_product_id":165358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:52.000Z","modified_at":"2026-01-24T03:50:27.000Z","name":"Rebekah Crooks","mobile_number":"389-639-8225","email_id":"Nikolas34@hotmail.com","dop":"2025-04-06","serial_number":"11070167175546","imei1":"11070167175546","imei2":"11070167175546","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:50:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165345,"job_number":"JOB_165345","tr_customer_id":165362,"tr_customer_product_id":165352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:32.000Z","modified_at":"2026-01-24T03:50:08.000Z","name":"Patsy Wilkinson","mobile_number":"464-558-4664","email_id":"Hellen65@yahoo.com","dop":"2025-04-06","serial_number":"14910771462650","imei1":"14910771462650","imei2":"14910771462650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:50:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165341,"job_number":"JOB_165341","tr_customer_id":165358,"tr_customer_product_id":165348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:23.000Z","modified_at":"2026-01-24T03:50:00.000Z","name":"Jacklyn Wisoky","mobile_number":"535-964-6142","email_id":"Constantin70@gmail.com","dop":"2025-04-06","serial_number":"18620551817047","imei1":"18620551817047","imei2":"18620551817047","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165339,"job_number":"JOB_165339","tr_customer_id":165356,"tr_customer_product_id":165346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:22.000Z","modified_at":"2026-01-24T03:50:02.000Z","name":"Myah Littel","mobile_number":"826-946-1503","email_id":"Eldon_Okuneva@hotmail.com","dop":"2025-04-06","serial_number":"17876708639977","imei1":"17876708639977","imei2":"17876708639977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165336,"job_number":"JOB_165336","tr_customer_id":165353,"tr_customer_product_id":165343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:13.000Z","modified_at":"2026-01-24T03:49:49.000Z","name":"Willard Borer","mobile_number":"429-871-0550","email_id":"Kyler75@hotmail.com","dop":"2025-04-06","serial_number":"17655381050455","imei1":"17655381050455","imei2":"17655381050455","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165333,"job_number":"JOB_165333","tr_customer_id":165350,"tr_customer_product_id":165340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:10.000Z","modified_at":"2026-01-24T03:49:45.000Z","name":"Selina Konopelski","mobile_number":"662-684-1473","email_id":"Daren37@gmail.com","dop":"2025-04-06","serial_number":"15675762155541","imei1":"15675762155541","imei2":"15675762155541","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165325,"job_number":"JOB_165325","tr_customer_id":165342,"tr_customer_product_id":165332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:56.000Z","modified_at":"2026-01-24T03:49:31.000Z","name":"Deron Howell","mobile_number":"264-228-4633","email_id":"Remington.Kuhic@hotmail.com","dop":"2025-04-06","serial_number":"12100932487775","imei1":"12100932487775","imei2":"12100932487775","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165320,"job_number":"JOB_165320","tr_customer_id":165337,"tr_customer_product_id":165327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:49.000Z","modified_at":"2026-01-24T03:49:25.000Z","name":"Calista Bins","mobile_number":"304-317-4356","email_id":"Cristina97@yahoo.com","dop":"2025-04-06","serial_number":"13874467875541","imei1":"13874467875541","imei2":"13874467875541","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165313,"job_number":"JOB_165313","tr_customer_id":165330,"tr_customer_product_id":165320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:47.000Z","modified_at":"2026-01-24T03:49:22.000Z","name":"Daisy Jacobson","mobile_number":"512-397-9519","email_id":"Magdalen_Lehner12@yahoo.com","dop":"2025-04-06","serial_number":"10176441396311","imei1":"10176441396311","imei2":"10176441396311","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165311,"job_number":"JOB_165311","tr_customer_id":165328,"tr_customer_product_id":165318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:46.000Z","modified_at":"2026-01-24T03:49:23.000Z","name":"Ivory Wolf","mobile_number":"711-712-3147","email_id":"Thalia.Jerde38@hotmail.com","dop":"2025-04-06","serial_number":"10166449174588","imei1":"10166449174588","imei2":"10166449174588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165308,"job_number":"JOB_165308","tr_customer_id":165325,"tr_customer_product_id":165315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:40.000Z","modified_at":"2026-01-24T03:49:16.000Z","name":"Esmeralda Ruecker","mobile_number":"495-546-8924","email_id":"Kallie.Hartmann@hotmail.com","dop":"2025-04-06","serial_number":"16913730069897","imei1":"16913730069897","imei2":"16913730069897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165305,"job_number":"JOB_165305","tr_customer_id":165322,"tr_customer_product_id":165312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:36.000Z","modified_at":"2026-01-24T03:49:14.000Z","name":"Colleen Swift","mobile_number":"782-630-7179","email_id":"Rosie64@gmail.com","dop":"2025-04-06","serial_number":"10497813776174","imei1":"10497813776174","imei2":"10497813776174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165298,"job_number":"JOB_165298","tr_customer_id":165315,"tr_customer_product_id":165305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:31.000Z","modified_at":"2026-01-24T03:49:06.000Z","name":"Nicole Steuber","mobile_number":"583-703-3100","email_id":"Sabrina29@yahoo.com","dop":"2025-04-06","serial_number":"14853994153611","imei1":"14853994153611","imei2":"14853994153611","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165294,"job_number":"JOB_165294","tr_customer_id":165311,"tr_customer_product_id":165301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:28.000Z","modified_at":"2026-01-24T03:49:01.000Z","name":"Marlee Luettgen","mobile_number":"467-319-1714","email_id":"Irwin31@gmail.com","dop":"2025-04-06","serial_number":"12930018441064","imei1":"12930018441064","imei2":"12930018441064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165292,"job_number":"JOB_165292","tr_customer_id":165309,"tr_customer_product_id":165299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:28.000Z","modified_at":"2026-01-24T03:49:03.000Z","name":"Polly Bednar","mobile_number":"886-599-9228","email_id":"Kaley_Schuster@gmail.com","dop":"2025-04-06","serial_number":"11166809691436","imei1":"11166809691436","imei2":"11166809691436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165288,"job_number":"JOB_165288","tr_customer_id":165305,"tr_customer_product_id":165295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:17.000Z","modified_at":"2026-01-24T03:48:52.000Z","name":"Amalia Schulist","mobile_number":"600-631-6223","email_id":"Mae13@yahoo.com","dop":"2025-04-06","serial_number":"17696535419523","imei1":"17696535419523","imei2":"17696535419523","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165287,"job_number":"JOB_165287","tr_customer_id":165304,"tr_customer_product_id":165294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:17.000Z","modified_at":"2026-01-24T03:48:53.000Z","name":"Lizzie Sporer","mobile_number":"455-427-1911","email_id":"Lessie_Feeney@hotmail.com","dop":"2025-04-06","serial_number":"11151640209231","imei1":"11151640209231","imei2":"11151640209231","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165281,"job_number":"JOB_165281","tr_customer_id":165298,"tr_customer_product_id":165288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:14.000Z","modified_at":"2026-01-24T03:48:49.000Z","name":"Ora Zboncak","mobile_number":"633-644-2072","email_id":"Forrest.Goodwin33@yahoo.com","dop":"2025-04-06","serial_number":"10864419329946","imei1":"10864419329946","imei2":"10864419329946","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165272,"job_number":"JOB_165272","tr_customer_id":165289,"tr_customer_product_id":165279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:06.000Z","modified_at":"2026-01-24T03:48:42.000Z","name":"Gennaro Bergstrom","mobile_number":"601-534-9004","email_id":"Kristian94@hotmail.com","dop":"2025-04-06","serial_number":"13617331936404","imei1":"13617331936404","imei2":"13617331936404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165269,"job_number":"JOB_165269","tr_customer_id":165286,"tr_customer_product_id":165276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:04.000Z","modified_at":"2026-01-24T03:48:40.000Z","name":"Wayne Rosenbaum","mobile_number":"580-577-6365","email_id":"Hallie.Stamm@yahoo.com","dop":"2025-04-06","serial_number":"13528751543087","imei1":"13528751543087","imei2":"13528751543087","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165264,"job_number":"JOB_165264","tr_customer_id":165281,"tr_customer_product_id":165271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:02.000Z","modified_at":"2026-01-24T03:48:38.000Z","name":"Johann Botsford","mobile_number":"632-683-7666","email_id":"Aleen79@hotmail.com","dop":"2025-04-06","serial_number":"10107523326127","imei1":"10107523326127","imei2":"10107523326127","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165258,"job_number":"JOB_165258","tr_customer_id":165275,"tr_customer_product_id":165265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:49.000Z","modified_at":"2026-01-24T03:48:28.000Z","name":"Bud Tremblay","mobile_number":"859-525-2976","email_id":"Stevie.Tillman@gmail.com","dop":"2025-04-06","serial_number":"18140877880880","imei1":"18140877880880","imei2":"18140877880880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165255,"job_number":"JOB_165255","tr_customer_id":165272,"tr_customer_product_id":165262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:48.000Z","modified_at":"2026-01-24T03:48:21.000Z","name":"Christopher Quitzon","mobile_number":"694-976-8037","email_id":"Halie_Ruecker48@gmail.com","dop":"2025-04-06","serial_number":"14425112581044","imei1":"14425112581044","imei2":"14425112581044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165254,"job_number":"JOB_165254","tr_customer_id":165271,"tr_customer_product_id":165261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:48.000Z","modified_at":"2026-01-24T03:48:23.000Z","name":"Geo Wyman","mobile_number":"929-440-1257","email_id":"Mackenzie49@hotmail.com","dop":"2025-04-06","serial_number":"14175926824094","imei1":"14175926824094","imei2":"14175926824094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165249,"job_number":"JOB_165249","tr_customer_id":165266,"tr_customer_product_id":165256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:36.000Z","modified_at":"2026-01-24T03:48:10.000Z","name":"Delilah Dooley","mobile_number":"468-942-5942","email_id":"Marcella_Hamill@yahoo.com","dop":"2025-04-06","serial_number":"16574777996611","imei1":"16574777996611","imei2":"16574777996611","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165246,"job_number":"JOB_165246","tr_customer_id":165263,"tr_customer_product_id":165253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:34.000Z","modified_at":"2026-01-24T03:48:10.000Z","name":"Teresa Casper","mobile_number":"997-814-3496","email_id":"Serena91@hotmail.com","dop":"2025-04-06","serial_number":"19783290971610","imei1":"19783290971610","imei2":"19783290971610","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165242,"job_number":"JOB_165242","tr_customer_id":165259,"tr_customer_product_id":165249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:31.000Z","modified_at":"2026-01-24T03:48:06.000Z","name":"Alphonso Jaskolski","mobile_number":"509-715-9500","email_id":"Jaydon_Little31@yahoo.com","dop":"2025-06-18","serial_number":"10487996669797","imei1":"10487996669797","imei2":"10487996669797","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165239,"job_number":"JOB_165239","tr_customer_id":165256,"tr_customer_product_id":165246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:29.000Z","modified_at":"2026-01-24T03:48:05.000Z","name":"Garth Schmidt","mobile_number":"496-561-9172","email_id":"Macie_Cartwright@hotmail.com","dop":"2025-04-06","serial_number":"14168896875444","imei1":"14168896875444","imei2":"14168896875444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165233,"job_number":"JOB_165233","tr_customer_id":165250,"tr_customer_product_id":165240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:22.000Z","modified_at":"2026-01-24T03:47:57.000Z","name":"Milford Lynch","mobile_number":"228-835-4546","email_id":"Fredy.Auer@yahoo.com","dop":"2025-04-06","serial_number":"12879513286869","imei1":"12879513286869","imei2":"12879513286869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165230,"job_number":"JOB_165230","tr_customer_id":165247,"tr_customer_product_id":165237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:18.000Z","modified_at":"2026-01-24T03:47:54.000Z","name":"Diego Dicki","mobile_number":"423-553-3094","email_id":"Joany_Johnson@gmail.com","dop":"2025-04-06","serial_number":"15733339361868","imei1":"15733339361868","imei2":"15733339361868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165227,"job_number":"JOB_165227","tr_customer_id":165244,"tr_customer_product_id":165234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:13.000Z","modified_at":"2026-01-24T03:47:49.000Z","name":"Lessie Cremin","mobile_number":"631-594-4467","email_id":"Jarvis_Bogisich@gmail.com","dop":"2025-04-06","serial_number":"10525826858687","imei1":"10525826858687","imei2":"10525826858687","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165225,"job_number":"JOB_165225","tr_customer_id":165242,"tr_customer_product_id":165232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:08.000Z","modified_at":"2026-01-24T03:47:41.000Z","name":"Idell Larkin","mobile_number":"883-330-4689","email_id":"Mariela.McLaughlin@hotmail.com","dop":"2025-04-06","serial_number":"12915115221935","imei1":"12915115221935","imei2":"12915115221935","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165221,"job_number":"JOB_165221","tr_customer_id":165238,"tr_customer_product_id":165228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:04.000Z","modified_at":"2026-01-24T03:47:38.000Z","name":"Ryann Romaguera","mobile_number":"419-395-6523","email_id":"Thora.Kirlin@gmail.com","dop":"2025-04-06","serial_number":"14447140594622","imei1":"14447140594622","imei2":"14447140594622","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165219,"job_number":"JOB_165219","tr_customer_id":165236,"tr_customer_product_id":165226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:55.000Z","modified_at":"2026-01-24T03:47:29.000Z","name":"Karlee Rempel","mobile_number":"985-431-9206","email_id":"Carli71@hotmail.com","dop":"2025-04-06","serial_number":"12841736426590","imei1":"12841736426590","imei2":"12841736426590","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165216,"job_number":"JOB_165216","tr_customer_id":165233,"tr_customer_product_id":165223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:53.000Z","modified_at":"2026-01-24T03:47:29.000Z","name":"Ursula Lakin","mobile_number":"696-974-4969","email_id":"Russel_Prohaska85@gmail.com","dop":"2025-04-06","serial_number":"15909922008324","imei1":"15909922008324","imei2":"15909922008324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165214,"job_number":"JOB_165214","tr_customer_id":165231,"tr_customer_product_id":165221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:51.000Z","modified_at":"2026-01-24T03:47:27.000Z","name":"Alfred Williamson","mobile_number":"489-359-7036","email_id":"Marley12@gmail.com","dop":"2025-04-06","serial_number":"11260948827689","imei1":"11260948827689","imei2":"11260948827689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165211,"job_number":"JOB_165211","tr_customer_id":165228,"tr_customer_product_id":165218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:49.000Z","modified_at":"2026-01-24T03:47:23.000Z","name":"Donato Balistreri","mobile_number":"979-678-7990","email_id":"Emma20@yahoo.com","dop":"2025-06-18","serial_number":"10769688366220","imei1":"10769688366220","imei2":"10769688366220","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165208,"job_number":"JOB_165208","tr_customer_id":165225,"tr_customer_product_id":165215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:46.000Z","modified_at":"2026-01-24T03:47:22.000Z","name":"Arvid Langosh","mobile_number":"507-835-9223","email_id":"Freddie.Conroy89@hotmail.com","dop":"2025-04-06","serial_number":"12680589231953","imei1":"12680589231953","imei2":"12680589231953","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165203,"job_number":"JOB_165203","tr_customer_id":165220,"tr_customer_product_id":165210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:28.000Z","modified_at":"2026-01-24T03:47:03.000Z","name":"Kasandra Lakin","mobile_number":"610-278-8319","email_id":"Catherine_McKenzie20@hotmail.com","dop":"2025-04-06","serial_number":"16245445778918","imei1":"16245445778918","imei2":"16245445778918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165200,"job_number":"JOB_165200","tr_customer_id":165217,"tr_customer_product_id":165207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:15.000Z","modified_at":"2026-01-24T03:46:49.000Z","name":"Janessa Lang","mobile_number":"636-502-3354","email_id":"Alford.Koepp77@yahoo.com","dop":"2025-04-06","serial_number":"18282570152671","imei1":"18282570152671","imei2":"18282570152671","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:46:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165199,"job_number":"JOB_165199","tr_customer_id":165216,"tr_customer_product_id":165206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:05.000Z","modified_at":"2026-01-24T03:46:13.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"78408771303540","imei1":"78408771303540","imei2":"78408771303540","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:46:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165197,"job_number":"JOB_165197","tr_customer_id":165214,"tr_customer_product_id":165204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:03.000Z","modified_at":"2026-01-24T03:46:39.000Z","name":"Mona Gulgowski","mobile_number":"553-969-1357","email_id":"Jaqueline97@gmail.com","dop":"2025-04-06","serial_number":"10594313299913","imei1":"10594313299913","imei2":"10594313299913","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:46:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165194,"job_number":"JOB_165194","tr_customer_id":165211,"tr_customer_product_id":165201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:45:54.000Z","modified_at":"2026-01-24T03:46:30.000Z","name":"Mathilde Terry","mobile_number":"874-239-5346","email_id":"Nelson.Beatty4@hotmail.com","dop":"2025-04-06","serial_number":"17648778917670","imei1":"17648778917670","imei2":"17648778917670","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:46:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165193,"job_number":"JOB_165193","tr_customer_id":165210,"tr_customer_product_id":165200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:45:54.000Z","modified_at":"2026-01-24T03:46:02.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"105816843894228","imei1":"105816843894228","imei2":"105816843894228","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:46:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165377,"job_number":"JOB_165377","tr_customer_id":165394,"tr_customer_product_id":165384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:29.000Z","modified_at":"2026-01-24T03:57:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"94153004613839","imei1":"94153004613839","imei2":"94153004613839","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165370,"job_number":"JOB_165370","tr_customer_id":165387,"tr_customer_product_id":165377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:00.000Z","modified_at":"2026-01-24T03:57:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20155290712716","imei1":"20155290712716","imei2":"20155290712716","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165363,"job_number":"JOB_165363","tr_customer_id":165380,"tr_customer_product_id":165370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:30.000Z","modified_at":"2026-01-24T03:56:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62267676982266","imei1":"62267676982266","imei2":"62267676982266","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:56:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165348,"job_number":"JOB_165348","tr_customer_id":165365,"tr_customer_product_id":165355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:39.000Z","modified_at":"2026-01-24T03:50:16.000Z","name":"Vernon Streich","mobile_number":"710-415-8052","email_id":"Dewayne_Hintz@yahoo.com","dop":"2000-01-31","serial_number":"10203852130749","imei1":"10203852130749","imei2":"10203852130749","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165324,"job_number":"JOB_165324","tr_customer_id":165341,"tr_customer_product_id":165331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:56.000Z","modified_at":"2026-01-24T03:49:32.000Z","name":"Catherine Howell","mobile_number":"946-827-9177","email_id":"Geoffrey34@hotmail.com","dop":"2000-01-31","serial_number":"10720153211243","imei1":"10720153211243","imei2":"10720153211243","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165275,"job_number":"JOB_165275","tr_customer_id":165292,"tr_customer_product_id":165282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:12.000Z","modified_at":"2026-01-24T03:48:48.000Z","name":"Cesar Hessel","mobile_number":"805-359-5121","email_id":"Luisa.King@hotmail.com","dop":"2000-01-31","serial_number":"10800688240996","imei1":"10800688240996","imei2":"10800688240996","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165237,"job_number":"JOB_165237","tr_customer_id":165254,"tr_customer_product_id":165244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:28.000Z","modified_at":"2026-01-24T03:48:05.000Z","name":"Mafalda Buckridge","mobile_number":"402-319-0830","email_id":"Erica.Mitchell63@hotmail.com","dop":"2000-01-31","serial_number":"10676331148815","imei1":"10676331148815","imei2":"10676331148815","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165329,"job_number":"JOB_165329","tr_customer_id":165346,"tr_customer_product_id":165336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:03.000Z","modified_at":"2026-01-24T03:49:13.000Z","name":"Jeremy Sipes","mobile_number":"227-267-5955","email_id":"Ronny_Runolfsson@gmail.com","dop":"2025-06-09","serial_number":"106901663804755","imei1":"106901663804755","imei2":"106901663804755","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165317,"job_number":"JOB_165317","tr_customer_id":165334,"tr_customer_product_id":165324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:49.000Z","modified_at":"2026-01-24T03:48:59.000Z","name":"Ayden Lemke","mobile_number":"849-844-6427","email_id":"Lonie.Boyer56@gmail.com","dop":"2025-06-09","serial_number":"103681522946978","imei1":"103681522946978","imei2":"103681522946978","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165301,"job_number":"JOB_165301","tr_customer_id":165318,"tr_customer_product_id":165308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:34.000Z","modified_at":"2026-01-24T03:48:44.000Z","name":"Rosario Glover","mobile_number":"698-957-2587","email_id":"Coy.Ullrich@yahoo.com","dop":"2025-06-09","serial_number":"102060254844036","imei1":"102060254844036","imei2":"102060254844036","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165283,"job_number":"JOB_165283","tr_customer_id":165300,"tr_customer_product_id":165290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:15.000Z","modified_at":"2026-01-24T03:48:38.000Z","name":"Sidney Gorczany","mobile_number":"843-718-8642","email_id":"Loren.Rutherford@gmail.com","dop":"2025-10-01","serial_number":"17465372921200","imei1":"17465372921200","imei2":"17465372921200","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165206,"job_number":"JOB_165206","tr_customer_id":165223,"tr_customer_product_id":165213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:44.000Z","modified_at":"2026-01-24T03:46:53.000Z","name":"giyu tomiaka","mobile_number":"561-723-8475","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"314337953635339","imei1":"314337953635339","imei2":"314337953635339","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165205,"job_number":"JOB_165205","tr_customer_id":165222,"tr_customer_product_id":165212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:34.000Z","modified_at":"2026-01-24T03:46:42.000Z","name":"tanjiro kamado","mobile_number":"543-953-8544","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"146865443942739","imei1":"146865443942739","imei2":"146865443942739","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:46:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165202,"job_number":"JOB_165202","tr_customer_id":165219,"tr_customer_product_id":165209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:23.000Z","modified_at":"2026-01-24T03:46:32.000Z","name":"saitama sensei","mobile_number":"542-753-2083","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"971924464190361","imei1":"971924464190361","imei2":"971924464190361","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:46:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 545ms
Mean size per request: 1.97KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTIzNTI1MH0.-NmSg3DeQkRQPQO0CLjJUo_XyLy3WNj5mmS3Y22He5Q
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 63fffad9-a82b-4593-9605-c719af089d87
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7e5-ocL5GHp2dbvbRklEh8K0Q38H9W0"
Vary Accept-Encoding
Content-Encoding gzip
Date Sat, 24 Jan 2026 06:14:11 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":165429,"job_number":"JOB_165429","tr_customer_id":165446,"tr_customer_product_id":165436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:35:28.000Z","modified_at":"2026-01-24T04:38:46.000Z","name":"Morris Russel","mobile_number":"496-675-7604","email_id":"Antonietta.Kuvalis@hotmail.com","dop":"2026-01-04","serial_number":"10544966715126","imei1":"10544966715126","imei2":"10544966715126","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-24T04:38:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":165564,"job_number":"JOB_165564","tr_customer_id":165581,"tr_customer_product_id":165571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T06:14:03.000Z","modified_at":"2026-01-24T06:14:10.000Z","name":"Jairo Gerhold","mobile_number":"969-391-0112","email_id":"Darwin14@yahoo.com","dop":"2025-11-04","serial_number":"87652544601848","imei1":"87652544601848","imei2":"87652544601848","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-24T06:14:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 235ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTIzNTI1MH0.-NmSg3DeQkRQPQO0CLjJUo_XyLy3WNj5mmS3Y22He5Q
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f07d0de4-8362-4755-ac9c-06a2be733b3e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 165564
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:12 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 551ms
Mean size per request: 1.01KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTIzNTI1MH0.-NmSg3DeQkRQPQO0CLjJUo_XyLy3WNj5mmS3Y22He5Q
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3110d556-6666-4329-a2e2-fcd5414f956e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"40a-Vgl5f39GHz31yteDia+UqG/T0rY"
Vary Accept-Encoding
Content-Encoding gzip
Date Sat, 24 Jan 2026 06:14:12 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":165429,"job_number":"JOB_165429","tr_customer_id":165446,"tr_customer_product_id":165436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:35:28.000Z","modified_at":"2026-01-24T04:38:46.000Z","name":"Morris Russel","mobile_number":"496-675-7604","email_id":"Antonietta.Kuvalis@hotmail.com","dop":"2026-01-04","serial_number":"10544966715126","imei1":"10544966715126","imei2":"10544966715126","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-24T04:38:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 230ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1b440a7f-1cc9-4f53-8473-960dd602751c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 42
Request Body
{"username":"iamfd","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-tBQJn1fc/aeSbcqhGpntRNbkaBE"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:13 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNTN9.ZYaMZpxZ1mtC7OeWoVeW_i8esLMk5ydG8TwIcUbZTSs"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 231ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyMzl9.G_240OxuAxBE83FoES8iY1qEO2hsAbUR3ICBSURtvMM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a6bdfa5f-4a1c-4da2-b648-f8d30df4226c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:13 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 253ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyMzl9.G_240OxuAxBE83FoES8iY1qEO2hsAbUR3ICBSURtvMM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9e2baa0d-8d97-44ea-b60e-6f6523f813a9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-Cc/eVSdEkDPcyb7or5DfvIdYnOo"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:13 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":2},{"label":"Created today","key":"created_today","count":376},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 248ms
Mean size per request: 1.94KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyMzl9.G_240OxuAxBE83FoES8iY1qEO2hsAbUR3ICBSURtvMM
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ae8ae0a1-8df2-4ffe-9cf9-cacb3df205ad
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7c4-WtcMUZhinK3RF2bgXDBOEnA6rQ4"
Vary Accept-Encoding
Content-Encoding gzip
Date Sat, 24 Jan 2026 06:14:13 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":165380,"job_number":"JOB_165380","tr_customer_id":165397,"tr_customer_product_id":165387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:21:44.000Z","modified_at":"2026-01-24T04:37:53.000Z","name":"Kraig Mayert","mobile_number":"891-347-5577","email_id":"Berta5@gmail.com","dop":"2026-01-04","serial_number":"14536486101644","imei1":"14536486101644","imei2":"14536486101644","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-24T04:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165564,"job_number":"JOB_165564","tr_customer_id":165581,"tr_customer_product_id":165571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T06:14:03.000Z","modified_at":"2026-01-24T06:14:12.000Z","name":"Jairo Gerhold","mobile_number":"969-391-0112","email_id":"Darwin14@yahoo.com","dop":"2025-11-04","serial_number":"87652544601848","imei1":"87652544601848","imei2":"87652544601848","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-24T06:14:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 246ms
Mean size per request: 1.94KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyMzl9.G_240OxuAxBE83FoES8iY1qEO2hsAbUR3ICBSURtvMM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7eee3406-fc5a-4e0a-a28d-e98abac58d30
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7c4-WtcMUZhinK3RF2bgXDBOEnA6rQ4"
Vary Accept-Encoding
Content-Encoding gzip
Date Sat, 24 Jan 2026 06:14:14 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":165380,"job_number":"JOB_165380","tr_customer_id":165397,"tr_customer_product_id":165387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:21:44.000Z","modified_at":"2026-01-24T04:37:53.000Z","name":"Kraig Mayert","mobile_number":"891-347-5577","email_id":"Berta5@gmail.com","dop":"2026-01-04","serial_number":"14536486101644","imei1":"14536486101644","imei2":"14536486101644","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-24T04:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165564,"job_number":"JOB_165564","tr_customer_id":165581,"tr_customer_product_id":165571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T06:14:03.000Z","modified_at":"2026-01-24T06:14:12.000Z","name":"Jairo Gerhold","mobile_number":"969-391-0112","email_id":"Darwin14@yahoo.com","dop":"2025-11-04","serial_number":"87652544601848","imei1":"87652544601848","imei2":"87652544601848","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-24T06:14:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 240ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyMzl9.G_240OxuAxBE83FoES8iY1qEO2hsAbUR3ICBSURtvMM
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 38daeead-2083-4838-adb9-f264715e41df
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 165564
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:14 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_98100"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 253ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyMzl9.G_240OxuAxBE83FoES8iY1qEO2hsAbUR3ICBSURtvMM
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cb493c5d-cd15-4543-bb7d-66de6f7fe333
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{"searchText":"JOB_98100"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:14 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/165564
Response Information
Response Code: 200 - OK
Mean time per request: 253ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyMzl9.G_240OxuAxBE83FoES8iY1qEO2hsAbUR3ICBSURtvMM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 61d4991f-0415-439d-9f1e-39f726aecd56
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:14 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Information
Request Method: GET
Request URL:
Response Information
Response Code: -
Mean time per request: 0ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Response Headers
Response Body
No Response Body for this request
Test Information
No Tests for this request
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 230ms
Mean size per request: 690B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Nibriti
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 60948ac0-2b8b-4002-a5fd-02224629a339
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-bU7rdX1JFCwL4QU8ob6ESuoEj/g"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:15 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNTV9.t1S9f0tJJu0tCwKQJTFgjXi20rg2X8D2jHzqZYMRSzU"}}
Test Information
NamePassedFailedSkipped
Verify if the status code is 200 1 0 0
Verify that message should be 'Success' 1 0 0
Verify that token shoukd be valid 1 0 0
Verify JSON Success 1 0 0
Verify the resposne time is below 400ms 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 232ms
Mean size per request: 111B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Nibriti
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 59f47a49-fdc9-423f-82b5-788cea599586
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 71
Request Body
{
            "username": "{{invalidusername}}",
            "password": "Pass123"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:15 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 401
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 229ms
Mean size per request: 98B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Nibriti
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5bed2213-6986-49b5-aac2-727407cda37d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "username": "",
            "password": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:15 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 400
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 230ms
Mean size per request: 438B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNTV9.t1S9f0tJJu0tCwKQJTFgjXi20rg2X8D2jHzqZYMRSzU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 09b4b40c-9d55-4d64-871c-313cb568b024
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:15 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Verify if status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify the response tine is below 400ms 1 0 0
Verify user data is present in response 1 0 0
Verify JSON Response Schema 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 231ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNTV9.t1S9f0tJJu0tCwKQJTFgjXi20rg2X8D2jHzqZYMRSzU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9c4a0292-4eb3-4b5b-a323-6f0561fcc347
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:16 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Security:Veirfy if passowrd field is not present in the response 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Security:Veirfy if passowrd field is not present in the response
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 228ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNTV9.t1S9f0tJJu0tCwKQJTFgjXi20rg2X8D2jHzqZYMRSzU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c54c3517-e9b8-48f8-8ff9-46d729750916
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:16 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 251ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNTV9.t1S9f0tJJu0tCwKQJTFgjXi20rg2X8D2jHzqZYMRSzU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4f2a7c9a-96f7-47b9-8bf9-d83b1c8abe25
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-I68BchGfTQE5krcV5XgHcVU9YfE"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:16 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":376},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify that status code is 200 1 0 0
Verify that response time is below 500ms 1 0 0
Verify if response message is success 1 0 0
Verify JSON Schema 1 0 0
Verify if the length of the data array is 3 1 0 0
Verify if the keys are present in response data Array 1 0 0
Verify if the count for the Json object Pending for delivery is Number or not 1 0 0
Verify if the count for the Json object Created today is Number or not 1 0 0
Verify if the count for the Json object Pending for FST assignment is Number or not 1 0 0
Total 9 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 228ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNTV9.t1S9f0tJJu0tCwKQJTFgjXi20rg2X8D2jHzqZYMRSzU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2b0312cc-2b02-4082-8a82-2c4eb60560f6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:16 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 262ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNTV9.t1S9f0tJJu0tCwKQJTFgjXi20rg2X8D2jHzqZYMRSzU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 623d61e6-83e5-4682-824d-51668cf5dabf
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-I68BchGfTQE5krcV5XgHcVU9YfE"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:17 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":376},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 239ms
Mean size per request: 10.53KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNTV9.t1S9f0tJJu0tCwKQJTFgjXi20rg2X8D2jHzqZYMRSzU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 923ac5fc-f038-40cc-b114-ca2b12296c94
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Sat, 24 Jan 2026 06:14:17 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify if the key mst_oem is present in the response body 1 0 0
Verify if the key mst_model is present in the response body 1 0 0
Verify if the key mst_action_status is present in the response body 1 0 0
Verify if the key mst_warrenty_status is present in the response body 1 0 0
Verify if the key mst_product is present in the response body 1 0 0
Verify if the key mst_role is present in the response body 1 0 0
Verify if the key mst_service_location is present in the response body 1 0 0
Verify if the key mst_problem is present in the response body 1 0 0
Verify if the key map_fst_pincode is present in the response body 1 0 0
Verify if the key is storing a non empty array 1 0 0
Total 14 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 227ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNTV9.t1S9f0tJJu0tCwKQJTFgjXi20rg2X8D2jHzqZYMRSzU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 125ccaa9-bfd7-48d8-a441-ffe684465fed
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:17 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 10.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNTV9.t1S9f0tJJu0tCwKQJTFgjXi20rg2X8D2jHzqZYMRSzU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f804e6b2-071d-413f-95d5-0b7166355c4a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Sat, 24 Jan 2026 06:14:17 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 441ms
Mean size per request: 233B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNTV9.t1S9f0tJJu0tCwKQJTFgjXi20rg2X8D2jHzqZYMRSzU
randomnumber 572
randomFirstName Jermain
randomLastName O'Connell
randomEmail Jerel71@yahoo.com
randomPhone 478-644-4739
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1254bccb-d1d5-44b2-bd78-1cc6f37e4bf5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1058
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Gertrude",
                "last_name": "Brown",
                "mobile_number": "911-718-6603",
                "mobile_number_alt": "",
                "email_id": "Trever_Reichert66@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"45886525775194",
                "imei1": "45886525775194",
                "imei2": "45886525775194",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-tTVnIEERLL1q4Pc/xMM0QULDlgM"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:18 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":165565,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":165582,"tr_customer_product_id":165572,"job_number":"JOB_165565"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is Job Created Successfully 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify that id is present in the response data 1 0 0
Verify that mst_service_location_id is present in the response data 1 0 0
Verify that mst_platform_id is present in the response data 1 0 0
Verify that mst_warrenty_status_id is present in the response data 1 0 0
Verify that mst_oem_id is present in the response data 1 0 0
Verify that tr_customer_id is present in the response data 1 0 0
Verify that tr_customer_product_id is present in the response data 1 0 0
Verify that job_number is present in the response data 1 0 0
Verify job_number starts with JOB_ 1 0 0
Total 13 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 228ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNTV9.t1S9f0tJJu0tCwKQJTFgjXi20rg2X8D2jHzqZYMRSzU
randomnumber 743
randomFirstName Lloyd
randomLastName Wuckert
randomEmail Michele54@gmail.com
randomPhone 371-318-3082
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cb36c648-e24c-4567-931c-418c539bd4bd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1051
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Destinee",
                "last_name": "Pagac",
                "mobile_number": "409-772-0565",
                "mobile_number_alt": "",
                "email_id": "Edwin.Rowe@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"83893215728960",
                "imei1": "83893215728960",
                "imei2": "83893215728960",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:18 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 403 - Forbidden
Mean time per request: 230ms
Mean size per request: 100B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNDZ9.zsYYM23y1f5oYalUys-DNbAbeRacj_lR1MYDqdPgnlc
randomnumber 612
randomFirstName Marjorie
randomLastName Trantow
randomEmail Alisha.Little40@gmail.com
randomPhone 206-383-5387
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 81894cef-6347-4b1d-b085-2130e25fd051
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1055
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Elvie",
                "last_name": "Reinger",
                "mobile_number": "819-783-3888",
                "mobile_number_alt": "",
                "email_id": "Curt_Dietrich84@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"43369323639401",
                "imei1": "43369323639401",
                "imei2": "43369323639401",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 100
ETag W/"64-Xjpp+ImmLdm0l7V0Jeu5bjN/7P4"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:18 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":403,"message":"Permission denied","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 403 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 228ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNTV9.t1S9f0tJJu0tCwKQJTFgjXi20rg2X8D2jHzqZYMRSzU
randomnumber 144
randomFirstName Abelardo
randomLastName Mohr
randomEmail Stewart.Lakin@hotmail.com
randomPhone 290-497-5186
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 648d14fb-2222-46d3-99ba-e5a88812b58d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:19 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 229ms
Mean size per request: 143B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNTV9.t1S9f0tJJu0tCwKQJTFgjXi20rg2X8D2jHzqZYMRSzU
randomnumber 243
randomFirstName Ashtyn
randomLastName Kerluke
randomEmail Candido76@hotmail.com
randomPhone 265-203-9666
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2083fe18-3d63-4d38-a9f6-bcb87bff8607
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1046
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Kimberly",
                "last_name": "Hamill",
                "mobile_number": "900-211-4930",
                "mobile_number_alt": "",
                "email_id": "Domingo_Rosenbaum@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"100000640",
                "imei1": "100000640",
                "imei2": "100000640",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:19 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 400
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 227ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNTV9.t1S9f0tJJu0tCwKQJTFgjXi20rg2X8D2jHzqZYMRSzU
randomnumber 502
randomFirstName Austyn
randomLastName Keebler
randomEmail Brooke_Barrows68@yahoo.com
randomPhone 612-767-6031
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1326df1b-5079-47c2-9fd7-73dd2d0d2748
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:19 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 356ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNTV9.t1S9f0tJJu0tCwKQJTFgjXi20rg2X8D2jHzqZYMRSzU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 83413b66-2e0a-434b-bee7-1b6418bd6689
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-XTrIv14oGV39u9joXPbBTuDkyM0"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:20 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":377},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Check if the count for the created jobs today is greater than the old value 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Check if the count for the created jobs today is greater than the old value
the argument to above must be a number
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 875ms
Mean size per request: 366.86KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNTV9.t1S9f0tJJu0tCwKQJTFgjXi20rg2X8D2jHzqZYMRSzU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9dcf956a-5ae4-4451-b453-c71a6e65a0db
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"5bb72-nwhLArFTEiV7fBzN0XBIvHgAJMc"
Vary Accept-Encoding
Content-Encoding gzip
Date Sat, 24 Jan 2026 06:14:20 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":165563,"job_number":"JOB_165563","tr_customer_id":165580,"tr_customer_product_id":165570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:52:55.000Z","modified_at":"2026-01-24T05:52:55.000Z","name":"Kole Schaefer","mobile_number":"544-654-4911","email_id":"Oceane99@yahoo.com","dop":"2025-10-22","serial_number":"1018868188432210","imei1":"1018868188432210","imei2":"1018868188432210","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:52:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165562,"job_number":"JOB_165562","tr_customer_id":165579,"tr_customer_product_id":165569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:52:54.000Z","modified_at":"2026-01-24T05:53:20.000Z","name":"Henry Hermann","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"134171379839264","imei1":"134171379839264","imei2":"134171379839264","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T05:53:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165561,"job_number":"JOB_165561","tr_customer_id":165578,"tr_customer_product_id":165568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:52:54.000Z","modified_at":"2026-01-24T05:52:54.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"168531571654591","imei1":"168531571654591","imei2":"168531571654591","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:52:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165560,"job_number":"JOB_165560","tr_customer_id":165577,"tr_customer_product_id":165567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:52:25.000Z","modified_at":"2026-01-24T05:52:25.000Z","name":"Dana Hagenes","mobile_number":"787-319-9331","email_id":"Isaias_Nitzsche0@yahoo.com","dop":"2025-10-22","serial_number":"1078833725844029","imei1":"1078833725844029","imei2":"1078833725844029","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:52:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165559,"job_number":"JOB_165559","tr_customer_id":165576,"tr_customer_product_id":165566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:52:24.000Z","modified_at":"2026-01-24T05:52:49.000Z","name":"Nelda Harber","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"172926269145155","imei1":"172926269145155","imei2":"172926269145155","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T05:52:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165558,"job_number":"JOB_165558","tr_customer_id":165575,"tr_customer_product_id":165565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:52:23.000Z","modified_at":"2026-01-24T05:52:23.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"146360252603744","imei1":"146360252603744","imei2":"146360252603744","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:52:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165557,"job_number":"JOB_165557","tr_customer_id":165574,"tr_customer_product_id":165564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:51:54.000Z","modified_at":"2026-01-24T05:51:54.000Z","name":"Hoyt Nitzsche","mobile_number":"655-985-3501","email_id":"Hillard92@gmail.com","dop":"2025-10-22","serial_number":"1047161158945245","imei1":"1047161158945245","imei2":"1047161158945245","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:51:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165556,"job_number":"JOB_165556","tr_customer_id":165573,"tr_customer_product_id":165563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:51:53.000Z","modified_at":"2026-01-24T05:52:19.000Z","name":"Maida Dicki","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"103894538511916","imei1":"103894538511916","imei2":"103894538511916","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T05:52:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165555,"job_number":"JOB_165555","tr_customer_id":165572,"tr_customer_product_id":165562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:51:53.000Z","modified_at":"2026-01-24T05:51:53.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"129845718761150","imei1":"129845718761150","imei2":"129845718761150","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:51:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165554,"job_number":"JOB_165554","tr_customer_id":165571,"tr_customer_product_id":165561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:50:29.000Z","modified_at":"2026-01-24T05:50:29.000Z","name":"Aasa Sinha","mobile_number":"9880206044","email_id":"harita.kaur@hotmail.com","dop":"2026-01-14","serial_number":"442066434917601","imei1":"442066434917601","imei2":"442066434917601","popurl":"www.vimala-mehrotra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165553,"job_number":"JOB_165553","tr_customer_id":165570,"tr_customer_product_id":165560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:50:29.000Z","modified_at":"2026-01-24T05:50:29.000Z","name":"Sarisha Embranthiri","mobile_number":"9823486458","email_id":"drona.johar@gmail.com","dop":"2026-01-14","serial_number":"636410102838021","imei1":"636410102838021","imei2":"636410102838021","popurl":"www.swami-ganaka.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165552,"job_number":"JOB_165552","tr_customer_id":165569,"tr_customer_product_id":165559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:50:29.000Z","modified_at":"2026-01-24T05:50:29.000Z","name":"Gemini Khanna","mobile_number":"9820323259","email_id":"elakshi.tandon@hotmail.com","dop":"2026-01-14","serial_number":"435617254289810","imei1":"435617254289810","imei2":"435617254289810","popurl":"www.gajbaahu-jha.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165551,"job_number":"JOB_165551","tr_customer_id":165568,"tr_customer_product_id":165558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:50:29.000Z","modified_at":"2026-01-24T05:50:29.000Z","name":"Vasudev Reddy","mobile_number":"9876514123","email_id":"bhasvan.namboothiri@hotmail.com","dop":"2026-01-14","serial_number":"348553023139561","imei1":"348553023139561","imei2":"348553023139561","popurl":"www.sarada-bharadwaj.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165550,"job_number":"JOB_165550","tr_customer_id":165567,"tr_customer_product_id":165557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:50:29.000Z","modified_at":"2026-01-24T05:50:29.000Z","name":"Adikavi Rana","mobile_number":"9863846503","email_id":"dhyanesh.chaturvedi@gmail.com","dop":"2026-01-14","serial_number":"006354475895247","imei1":"006354475895247","imei2":"006354475895247","popurl":"www.amarnath-trivedi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165549,"job_number":"JOB_165549","tr_customer_id":165566,"tr_customer_product_id":165556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:37:54.000Z","modified_at":"2026-01-24T05:37:54.000Z","name":"Claude Padberg","mobile_number":"904-246-4684","email_id":"Noemie_VonRueden@hotmail.com","dop":"2025-10-22","serial_number":"192694850891085","imei1":"192694850891085","imei2":"192694850891085","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:37:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165548,"job_number":"JOB_165548","tr_customer_id":165565,"tr_customer_product_id":165555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:35:05.000Z","modified_at":"2026-01-24T05:35:05.000Z","name":"Madyson Bernier","mobile_number":"287-737-8658","email_id":"Ava52@gmail.com","dop":"2025-10-22","serial_number":"1002866380221851","imei1":"1002866380221851","imei2":"1002866380221851","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:35:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165547,"job_number":"JOB_165547","tr_customer_id":165564,"tr_customer_product_id":165554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:35:04.000Z","modified_at":"2026-01-24T05:35:04.000Z","name":"Lily Lueilwitz","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"156671772539565","imei1":"156671772539565","imei2":"156671772539565","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:35:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165546,"job_number":"JOB_165546","tr_customer_id":165563,"tr_customer_product_id":165553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:35:04.000Z","modified_at":"2026-01-24T05:35:04.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"105673378191273","imei1":"105673378191273","imei2":"105673378191273","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:35:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165545,"job_number":"JOB_165545","tr_customer_id":165562,"tr_customer_product_id":165552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:58.000Z","modified_at":"2026-01-24T05:34:58.000Z","name":"Rocio Hilll","mobile_number":"537-883-5068","email_id":"Burnice.Hoppe@yahoo.com","dop":"2025-10-22","serial_number":"1094531615442012","imei1":"1094531615442012","imei2":"1094531615442012","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165544,"job_number":"JOB_165544","tr_customer_id":165561,"tr_customer_product_id":165551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:57.000Z","modified_at":"2026-01-24T05:34:57.000Z","name":"Betty D'Amore","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"146922063765981","imei1":"146922063765981","imei2":"146922063765981","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165543,"job_number":"JOB_165543","tr_customer_id":165560,"tr_customer_product_id":165550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:57.000Z","modified_at":"2026-01-24T05:34:57.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"193448228733416","imei1":"193448228733416","imei2":"193448228733416","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165542,"job_number":"JOB_165542","tr_customer_id":165559,"tr_customer_product_id":165549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:52.000Z","modified_at":"2026-01-24T05:34:52.000Z","name":"Lavonne Block","mobile_number":"518-257-3646","email_id":"Lynn35@gmail.com","dop":"2025-10-22","serial_number":"1025170319562993","imei1":"1025170319562993","imei2":"1025170319562993","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165541,"job_number":"JOB_165541","tr_customer_id":165558,"tr_customer_product_id":165548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:50.000Z","modified_at":"2026-01-24T05:34:50.000Z","name":"Delta Parisian","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"102818797041315","imei1":"102818797041315","imei2":"102818797041315","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165540,"job_number":"JOB_165540","tr_customer_id":165557,"tr_customer_product_id":165547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:50.000Z","modified_at":"2026-01-24T05:34:50.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"115350151478709","imei1":"115350151478709","imei2":"115350151478709","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165539,"job_number":"JOB_165539","tr_customer_id":165556,"tr_customer_product_id":165546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Shreya Achari","mobile_number":"9852686863","email_id":"harita.mehra@yahoo.co.in","dop":"2026-01-14","serial_number":"934084886103175","imei1":"934084886103175","imei2":"934084886103175","popurl":"www.nalini-arora.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165538,"job_number":"JOB_165538","tr_customer_id":165555,"tr_customer_product_id":165545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Dipankar Joshi","mobile_number":"9869496528","email_id":"bhamini.butt@hotmail.com","dop":"2026-01-14","serial_number":"978719750927855","imei1":"978719750927855","imei2":"978719750927855","popurl":"www.aaryan-nayar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165537,"job_number":"JOB_165537","tr_customer_id":165554,"tr_customer_product_id":165544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Devak Varrier","mobile_number":"9881768271","email_id":"gotum.patil@gmail.com","dop":"2026-01-14","serial_number":"922851835771685","imei1":"922851835771685","imei2":"922851835771685","popurl":"www.madhuri-rana.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165536,"job_number":"JOB_165536","tr_customer_id":165553,"tr_customer_product_id":165543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Heema Chaturvedi","mobile_number":"9898867320","email_id":"akshata.butt@yahoo.co.in","dop":"2026-01-14","serial_number":"911403431663804","imei1":"911403431663804","imei2":"911403431663804","popurl":"www.kanchan-guha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165535,"job_number":"JOB_165535","tr_customer_id":165552,"tr_customer_product_id":165542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Swami Namboothiri","mobile_number":"9804432430","email_id":"brajendra.banerjee@gmail.com","dop":"2026-01-14","serial_number":"464402238925487","imei1":"464402238925487","imei2":"464402238925487","popurl":"www.manisha-mishra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165534,"job_number":"JOB_165534","tr_customer_id":165551,"tr_customer_product_id":165541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Rajendra Guha","mobile_number":"9817778785","email_id":"deepan.kaniyar@hotmail.com","dop":"2026-01-14","serial_number":"869531702641326","imei1":"869531702641326","imei2":"869531702641326","popurl":"www.kannan-varma.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165533,"job_number":"JOB_165533","tr_customer_id":165550,"tr_customer_product_id":165540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Vasudeva Kapoor","mobile_number":"9893831129","email_id":"jagmeet.desai@hotmail.com","dop":"2026-01-14","serial_number":"088185609299585","imei1":"088185609299585","imei2":"088185609299585","popurl":"www.aditeya-ahluwalia.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165532,"job_number":"JOB_165532","tr_customer_id":165549,"tr_customer_product_id":165539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Hamsini Somayaji","mobile_number":"9852495771","email_id":"chandramani.varma@yahoo.co.in","dop":"2026-01-14","serial_number":"222785283755671","imei1":"222785283755671","imei2":"222785283755671","popurl":"www.dharitri-nair.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165531,"job_number":"JOB_165531","tr_customer_id":165548,"tr_customer_product_id":165538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Udit Gupta","mobile_number":"9861047664","email_id":"vasundhara.mishra@gmail.com","dop":"2026-01-14","serial_number":"387938117654240","imei1":"387938117654240","imei2":"387938117654240","popurl":"www.bhargava-butt.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165530,"job_number":"JOB_165530","tr_customer_id":165547,"tr_customer_product_id":165537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Lal Dubashi","mobile_number":"9800595022","email_id":"buddhana.menon@hotmail.com","dop":"2026-01-14","serial_number":"683839499678452","imei1":"683839499678452","imei2":"683839499678452","popurl":"www.ajeet-bharadwaj.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165529,"job_number":"JOB_165529","tr_customer_id":165546,"tr_customer_product_id":165536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Dhruv Pothuvaal","mobile_number":"9875674480","email_id":"buddhana.desai@gmail.com","dop":"2026-01-14","serial_number":"056023541529509","imei1":"056023541529509","imei2":"056023541529509","popurl":"www.devajyoti-mishra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165528,"job_number":"JOB_165528","tr_customer_id":165545,"tr_customer_product_id":165535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Kanishka Bandopadhyay","mobile_number":"9835769297","email_id":"chinmayananda.panicker@yahoo.co.in","dop":"2026-01-14","serial_number":"553189197209310","imei1":"553189197209310","imei2":"553189197209310","popurl":"www.aadrika-varman.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165527,"job_number":"JOB_165527","tr_customer_id":165544,"tr_customer_product_id":165534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Dipendra Kapoor","mobile_number":"9885444505","email_id":"trilok.talwar@hotmail.com","dop":"2026-01-14","serial_number":"519175413184888","imei1":"519175413184888","imei2":"519175413184888","popurl":"www.leela-butt.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165526,"job_number":"JOB_165526","tr_customer_id":165543,"tr_customer_product_id":165533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Dhanapati Menon","mobile_number":"9873628664","email_id":"purnima.khan@hotmail.com","dop":"2026-01-14","serial_number":"258618669318153","imei1":"258618669318153","imei2":"258618669318153","popurl":"www.deeptanshu-varrier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165525,"job_number":"JOB_165525","tr_customer_id":165542,"tr_customer_product_id":165532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Dharmaketu Chaturvedi","mobile_number":"9815792228","email_id":"bhaanumati.ahluwalia@yahoo.co.in","dop":"2026-01-14","serial_number":"823603721607594","imei1":"823603721607594","imei2":"823603721607594","popurl":"www.aatmaj-tagore.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165524,"job_number":"JOB_165524","tr_customer_id":165541,"tr_customer_product_id":165531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Atreyee Khan","mobile_number":"9870091964","email_id":"darshwana.agarwal@yahoo.co.in","dop":"2026-01-14","serial_number":"140305443845836","imei1":"140305443845836","imei2":"140305443845836","popurl":"www.ravi-menon.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165523,"job_number":"JOB_165523","tr_customer_id":165540,"tr_customer_product_id":165530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Chandan Ganaka","mobile_number":"9863294766","email_id":"radha.achari@yahoo.co.in","dop":"2026-01-14","serial_number":"138667987754520","imei1":"138667987754520","imei2":"138667987754520","popurl":"www.opaline-bhattathiri.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165522,"job_number":"JOB_165522","tr_customer_id":165539,"tr_customer_product_id":165529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Anuja Trivedi","mobile_number":"9884869817","email_id":"devi.menon@hotmail.com","dop":"2026-01-14","serial_number":"072582943030677","imei1":"072582943030677","imei2":"072582943030677","popurl":"www.nirbhay-chaturvedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165521,"job_number":"JOB_165521","tr_customer_id":165537,"tr_customer_product_id":165527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Rageswari Guha","mobile_number":"9874451420","email_id":"soma.reddy@gmail.com","dop":"2026-01-14","serial_number":"619879519554272","imei1":"619879519554272","imei2":"619879519554272","popurl":"www.anang-butt.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165520,"job_number":"JOB_165520","tr_customer_id":165538,"tr_customer_product_id":165528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Sheela Abbott","mobile_number":"9816213888","email_id":"shresth.mahajan@gmail.com","dop":"2026-01-14","serial_number":"513068801558661","imei1":"513068801558661","imei2":"513068801558661","popurl":"www.anuraag-pilla.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165519,"job_number":"JOB_165519","tr_customer_id":165536,"tr_customer_product_id":165526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Saroja Joshi","mobile_number":"9846147341","email_id":"bhupen.malik@yahoo.co.in","dop":"2026-01-14","serial_number":"411326487709554","imei1":"411326487709554","imei2":"411326487709554","popurl":"www.ahilya-ganaka.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165518,"job_number":"JOB_165518","tr_customer_id":165535,"tr_customer_product_id":165525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Daksha Rana","mobile_number":"9895844162","email_id":"avantika.gupta@gmail.com","dop":"2026-01-14","serial_number":"018289402297154","imei1":"018289402297154","imei2":"018289402297154","popurl":"www.veda-mehra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165517,"job_number":"JOB_165517","tr_customer_id":165534,"tr_customer_product_id":165524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Bela Khanna","mobile_number":"9873309226","email_id":"somu.tandon@yahoo.co.in","dop":"2026-01-14","serial_number":"561440833942790","imei1":"561440833942790","imei2":"561440833942790","popurl":"www.chandradev-guha.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165516,"job_number":"JOB_165516","tr_customer_id":165533,"tr_customer_product_id":165523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Vaidehi Mishra","mobile_number":"9894725140","email_id":"shobhana.pillai@yahoo.co.in","dop":"2026-01-14","serial_number":"044577519631575","imei1":"044577519631575","imei2":"044577519631575","popurl":"www.dakshayani-singh.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165515,"job_number":"JOB_165515","tr_customer_id":165532,"tr_customer_product_id":165522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Akshita Sethi","mobile_number":"9840049144","email_id":"harita.jha@hotmail.com","dop":"2026-01-14","serial_number":"943954939053538","imei1":"943954939053538","imei2":"943954939053538","popurl":"www.draupadi-namboothiri.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165514,"job_number":"JOB_165514","tr_customer_id":165531,"tr_customer_product_id":165521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Kannen Naik","mobile_number":"9868313965","email_id":"girik.pothuvaal@gmail.com","dop":"2026-01-14","serial_number":"708014944444958","imei1":"708014944444958","imei2":"708014944444958","popurl":"www.vrinda-sinha.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165513,"job_number":"JOB_165513","tr_customer_id":165530,"tr_customer_product_id":165520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Chandra Pothuvaal","mobile_number":"9856841753","email_id":"amritambu.gupta@yahoo.co.in","dop":"2026-01-14","serial_number":"435393774090811","imei1":"435393774090811","imei2":"435393774090811","popurl":"www.sanka-nambeesan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165512,"job_number":"JOB_165512","tr_customer_id":165529,"tr_customer_product_id":165519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Giri Bhattathiri","mobile_number":"9884664825","email_id":"devajyoti.nambeesan@yahoo.co.in","dop":"2026-01-14","serial_number":"111114905545525","imei1":"111114905545525","imei2":"111114905545525","popurl":"www.anal-kaniyar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165511,"job_number":"JOB_165511","tr_customer_id":165528,"tr_customer_product_id":165518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Leela Mukhopadhyay","mobile_number":"9861601455","email_id":"chakor.naik@yahoo.co.in","dop":"2026-01-14","serial_number":"136270079033389","imei1":"136270079033389","imei2":"136270079033389","popurl":"www.usha-dhawan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165510,"job_number":"JOB_165510","tr_customer_id":165527,"tr_customer_product_id":165517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Dhana Gowda","mobile_number":"9848145066","email_id":"dinkar.agarwal@gmail.com","dop":"2026-01-14","serial_number":"025976055350217","imei1":"025976055350217","imei2":"025976055350217","popurl":"www.deeptiman-mishra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165509,"job_number":"JOB_165509","tr_customer_id":165526,"tr_customer_product_id":165516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:29.000Z","modified_at":"2026-01-24T05:28:29.000Z","name":"Delores Armstrong","mobile_number":"318-439-9385","email_id":"Carmel.Rosenbaum@yahoo.com","dop":"2025-04-06","serial_number":"18174827416943092","imei1":"18174827416943092","imei2":"18174827416943092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165508,"job_number":"JOB_165508","tr_customer_id":165525,"tr_customer_product_id":165515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:28.000Z","modified_at":"2026-01-24T05:29:05.000Z","name":"Orie Little","mobile_number":"525-384-1398","email_id":"Guiseppe_Smitham@yahoo.com","dop":"2025-04-06","serial_number":"15957412024678","imei1":"15957412024678","imei2":"15957412024678","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T05:29:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165507,"job_number":"JOB_165507","tr_customer_id":165524,"tr_customer_product_id":165514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:27:39.000Z","modified_at":"2026-01-24T05:27:39.000Z","name":"Josefina Padberg","mobile_number":"665-589-5279","email_id":"Rickey.Tremblay@gmail.com","dop":"2025-04-06","serial_number":"11273135426038496","imei1":"11273135426038496","imei2":"11273135426038496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:27:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165506,"job_number":"JOB_165506","tr_customer_id":165523,"tr_customer_product_id":165513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:27:38.000Z","modified_at":"2026-01-24T05:28:15.000Z","name":"Aiden Rohan","mobile_number":"918-852-3017","email_id":"Alexzander29@yahoo.com","dop":"2025-04-06","serial_number":"17318834713118","imei1":"17318834713118","imei2":"17318834713118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T05:28:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165505,"job_number":"JOB_165505","tr_customer_id":165522,"tr_customer_product_id":165512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:30.000Z","modified_at":"2026-01-24T05:22:30.000Z","name":"Meghnath Menon","mobile_number":"9824364357","email_id":"gita.varma@gmail.com","dop":"2026-01-14","serial_number":"204241835066694","imei1":"204241835066694","imei2":"204241835066694","popurl":"www.niro-sharma.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165504,"job_number":"JOB_165504","tr_customer_id":165521,"tr_customer_product_id":165511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:30.000Z","modified_at":"2026-01-24T05:22:30.000Z","name":"Chandra Gupta","mobile_number":"9807608897","email_id":"bhooshit.jha@yahoo.co.in","dop":"2026-01-14","serial_number":"135004602020188","imei1":"135004602020188","imei2":"135004602020188","popurl":"www.mukesh-achari.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165503,"job_number":"JOB_165503","tr_customer_id":165520,"tr_customer_product_id":165510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:30.000Z","modified_at":"2026-01-24T05:22:30.000Z","name":"Garud Dutta","mobile_number":"9812912792","email_id":"geetanjali.patel@hotmail.com","dop":"2026-01-14","serial_number":"273199796640445","imei1":"273199796640445","imei2":"273199796640445","popurl":"www.ashlesh-acharya.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165502,"job_number":"JOB_165502","tr_customer_id":165519,"tr_customer_product_id":165509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:30.000Z","modified_at":"2026-01-24T05:22:30.000Z","name":"Jyoti Nehru","mobile_number":"9893922526","email_id":"kanaka.gowda@hotmail.com","dop":"2026-01-14","serial_number":"613144388003999","imei1":"613144388003999","imei2":"613144388003999","popurl":"www.kannen-kocchar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165501,"job_number":"JOB_165501","tr_customer_id":165518,"tr_customer_product_id":165508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:30.000Z","modified_at":"2026-01-24T05:22:30.000Z","name":"Amritambu Dhawan","mobile_number":"9861774402","email_id":"amodini.shah@gmail.com","dop":"2026-01-14","serial_number":"931511561613644","imei1":"931511561613644","imei2":"931511561613644","popurl":"www.sameer-shukla.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165500,"job_number":"JOB_165500","tr_customer_id":165517,"tr_customer_product_id":165507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Himadri Kocchar","mobile_number":"9883292063","email_id":"inder.mahajan@gmail.com","dop":"2026-01-14","serial_number":"860436536734665","imei1":"860436536734665","imei2":"860436536734665","popurl":"www.veda-prajapat.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165499,"job_number":"JOB_165499","tr_customer_id":165515,"tr_customer_product_id":165506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Aditya Mukhopadhyay","mobile_number":"9838639115","email_id":"adinath.mehra@yahoo.co.in","dop":"2026-01-14","serial_number":"068937258082342","imei1":"068937258082342","imei2":"068937258082342","popurl":"www.sharda-mehra.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165498,"job_number":"JOB_165498","tr_customer_id":165516,"tr_customer_product_id":165505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Jahnu Chattopadhyay","mobile_number":"9887527124","email_id":"dayaamay.gowda@hotmail.com","dop":"2026-01-14","serial_number":"217579745065474","imei1":"217579745065474","imei2":"217579745065474","popurl":"www.chitraksh-khan.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165497,"job_number":"JOB_165497","tr_customer_id":165514,"tr_customer_product_id":165504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Agneya Bhattathiri","mobile_number":"9871191280","email_id":"shiv.shah@yahoo.co.in","dop":"2026-01-14","serial_number":"344533209011035","imei1":"344533209011035","imei2":"344533209011035","popurl":"www.balaaditya-jain.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165496,"job_number":"JOB_165496","tr_customer_id":165513,"tr_customer_product_id":165503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Dinkar Pillai","mobile_number":"9819829858","email_id":"gemine.reddy@hotmail.com","dop":"2026-01-14","serial_number":"550119271681573","imei1":"550119271681573","imei2":"550119271681573","popurl":"www.gorakhanatha-mehra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165495,"job_number":"JOB_165495","tr_customer_id":165512,"tr_customer_product_id":165502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Adityanandana Ganaka","mobile_number":"9896887036","email_id":"aadidev.singh@gmail.com","dop":"2026-01-14","serial_number":"510735443754949","imei1":"510735443754949","imei2":"510735443754949","popurl":"www.kali-dhawan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165494,"job_number":"JOB_165494","tr_customer_id":165511,"tr_customer_product_id":165501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Jagdish Ahluwalia","mobile_number":"9836982286","email_id":"somu.saini@hotmail.com","dop":"2026-01-14","serial_number":"349409848651597","imei1":"349409848651597","imei2":"349409848651597","popurl":"www.nirbhay-panicker.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165493,"job_number":"JOB_165493","tr_customer_id":165510,"tr_customer_product_id":165500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Swapnil Pilla","mobile_number":"9812139207","email_id":"bahula.guneta@gmail.com","dop":"2026-01-14","serial_number":"280732611989380","imei1":"280732611989380","imei2":"280732611989380","popurl":"www.gajadhar-ahluwalia.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165492,"job_number":"JOB_165492","tr_customer_id":165509,"tr_customer_product_id":165499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Shubhaprada Pothuvaal","mobile_number":"9804072714","email_id":"dhanesh.pandey@hotmail.com","dop":"2026-01-14","serial_number":"996498247056499","imei1":"996498247056499","imei2":"996498247056499","popurl":"www.aslesha-nayar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165491,"job_number":"JOB_165491","tr_customer_id":165508,"tr_customer_product_id":165498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Anilaabh Khatri","mobile_number":"9887778565","email_id":"shakuntala.gowda@yahoo.co.in","dop":"2026-01-14","serial_number":"132455574581212","imei1":"132455574581212","imei2":"132455574581212","popurl":"www.chandrakala-tandon.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165490,"job_number":"JOB_165490","tr_customer_id":165507,"tr_customer_product_id":165497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Gudakesha Nair","mobile_number":"9802628728","email_id":"lal.dubashi@hotmail.com","dop":"2026-01-14","serial_number":"142910202711041","imei1":"142910202711041","imei2":"142910202711041","popurl":"www.vyas-dwivedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165489,"job_number":"JOB_165489","tr_customer_id":165506,"tr_customer_product_id":165496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Vedang Gupta","mobile_number":"9898235923","email_id":"kama.dubashi@yahoo.co.in","dop":"2026-01-14","serial_number":"204626836330070","imei1":"204626836330070","imei2":"204626836330070","popurl":"www.shwet-adiga.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165488,"job_number":"JOB_165488","tr_customer_id":165505,"tr_customer_product_id":165495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Ekaling Banerjee","mobile_number":"9807705961","email_id":"karunanidhi.guneta@gmail.com","dop":"2026-01-14","serial_number":"762288732442731","imei1":"762288732442731","imei2":"762288732442731","popurl":"www.kali-iyer.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165487,"job_number":"JOB_165487","tr_customer_id":165504,"tr_customer_product_id":165494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Rajinder Abbott","mobile_number":"9826928768","email_id":"devajyoti.kapoor@yahoo.co.in","dop":"2026-01-14","serial_number":"704252216274963","imei1":"704252216274963","imei2":"704252216274963","popurl":"www.akshata-desai.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165486,"job_number":"JOB_165486","tr_customer_id":165503,"tr_customer_product_id":165493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Tanushri Chattopadhyay","mobile_number":"9850438924","email_id":"dhanvin.varma@hotmail.com","dop":"2026-01-14","serial_number":"744631892929481","imei1":"744631892929481","imei2":"744631892929481","popurl":"www.sarisha-guneta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165485,"job_number":"JOB_165485","tr_customer_id":165502,"tr_customer_product_id":165492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:43.000Z","modified_at":"2026-01-24T05:20:43.000Z","name":"Dhanalakshmi Kaniyar","mobile_number":"9843225780","email_id":"bilwa.ganaka@gmail.com","dop":"2026-01-14","serial_number":"257930479096808","imei1":"257930479096808","imei2":"257930479096808","popurl":"www.chakradhar-tandon.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165484,"job_number":"JOB_165484","tr_customer_id":165501,"tr_customer_product_id":165491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:43.000Z","modified_at":"2026-01-24T05:20:43.000Z","name":"Gati Bhat","mobile_number":"9814821371","email_id":"suryakant.patil@hotmail.com","dop":"2026-01-14","serial_number":"578761028907542","imei1":"578761028907542","imei2":"578761028907542","popurl":"www.bhaasvan-gandhi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165483,"job_number":"JOB_165483","tr_customer_id":165500,"tr_customer_product_id":165490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:43.000Z","modified_at":"2026-01-24T05:20:43.000Z","name":"Aatmaj Trivedi","mobile_number":"9879610875","email_id":"dwaipayana.mehra@gmail.com","dop":"2026-01-14","serial_number":"243996057815373","imei1":"243996057815373","imei2":"243996057815373","popurl":"www.rageshwari-shah.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165482,"job_number":"JOB_165482","tr_customer_id":165499,"tr_customer_product_id":165489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:43.000Z","modified_at":"2026-01-24T05:20:43.000Z","name":"Gorakhnath Mishra","mobile_number":"9817666835","email_id":"chakor.guneta@yahoo.co.in","dop":"2026-01-14","serial_number":"530234592713464","imei1":"530234592713464","imei2":"530234592713464","popurl":"www.anand swarup-verma.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165481,"job_number":"JOB_165481","tr_customer_id":165498,"tr_customer_product_id":165488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:43.000Z","modified_at":"2026-01-24T05:20:43.000Z","name":"Rajan Acharya","mobile_number":"9831803925","email_id":"shresth.guha@yahoo.co.in","dop":"2026-01-14","serial_number":"210435875501433","imei1":"210435875501433","imei2":"210435875501433","popurl":"www.aagneya-nayar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165480,"job_number":"JOB_165480","tr_customer_id":165497,"tr_customer_product_id":165487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Vishwamitra Mehra","mobile_number":"9824882314","email_id":"suresh.prajapat@gmail.com","dop":"2026-01-14","serial_number":"684904353816327","imei1":"684904353816327","imei2":"684904353816327","popurl":"www.parvati-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165479,"job_number":"JOB_165479","tr_customer_id":165496,"tr_customer_product_id":165486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Jagmeet Rana","mobile_number":"9891737618","email_id":"vishnu.desai@hotmail.com","dop":"2026-01-14","serial_number":"412191385945580","imei1":"412191385945580","imei2":"412191385945580","popurl":"www.chandini-sinha.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165478,"job_number":"JOB_165478","tr_customer_id":165495,"tr_customer_product_id":165485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Deeptimayee Pandey","mobile_number":"9866632570","email_id":"baalagopaal.patil@yahoo.co.in","dop":"2026-01-14","serial_number":"847943585605714","imei1":"847943585605714","imei2":"847943585605714","popurl":"www.deepankar-banerjee.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165477,"job_number":"JOB_165477","tr_customer_id":165494,"tr_customer_product_id":165484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Dipendra Rana","mobile_number":"9843190040","email_id":"upendra.achari@gmail.com","dop":"2026-01-14","serial_number":"234170565364985","imei1":"234170565364985","imei2":"234170565364985","popurl":"www.chandraswaroopa-kakkar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165476,"job_number":"JOB_165476","tr_customer_id":165493,"tr_customer_product_id":165483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Abhirath Bhat","mobile_number":"9887093059","email_id":"krishna.ahluwalia@hotmail.com","dop":"2026-01-14","serial_number":"929123062507774","imei1":"929123062507774","imei2":"929123062507774","popurl":"www.aditeya-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165475,"job_number":"JOB_165475","tr_customer_id":165492,"tr_customer_product_id":165482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Tapan Sinha","mobile_number":"9885078455","email_id":"laxmi.gupta@gmail.com","dop":"2026-01-14","serial_number":"447716340958876","imei1":"447716340958876","imei2":"447716340958876","popurl":"www.aasha-arora.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165474,"job_number":"JOB_165474","tr_customer_id":165491,"tr_customer_product_id":165481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Arun Shah","mobile_number":"9885871438","email_id":"deevakar.mehra@gmail.com","dop":"2026-01-14","serial_number":"899349088227204","imei1":"899349088227204","imei2":"899349088227204","popurl":"www.devika-jain.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165473,"job_number":"JOB_165473","tr_customer_id":165490,"tr_customer_product_id":165480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Balamani Malik","mobile_number":"9807389016","email_id":"keerti.patil@gmail.com","dop":"2026-01-14","serial_number":"511075121952684","imei1":"511075121952684","imei2":"511075121952684","popurl":"www.gopi-menon.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165472,"job_number":"JOB_165472","tr_customer_id":165489,"tr_customer_product_id":165479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Bhaasvan Mishra","mobile_number":"9825775902","email_id":"himadri.abbott@gmail.com","dop":"2026-01-14","serial_number":"546120583928817","imei1":"546120583928817","imei2":"546120583928817","popurl":"www.nagabhushanam-saini.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165471,"job_number":"JOB_165471","tr_customer_id":165488,"tr_customer_product_id":165478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Ameyatma Mehrotra","mobile_number":"9831580230","email_id":"vasanti.tagore@yahoo.co.in","dop":"2026-01-14","serial_number":"798698923777293","imei1":"798698923777293","imei2":"798698923777293","popurl":"www.bhaves-gupta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165470,"job_number":"JOB_165470","tr_customer_id":165487,"tr_customer_product_id":165477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Chandini Nambeesan","mobile_number":"9813715424","email_id":"aaratrika.kocchar@hotmail.com","dop":"2026-01-14","serial_number":"610428654637615","imei1":"610428654637615","imei2":"610428654637615","popurl":"www.sarala-guneta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165469,"job_number":"JOB_165469","tr_customer_id":165486,"tr_customer_product_id":165476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Laal Varman","mobile_number":"9866348627","email_id":"gandharva.somayaji@gmail.com","dop":"2026-01-14","serial_number":"122641223298619","imei1":"122641223298619","imei2":"122641223298619","popurl":"www.priyala-gandhi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165468,"job_number":"JOB_165468","tr_customer_id":165485,"tr_customer_product_id":165475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Tara Agarwal","mobile_number":"9811498175","email_id":"dinkar.namboothiri@yahoo.co.in","dop":"2026-01-14","serial_number":"904414731602293","imei1":"904414731602293","imei2":"904414731602293","popurl":"www.baijayanti-patel.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165467,"job_number":"JOB_165467","tr_customer_id":165484,"tr_customer_product_id":165474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Baalagopaal Varman","mobile_number":"9888892124","email_id":"karan.namboothiri@yahoo.co.in","dop":"2026-01-14","serial_number":"370118375659360","imei1":"370118375659360","imei2":"370118375659360","popurl":"www.anusuya-mehrotra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165466,"job_number":"JOB_165466","tr_customer_id":165483,"tr_customer_product_id":165473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Bhaumik Tandon","mobile_number":"9877465070","email_id":"gautam.kaniyar@gmail.com","dop":"2026-01-14","serial_number":"381269552358494","imei1":"381269552358494","imei2":"381269552358494","popurl":"www.dayamayee-mehra.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165465,"job_number":"JOB_165465","tr_customer_id":165482,"tr_customer_product_id":165472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:19:10.000Z","modified_at":"2026-01-24T05:19:10.000Z","name":"Jamel Keebler","mobile_number":"300-948-6373","email_id":"Shemar_Stiedemann@hotmail.com","dop":"2025-06-08","serial_number":"12720811817232","imei1":"12720811817232","imei2":"12720811817232","popurl":"2025-06-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:19:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165463,"job_number":"JOB_165463","tr_customer_id":165480,"tr_customer_product_id":165470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:53:14.000Z","modified_at":"2026-01-24T04:53:14.000Z","name":"Nicolette Cole","mobile_number":"732-592-4570","email_id":"Lucy45@gmail.com","dop":"2025-04-06","serial_number":"18380129139960776","imei1":"18380129139960776","imei2":"18380129139960776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:53:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165462,"job_number":"JOB_165462","tr_customer_id":165479,"tr_customer_product_id":165469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:53:12.000Z","modified_at":"2026-01-24T04:53:52.000Z","name":"Karine Von","mobile_number":"981-312-0876","email_id":"Demetris89@gmail.com","dop":"2025-04-06","serial_number":"14873249974537","imei1":"14873249974537","imei2":"14873249974537","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T04:53:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165461,"job_number":"JOB_165461","tr_customer_id":165478,"tr_customer_product_id":165468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:52:54.000Z","modified_at":"2026-01-24T04:52:54.000Z","name":"Jaycee Hilpert","mobile_number":"480-269-1662","email_id":"Martina42@yahoo.com","dop":"2025-04-06","serial_number":"10477807887607346","imei1":"10477807887607346","imei2":"10477807887607346","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:52:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165460,"job_number":"JOB_165460","tr_customer_id":165477,"tr_customer_product_id":165467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:52:53.000Z","modified_at":"2026-01-24T04:53:28.000Z","name":"Orion Brekke","mobile_number":"914-538-2054","email_id":"Barbara60@gmail.com","dop":"2025-04-06","serial_number":"11934189118319","imei1":"11934189118319","imei2":"11934189118319","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T04:53:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165459,"job_number":"JOB_165459","tr_customer_id":165476,"tr_customer_product_id":165466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:41.000Z","modified_at":"2026-01-24T04:50:41.000Z","name":"Shwet Acharya","mobile_number":"9806210025","email_id":"kailash.patel@gmail.com","dop":"2026-01-14","serial_number":"727119346976515","imei1":"727119346976515","imei2":"727119346976515","popurl":"www.narinder-marar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165458,"job_number":"JOB_165458","tr_customer_id":165475,"tr_customer_product_id":165465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:41.000Z","modified_at":"2026-01-24T04:50:41.000Z","name":"Opaline Varman","mobile_number":"9884389213","email_id":"aarya.kapoor@hotmail.com","dop":"2026-01-14","serial_number":"390594674793521","imei1":"390594674793521","imei2":"390594674793521","popurl":"www.girindra-joshi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165457,"job_number":"JOB_165457","tr_customer_id":165474,"tr_customer_product_id":165464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:41.000Z","name":"Devi Desai","mobile_number":"9839153375","email_id":"lakshmidhar.malik@yahoo.co.in","dop":"2026-01-14","serial_number":"990756071902525","imei1":"990756071902525","imei2":"990756071902525","popurl":"www.tapan-sharma.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165456,"job_number":"JOB_165456","tr_customer_id":165473,"tr_customer_product_id":165463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Minakshi Gowda","mobile_number":"9827251883","email_id":"devangana.ahluwalia@gmail.com","dop":"2026-01-14","serial_number":"875568231961846","imei1":"875568231961846","imei2":"875568231961846","popurl":"www.aagneya-varman.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165455,"job_number":"JOB_165455","tr_customer_id":165472,"tr_customer_product_id":165462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Dharmaketu Nair","mobile_number":"9868697943","email_id":"dhanapati.varma@gmail.com","dop":"2026-01-14","serial_number":"921153741995997","imei1":"921153741995997","imei2":"921153741995997","popurl":"www.uttam-gandhi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165454,"job_number":"JOB_165454","tr_customer_id":165471,"tr_customer_product_id":165461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Bhupen Tandon","mobile_number":"9865321765","email_id":"kartik.gowda@gmail.com","dop":"2026-01-14","serial_number":"094542402756868","imei1":"094542402756868","imei2":"094542402756868","popurl":"www.tanya-banerjee.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165453,"job_number":"JOB_165453","tr_customer_id":165470,"tr_customer_product_id":165460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Paramartha Mehra","mobile_number":"9827191235","email_id":"balgopal.malik@yahoo.co.in","dop":"2026-01-14","serial_number":"018569699916048","imei1":"018569699916048","imei2":"018569699916048","popurl":"www.chaturaanan-ahuja.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165452,"job_number":"JOB_165452","tr_customer_id":165469,"tr_customer_product_id":165459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Draupadi Bhat","mobile_number":"9849961860","email_id":"gitanjali.reddy@gmail.com","dop":"2026-01-14","serial_number":"105448134279153","imei1":"105448134279153","imei2":"105448134279153","popurl":"www.rudra-pothuvaal.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165451,"job_number":"JOB_165451","tr_customer_id":165468,"tr_customer_product_id":165458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Brahmabrata Malik","mobile_number":"9810540375","email_id":"chandraketu.shukla@hotmail.com","dop":"2026-01-14","serial_number":"633236941621852","imei1":"633236941621852","imei2":"633236941621852","popurl":"www.dhyanesh-chaturvedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165450,"job_number":"JOB_165450","tr_customer_id":165467,"tr_customer_product_id":165457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Chandravati Banerjee","mobile_number":"9823702090","email_id":"sanya.mukhopadhyay@yahoo.co.in","dop":"2026-01-14","serial_number":"167387918015345","imei1":"167387918015345","imei2":"167387918015345","popurl":"www.bhargava-bharadwaj.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165449,"job_number":"JOB_165449","tr_customer_id":165466,"tr_customer_product_id":165456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Balaaditya Gandhi","mobile_number":"9872463245","email_id":"chandramohan.ganaka@gmail.com","dop":"2026-01-14","serial_number":"078486991775848","imei1":"078486991775848","imei2":"078486991775848","popurl":"www.gorakhanatha-jain.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165448,"job_number":"JOB_165448","tr_customer_id":165465,"tr_customer_product_id":165455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Avantika Chopra","mobile_number":"9809430249","email_id":"dhanvin.pandey@gmail.com","dop":"2026-01-14","serial_number":"840853718160766","imei1":"840853718160766","imei2":"840853718160766","popurl":"www.bhoopati-acharya.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165447,"job_number":"JOB_165447","tr_customer_id":165464,"tr_customer_product_id":165454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Aatmaj Marar","mobile_number":"9881939272","email_id":"adheesh.chattopadhyay@yahoo.co.in","dop":"2026-01-14","serial_number":"518540287934069","imei1":"518540287934069","imei2":"518540287934069","popurl":"www.kamlesh-singh.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165446,"job_number":"JOB_165446","tr_customer_id":165463,"tr_customer_product_id":165453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Gajadhar Bandopadhyay","mobile_number":"9882554592","email_id":"anal.pandey@hotmail.com","dop":"2026-01-14","serial_number":"850440399132511","imei1":"850440399132511","imei2":"850440399132511","popurl":"www.girika-pothuvaal.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165445,"job_number":"JOB_165445","tr_customer_id":165462,"tr_customer_product_id":165452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Aagam Mehrotra","mobile_number":"9803407688","email_id":"somu.singh@hotmail.com","dop":"2026-01-14","serial_number":"800586982321211","imei1":"800586982321211","imei2":"800586982321211","popurl":"www.mina-chaturvedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165444,"job_number":"JOB_165444","tr_customer_id":165461,"tr_customer_product_id":165451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Bhisham Pilla","mobile_number":"9834515098","email_id":"sujata.bhattacharya@hotmail.com","dop":"2026-01-14","serial_number":"557643353038141","imei1":"557643353038141","imei2":"557643353038141","popurl":"www.aditya-dutta.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165443,"job_number":"JOB_165443","tr_customer_id":165460,"tr_customer_product_id":165450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Giriraaj Marar","mobile_number":"9850334121","email_id":"bhoopati.ganaka@hotmail.com","dop":"2026-01-14","serial_number":"093972205388223","imei1":"093972205388223","imei2":"093972205388223","popurl":"www.meghnad-devar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165442,"job_number":"JOB_165442","tr_customer_id":165459,"tr_customer_product_id":165449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Gautam Rana","mobile_number":"9808705261","email_id":"mani.devar@gmail.com","dop":"2026-01-14","serial_number":"786411901638284","imei1":"786411901638284","imei2":"786411901638284","popurl":"www.govinda-joshi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165441,"job_number":"JOB_165441","tr_customer_id":165458,"tr_customer_product_id":165448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Chaaruchandra Kakkar","mobile_number":"9825915432","email_id":"rajendra.johar@gmail.com","dop":"2026-01-14","serial_number":"967320149323116","imei1":"967320149323116","imei2":"967320149323116","popurl":"www.bhoopati-pillai.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165440,"job_number":"JOB_165440","tr_customer_id":165457,"tr_customer_product_id":165447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Dakshayani Mehrotra","mobile_number":"9880309268","email_id":"eshana.mehra@yahoo.co.in","dop":"2026-01-14","serial_number":"775792479396336","imei1":"775792479396336","imei2":"775792479396336","popurl":"www.goswami-sinha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165434,"job_number":"JOB_165434","tr_customer_id":165451,"tr_customer_product_id":165441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:39:42.000Z","modified_at":"2026-01-24T04:39:52.000Z","name":"Christelle McClure","mobile_number":"431-767-5068","email_id":"Shayne.Corkery50@yahoo.com","dop":"2025-07-01","serial_number":"109327534425204","imei1":"109327534425204","imei2":"109327534425204","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T04:39:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165433,"job_number":"JOB_165433","tr_customer_id":165450,"tr_customer_product_id":165440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:39:42.000Z","modified_at":"2026-01-24T04:39:42.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"109883769458152","imei1":"109883769458152","imei2":"109883769458152","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165432,"job_number":"JOB_165432","tr_customer_id":165449,"tr_customer_product_id":165439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:39:30.000Z","modified_at":"2026-01-24T04:39:40.000Z","name":"Gabriella Kerluke","mobile_number":"737-317-0547","email_id":"Geovany_Weimann51@hotmail.com","dop":"2025-07-01","serial_number":"103814157588324","imei1":"103814157588324","imei2":"103814157588324","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T04:39:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165431,"job_number":"JOB_165431","tr_customer_id":165448,"tr_customer_product_id":165438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:39:29.000Z","modified_at":"2026-01-24T04:39:29.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"106051138437493","imei1":"106051138437493","imei2":"106051138437493","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165429,"job_number":"JOB_165429","tr_customer_id":165446,"tr_customer_product_id":165436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:35:28.000Z","modified_at":"2026-01-24T04:38:46.000Z","name":"Morris Russel","mobile_number":"496-675-7604","email_id":"Antonietta.Kuvalis@hotmail.com","dop":"2026-01-04","serial_number":"10544966715126","imei1":"10544966715126","imei2":"10544966715126","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-24T04:38:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165428,"job_number":"JOB_165428","tr_customer_id":165445,"tr_customer_product_id":165435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:32:53.000Z","modified_at":"2026-01-24T04:32:53.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-14","serial_number":"75170751806930","imei1":"75170751806930","imei2":"75170751806930","popurl":"2026-01-14T04:32:52.877713245Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:32:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165427,"job_number":"JOB_165427","tr_customer_id":165444,"tr_customer_product_id":165434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:32:36.000Z","modified_at":"2026-01-24T04:32:36.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-14","serial_number":"91042546477578","imei1":"91042546477578","imei2":"91042546477578","popurl":"2026-01-14T04:32:35.794862697Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:32:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165426,"job_number":"JOB_165426","tr_customer_id":165443,"tr_customer_product_id":165433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Vedanga Iyer","mobile_number":"9818878545","email_id":"vrinda.prajapat@hotmail.com","dop":"2026-01-14","serial_number":"841886975733437","imei1":"841886975733437","imei2":"841886975733437","popurl":"www.dron-gandhi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165425,"job_number":"JOB_165425","tr_customer_id":165442,"tr_customer_product_id":165432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Chandrakala Bhat","mobile_number":"9887057135","email_id":"chatur.asan@yahoo.co.in","dop":"2026-01-14","serial_number":"006765238252952","imei1":"006765238252952","imei2":"006765238252952","popurl":"www.kannen-bhattathiri.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165424,"job_number":"JOB_165424","tr_customer_id":165441,"tr_customer_product_id":165431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Bhargavi Chopra","mobile_number":"9899725910","email_id":"dipankar.dwivedi@yahoo.co.in","dop":"2026-01-14","serial_number":"331716760096727","imei1":"331716760096727","imei2":"331716760096727","popurl":"www.bhavani-shah.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165423,"job_number":"JOB_165423","tr_customer_id":165440,"tr_customer_product_id":165430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Sunita Varman","mobile_number":"9853302346","email_id":"chandramohan.embranthiri@yahoo.co.in","dop":"2026-01-14","serial_number":"176725950591075","imei1":"176725950591075","imei2":"176725950591075","popurl":"www.atmaja-tandon.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165422,"job_number":"JOB_165422","tr_customer_id":165439,"tr_customer_product_id":165429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Tej Sethi","mobile_number":"9833571342","email_id":"arya.guha@hotmail.com","dop":"2026-01-14","serial_number":"846776267179423","imei1":"846776267179423","imei2":"846776267179423","popurl":"www.sushma-talwar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165421,"job_number":"JOB_165421","tr_customer_id":165438,"tr_customer_product_id":165428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Sachin Saini","mobile_number":"9820994305","email_id":"harita.marar@hotmail.com","dop":"2026-01-14","serial_number":"255602128695832","imei1":"255602128695832","imei2":"255602128695832","popurl":"www.bhisham-johar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165420,"job_number":"JOB_165420","tr_customer_id":165437,"tr_customer_product_id":165427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Deeptanshu Trivedi","mobile_number":"9828064479","email_id":"saraswati.nehru@yahoo.co.in","dop":"2026-01-14","serial_number":"363813600417312","imei1":"363813600417312","imei2":"363813600417312","popurl":"www.shwet-reddy.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165419,"job_number":"JOB_165419","tr_customer_id":165436,"tr_customer_product_id":165426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Marut Arora","mobile_number":"9805208962","email_id":"daevi.talwar@yahoo.co.in","dop":"2026-01-14","serial_number":"001000635630398","imei1":"001000635630398","imei2":"001000635630398","popurl":"www.tara-khan.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165418,"job_number":"JOB_165418","tr_customer_id":165435,"tr_customer_product_id":165425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Sushma Embranthiri","mobile_number":"9881105579","email_id":"lila.gowda@gmail.com","dop":"2026-01-14","serial_number":"599070310118488","imei1":"599070310118488","imei2":"599070310118488","popurl":"www.anuraag-shah.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165417,"job_number":"JOB_165417","tr_customer_id":165434,"tr_customer_product_id":165424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Soma Iyer","mobile_number":"9894575017","email_id":"rati.bhattacharya@hotmail.com","dop":"2026-01-14","serial_number":"813391619527318","imei1":"813391619527318","imei2":"813391619527318","popurl":"www.aashritha-talwar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165416,"job_number":"JOB_165416","tr_customer_id":165433,"tr_customer_product_id":165423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Chanda Pandey","mobile_number":"9824631964","email_id":"ekaksh.chattopadhyay@hotmail.com","dop":"2026-01-14","serial_number":"953157742158475","imei1":"953157742158475","imei2":"953157742158475","popurl":"www.kanak-shukla.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165415,"job_number":"JOB_165415","tr_customer_id":165432,"tr_customer_product_id":165422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Aatmaja Shukla","mobile_number":"9808520567","email_id":"balaaditya.dubashi@gmail.com","dop":"2026-01-14","serial_number":"630147529006180","imei1":"630147529006180","imei2":"630147529006180","popurl":"www.gorakhnath-rana.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165414,"job_number":"JOB_165414","tr_customer_id":165431,"tr_customer_product_id":165421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Ekadant Kocchar","mobile_number":"9853053073","email_id":"chanda.devar@hotmail.com","dop":"2026-01-14","serial_number":"004334391747342","imei1":"004334391747342","imei2":"004334391747342","popurl":"www.javas-bhat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165413,"job_number":"JOB_165413","tr_customer_id":165430,"tr_customer_product_id":165420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Baijayanti Mukhopadhyay","mobile_number":"9861870538","email_id":"kumari.kapoor@hotmail.com","dop":"2026-01-14","serial_number":"174323900972146","imei1":"174323900972146","imei2":"174323900972146","popurl":"www.lal-jain.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165412,"job_number":"JOB_165412","tr_customer_id":165429,"tr_customer_product_id":165419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Somu Ahluwalia","mobile_number":"9883256265","email_id":"adhiraj.patel@yahoo.co.in","dop":"2026-01-14","serial_number":"880650741205039","imei1":"880650741205039","imei2":"880650741205039","popurl":"www.vrund-namboothiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165411,"job_number":"JOB_165411","tr_customer_id":165428,"tr_customer_product_id":165418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Adikavi Varma","mobile_number":"9889609728","email_id":"vijay.shukla@gmail.com","dop":"2026-01-14","serial_number":"532227972891934","imei1":"532227972891934","imei2":"532227972891934","popurl":"www.anshula-trivedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165410,"job_number":"JOB_165410","tr_customer_id":165427,"tr_customer_product_id":165417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Chatur Tagore","mobile_number":"9870745580","email_id":"jagmeet.prajapat@yahoo.co.in","dop":"2026-01-14","serial_number":"234909757006711","imei1":"234909757006711","imei2":"234909757006711","popurl":"www.subhashini-acharya.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165409,"job_number":"JOB_165409","tr_customer_id":165426,"tr_customer_product_id":165416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Chaitan Desai","mobile_number":"9871465144","email_id":"ranjeet.chaturvedi@yahoo.co.in","dop":"2026-01-14","serial_number":"048518390040938","imei1":"048518390040938","imei2":"048518390040938","popurl":"www.ojaswini-panicker.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165408,"job_number":"JOB_165408","tr_customer_id":165425,"tr_customer_product_id":165415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Bhaaswar Bharadwaj","mobile_number":"9811134401","email_id":"indra.gowda@hotmail.com","dop":"2026-01-14","serial_number":"314848063276707","imei1":"314848063276707","imei2":"314848063276707","popurl":"www.dhana-mehrotra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165407,"job_number":"JOB_165407","tr_customer_id":165424,"tr_customer_product_id":165414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:58.000Z","modified_at":"2026-01-24T04:27:58.000Z","name":"Chiranjeev Banerjee","mobile_number":"9834721926","email_id":"balagovind.pandey@hotmail.com","dop":"2026-01-14","serial_number":"928510045868407","imei1":"928510045868407","imei2":"928510045868407","popurl":"www.gajaadhar-ahuja.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165406,"job_number":"JOB_165406","tr_customer_id":165423,"tr_customer_product_id":165413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:58.000Z","modified_at":"2026-01-24T04:27:58.000Z","name":"Bhasvan Verma","mobile_number":"9872927685","email_id":"sharmila.mahajan@gmail.com","dop":"2026-01-14","serial_number":"757476286049122","imei1":"757476286049122","imei2":"757476286049122","popurl":"www.vaishno-khatri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165405,"job_number":"JOB_165405","tr_customer_id":165422,"tr_customer_product_id":165412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:58.000Z","modified_at":"2026-01-24T04:27:58.000Z","name":"Jay Dhawan","mobile_number":"9868110374","email_id":"laxman.khan@gmail.com","dop":"2026-01-14","serial_number":"574159400664376","imei1":"574159400664376","imei2":"574159400664376","popurl":"www.gayatri-singh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165404,"job_number":"JOB_165404","tr_customer_id":165421,"tr_customer_product_id":165411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:58.000Z","modified_at":"2026-01-24T04:27:58.000Z","name":"Dharmaketu Joshi","mobile_number":"9854529024","email_id":"devdan.bhattathiri@gmail.com","dop":"2026-01-14","serial_number":"061726002996298","imei1":"061726002996298","imei2":"061726002996298","popurl":"www.bharadwaj-varma.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165403,"job_number":"JOB_165403","tr_customer_id":165420,"tr_customer_product_id":165410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:57.000Z","modified_at":"2026-01-24T04:27:57.000Z","name":"Balgopal Kapoor","mobile_number":"9869602502","email_id":"ranjit.devar@hotmail.com","dop":"2026-01-14","serial_number":"982484667355714","imei1":"982484667355714","imei2":"982484667355714","popurl":"www.paramartha-deshpande.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165402,"job_number":"JOB_165402","tr_customer_id":165419,"tr_customer_product_id":165409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:57.000Z","modified_at":"2026-01-24T04:27:57.000Z","name":"Agrata Bhat","mobile_number":"9885789355","email_id":"gopal.naik@yahoo.co.in","dop":"2026-01-14","serial_number":"924016580826651","imei1":"924016580826651","imei2":"924016580826651","popurl":"www.devika-gowda.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165401,"job_number":"JOB_165401","tr_customer_id":165418,"tr_customer_product_id":165408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:57.000Z","modified_at":"2026-01-24T04:27:57.000Z","name":"Sunita Guneta","mobile_number":"9807668298","email_id":"advaya.varrier@yahoo.co.in","dop":"2026-01-14","serial_number":"051711404933680","imei1":"051711404933680","imei2":"051711404933680","popurl":"www.dayaananda-mehrotra.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165400,"job_number":"JOB_165400","tr_customer_id":165417,"tr_customer_product_id":165407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:56.000Z","modified_at":"2026-01-24T04:27:56.000Z","name":"Ekaaksh Abbott","mobile_number":"9890052794","email_id":"vishwamitra.shah@hotmail.com","dop":"2026-01-14","serial_number":"606155490602616","imei1":"606155490602616","imei2":"606155490602616","popurl":"www.deb-rana.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165399,"job_number":"JOB_165399","tr_customer_id":165416,"tr_customer_product_id":165406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:56.000Z","modified_at":"2026-01-24T04:27:56.000Z","name":"Charuvrat Kocchar","mobile_number":"9815347812","email_id":"balachandra.banerjee@yahoo.co.in","dop":"2026-01-14","serial_number":"229846216442278","imei1":"229846216442278","imei2":"229846216442278","popurl":"www.ramesh-abbott.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165398,"job_number":"JOB_165398","tr_customer_id":165415,"tr_customer_product_id":165405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:56.000Z","modified_at":"2026-01-24T04:27:56.000Z","name":"Deependra Deshpande","mobile_number":"9837293724","email_id":"amritambu.agarwal@gmail.com","dop":"2026-01-14","serial_number":"526902097761960","imei1":"526902097761960","imei2":"526902097761960","popurl":"www.dayaananda-tagore.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165397,"job_number":"JOB_165397","tr_customer_id":165414,"tr_customer_product_id":165404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Hiranya Kaniyar","mobile_number":"9801656119","email_id":"aayushman.johar@yahoo.co.in","dop":"2026-01-14","serial_number":"456912851593140","imei1":"456912851593140","imei2":"456912851593140","popurl":"www.deeptiman-chopra.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165396,"job_number":"JOB_165396","tr_customer_id":165413,"tr_customer_product_id":165403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Kanaka Saini","mobile_number":"9804196307","email_id":"menaka.dutta@yahoo.co.in","dop":"2026-01-14","serial_number":"511960548508867","imei1":"511960548508867","imei2":"511960548508867","popurl":"www.chitramala-guneta.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165395,"job_number":"JOB_165395","tr_customer_id":165412,"tr_customer_product_id":165402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Asha Deshpande","mobile_number":"9852196932","email_id":"kartik.mishra@hotmail.com","dop":"2026-01-14","serial_number":"447438135173029","imei1":"447438135173029","imei2":"447438135173029","popurl":"www.deepali-mishra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165394,"job_number":"JOB_165394","tr_customer_id":165411,"tr_customer_product_id":165401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Chatur Mahajan","mobile_number":"9852608676","email_id":"somnath.nayar@gmail.com","dop":"2026-01-14","serial_number":"854768947007554","imei1":"854768947007554","imei2":"854768947007554","popurl":"www.bhavani-mukhopadhyay.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165393,"job_number":"JOB_165393","tr_customer_id":165410,"tr_customer_product_id":165400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Aalok Iyengar","mobile_number":"9810410980","email_id":"amogh.gandhi@gmail.com","dop":"2026-01-14","serial_number":"115895301479098","imei1":"115895301479098","imei2":"115895301479098","popurl":"www.pran-gill.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165392,"job_number":"JOB_165392","tr_customer_id":165409,"tr_customer_product_id":165399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Sarvin Johar","mobile_number":"9820175652","email_id":"rohana.rana@yahoo.co.in","dop":"2026-01-14","serial_number":"432530712923217","imei1":"432530712923217","imei2":"432530712923217","popurl":"www.ranjeet-verma.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165391,"job_number":"JOB_165391","tr_customer_id":165408,"tr_customer_product_id":165398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:53.000Z","modified_at":"2026-01-24T04:27:53.000Z","name":"Deeptanshu Shukla","mobile_number":"9898060828","email_id":"daevi.dhawan@gmail.com","dop":"2026-01-14","serial_number":"706795469102623","imei1":"706795469102623","imei2":"706795469102623","popurl":"www.bhadraksh-malik.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165390,"job_number":"JOB_165390","tr_customer_id":165407,"tr_customer_product_id":165397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:53.000Z","modified_at":"2026-01-24T04:27:53.000Z","name":"Gopal Panicker","mobile_number":"9870450560","email_id":"ganaka.chaturvedi@gmail.com","dop":"2026-01-14","serial_number":"637317676472120","imei1":"637317676472120","imei2":"637317676472120","popurl":"www.krishnadas-pandey.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165389,"job_number":"JOB_165389","tr_customer_id":165406,"tr_customer_product_id":165396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:52.000Z","modified_at":"2026-01-24T04:27:52.000Z","name":"Alok Mehra","mobile_number":"9859134502","email_id":"himadri.pandey@hotmail.com","dop":"2026-01-14","serial_number":"491498836514650","imei1":"491498836514650","imei2":"491498836514650","popurl":"www.amaranaath-agarwal.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165388,"job_number":"JOB_165388","tr_customer_id":165405,"tr_customer_product_id":165395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:52.000Z","modified_at":"2026-01-24T04:27:52.000Z","name":"Opalina Tandon","mobile_number":"9868737878","email_id":"kiran.kapoor@hotmail.com","dop":"2026-01-14","serial_number":"345413575723243","imei1":"345413575723243","imei2":"345413575723243","popurl":"www.abhisyanta-sinha.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165387,"job_number":"JOB_165387","tr_customer_id":165404,"tr_customer_product_id":165394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:52.000Z","modified_at":"2026-01-24T04:27:52.000Z","name":"Rameshwar Saini","mobile_number":"9896088852","email_id":"jagathi.dwivedi@hotmail.com","dop":"2026-01-14","serial_number":"642935919776858","imei1":"642935919776858","imei2":"642935919776858","popurl":"www.dhanalakshmi-guha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165386,"job_number":"JOB_165386","tr_customer_id":165403,"tr_customer_product_id":165393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:24:47.000Z","modified_at":"2026-01-24T04:24:47.000Z","name":"Magnolia Wehner","mobile_number":"660-564-2966","email_id":"Janet.Hettinger@gmail.com","dop":"2025-04-06","serial_number":"12079838181295206","imei1":"12079838181295206","imei2":"12079838181295206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:24:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165385,"job_number":"JOB_165385","tr_customer_id":165402,"tr_customer_product_id":165392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:24:46.000Z","modified_at":"2026-01-24T04:25:22.000Z","name":"Andrew Leuschke","mobile_number":"991-281-6403","email_id":"Lafayette.Keebler86@hotmail.com","dop":"2025-04-06","serial_number":"12956495377567","imei1":"12956495377567","imei2":"12956495377567","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T04:25:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165384,"job_number":"JOB_165384","tr_customer_id":165401,"tr_customer_product_id":165391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:24:04.000Z","modified_at":"2026-01-24T04:24:04.000Z","name":"Ludwig Ullrich","mobile_number":"890-598-1694","email_id":"Monte.Anderson@hotmail.com","dop":"2025-04-06","serial_number":"17922287909484024","imei1":"17922287909484024","imei2":"17922287909484024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:24:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165383,"job_number":"JOB_165383","tr_customer_id":165400,"tr_customer_product_id":165390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:24:03.000Z","modified_at":"2026-01-24T04:24:39.000Z","name":"Ron Marks","mobile_number":"774-779-5594","email_id":"Ressie.Barrows16@yahoo.com","dop":"2025-04-06","serial_number":"10234358658673","imei1":"10234358658673","imei2":"10234358658673","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T04:24:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165382,"job_number":"JOB_165382","tr_customer_id":165399,"tr_customer_product_id":165389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:23:21.000Z","modified_at":"2026-01-24T04:23:21.000Z","name":"Joel Ankunding","mobile_number":"827-267-5322","email_id":"Winnifred_Schneider54@hotmail.com","dop":"2025-04-06","serial_number":"16845791980135318","imei1":"16845791980135318","imei2":"16845791980135318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:23:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165381,"job_number":"JOB_165381","tr_customer_id":165398,"tr_customer_product_id":165388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:23:20.000Z","modified_at":"2026-01-24T04:23:56.000Z","name":"Georgiana Roberts","mobile_number":"287-318-6889","email_id":"Sydney_Jones@yahoo.com","dop":"2025-04-06","serial_number":"18511483938795","imei1":"18511483938795","imei2":"18511483938795","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T04:23:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165380,"job_number":"JOB_165380","tr_customer_id":165397,"tr_customer_product_id":165387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:21:44.000Z","modified_at":"2026-01-24T04:37:53.000Z","name":"Kraig Mayert","mobile_number":"891-347-5577","email_id":"Berta5@gmail.com","dop":"2026-01-04","serial_number":"14536486101644","imei1":"14536486101644","imei2":"14536486101644","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-24T04:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165379,"job_number":"JOB_165379","tr_customer_id":165396,"tr_customer_product_id":165386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:18:27.000Z","modified_at":"2026-01-24T04:18:27.000Z","name":"Aarya Patil","mobile_number":"8646182846","email_id":"mandakini.gandhi@hotmail.com","dop":"2026-01-14","serial_number":"38315729594727","imei1":"38315729594727","imei2":"38315729594727","popurl":"www.chakravartee-nehru.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:18:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165356,"job_number":"JOB_165356","tr_customer_id":165373,"tr_customer_product_id":165363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:51:56.000Z","modified_at":"2026-01-24T03:51:56.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-14","serial_number":"11794514993613","imei1":"18904414473613","imei2":"130779079163713","popurl":"2026-01-14T03:51:54.202267400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:51:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165355,"job_number":"JOB_165355","tr_customer_id":165372,"tr_customer_product_id":165362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:50:09.000Z","modified_at":"2026-01-24T03:50:09.000Z","name":"Breana Marks","mobile_number":"649-208-6435","email_id":"Angelo.Auer92@hotmail.com","dop":"2025-04-06","serial_number":"18717702518598948","imei1":"18717702518598948","imei2":"18717702518598948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165354,"job_number":"JOB_165354","tr_customer_id":165371,"tr_customer_product_id":165361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:50:08.000Z","modified_at":"2026-01-24T03:50:45.000Z","name":"Jovany Hintz","mobile_number":"799-242-0870","email_id":"Anjali63@gmail.com","dop":"2025-04-06","serial_number":"19172633001544","imei1":"19172633001544","imei2":"19172633001544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165353,"job_number":"JOB_165353","tr_customer_id":165370,"tr_customer_product_id":165360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:50:07.000Z","modified_at":"2026-01-24T03:50:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14428914154344","imei1":"14428914154344","imei2":"14428914154344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:50:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165352,"job_number":"JOB_165352","tr_customer_id":165369,"tr_customer_product_id":165359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:53.000Z","modified_at":"2026-01-24T03:49:53.000Z","name":"Felicity Prohaska","mobile_number":"493-935-4616","email_id":"Maya14@hotmail.com","dop":"2025-04-06","serial_number":"18720437561758200","imei1":"18720437561758200","imei2":"18720437561758200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165351,"job_number":"JOB_165351","tr_customer_id":165368,"tr_customer_product_id":165358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:52.000Z","modified_at":"2026-01-24T03:50:27.000Z","name":"Rebekah Crooks","mobile_number":"389-639-8225","email_id":"Nikolas34@hotmail.com","dop":"2025-04-06","serial_number":"11070167175546","imei1":"11070167175546","imei2":"11070167175546","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:50:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165350,"job_number":"JOB_165350","tr_customer_id":165367,"tr_customer_product_id":165357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:52.000Z","modified_at":"2026-01-24T03:49:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13554323013804","imei1":"13554323013804","imei2":"13554323013804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165346,"job_number":"JOB_165346","tr_customer_id":165363,"tr_customer_product_id":165353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:33.000Z","modified_at":"2026-01-24T03:49:33.000Z","name":"Nathen Reichert","mobile_number":"289-517-6308","email_id":"Wilbert_Russel@hotmail.com","dop":"2025-04-06","serial_number":"14112098358107610","imei1":"14112098358107610","imei2":"14112098358107610","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165345,"job_number":"JOB_165345","tr_customer_id":165362,"tr_customer_product_id":165352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:32.000Z","modified_at":"2026-01-24T03:50:08.000Z","name":"Patsy Wilkinson","mobile_number":"464-558-4664","email_id":"Hellen65@yahoo.com","dop":"2025-04-06","serial_number":"14910771462650","imei1":"14910771462650","imei2":"14910771462650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:50:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165344,"job_number":"JOB_165344","tr_customer_id":165361,"tr_customer_product_id":165351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:32.000Z","modified_at":"2026-01-24T03:49:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16427105170239","imei1":"16427105170239","imei2":"16427105170239","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165343,"job_number":"JOB_165343","tr_customer_id":165360,"tr_customer_product_id":165350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:25.000Z","modified_at":"2026-01-24T03:49:25.000Z","name":"Jolie Bernier","mobile_number":"536-628-7256","email_id":"Celestino.Wisozk49@gmail.com","dop":"2025-04-06","serial_number":"16217151647362924","imei1":"16217151647362924","imei2":"16217151647362924","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165342,"job_number":"JOB_165342","tr_customer_id":165359,"tr_customer_product_id":165349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:23.000Z","modified_at":"2026-01-24T03:49:23.000Z","name":"Krystina Gleichner","mobile_number":"345-879-8416","email_id":"Melvina17@hotmail.com","dop":"2025-04-06","serial_number":"12491444485544004","imei1":"12491444485544004","imei2":"12491444485544004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165341,"job_number":"JOB_165341","tr_customer_id":165358,"tr_customer_product_id":165348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:23.000Z","modified_at":"2026-01-24T03:50:00.000Z","name":"Jacklyn Wisoky","mobile_number":"535-964-6142","email_id":"Constantin70@gmail.com","dop":"2025-04-06","serial_number":"18620551817047","imei1":"18620551817047","imei2":"18620551817047","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165340,"job_number":"JOB_165340","tr_customer_id":165357,"tr_customer_product_id":165347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:23.000Z","modified_at":"2026-01-24T03:49:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12684171543306","imei1":"12684171543306","imei2":"12684171543306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165339,"job_number":"JOB_165339","tr_customer_id":165356,"tr_customer_product_id":165346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:22.000Z","modified_at":"2026-01-24T03:50:02.000Z","name":"Myah Littel","mobile_number":"826-946-1503","email_id":"Eldon_Okuneva@hotmail.com","dop":"2025-04-06","serial_number":"17876708639977","imei1":"17876708639977","imei2":"17876708639977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165338,"job_number":"JOB_165338","tr_customer_id":165355,"tr_customer_product_id":165345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:22.000Z","modified_at":"2026-01-24T03:49:22.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17976199179940","imei1":"17976199179940","imei2":"17976199179940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165337,"job_number":"JOB_165337","tr_customer_id":165354,"tr_customer_product_id":165344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:14.000Z","modified_at":"2026-01-24T03:49:15.000Z","name":"Tanya Wilderman","mobile_number":"740-556-4898","email_id":"Oren74@yahoo.com","dop":"2025-04-06","serial_number":"15465539341670244","imei1":"15465539341670244","imei2":"15465539341670244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165336,"job_number":"JOB_165336","tr_customer_id":165353,"tr_customer_product_id":165343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:13.000Z","modified_at":"2026-01-24T03:49:49.000Z","name":"Willard Borer","mobile_number":"429-871-0550","email_id":"Kyler75@hotmail.com","dop":"2025-04-06","serial_number":"17655381050455","imei1":"17655381050455","imei2":"17655381050455","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165335,"job_number":"JOB_165335","tr_customer_id":165352,"tr_customer_product_id":165342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:13.000Z","modified_at":"2026-01-24T03:49:13.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11643872202322","imei1":"11643872202322","imei2":"11643872202322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165334,"job_number":"JOB_165334","tr_customer_id":165351,"tr_customer_product_id":165341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:11.000Z","modified_at":"2026-01-24T03:49:11.000Z","name":"Desmond Schowalter","mobile_number":"867-479-1018","email_id":"Anabelle76@yahoo.com","dop":"2025-04-06","serial_number":"18498549604324308","imei1":"18498549604324308","imei2":"18498549604324308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165333,"job_number":"JOB_165333","tr_customer_id":165350,"tr_customer_product_id":165340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:10.000Z","modified_at":"2026-01-24T03:49:45.000Z","name":"Selina Konopelski","mobile_number":"662-684-1473","email_id":"Daren37@gmail.com","dop":"2025-04-06","serial_number":"15675762155541","imei1":"15675762155541","imei2":"15675762155541","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165332,"job_number":"JOB_165332","tr_customer_id":165349,"tr_customer_product_id":165339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:10.000Z","modified_at":"2026-01-24T03:49:10.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11166856025382","imei1":"11166856025382","imei2":"11166856025382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165327,"job_number":"JOB_165327","tr_customer_id":165344,"tr_customer_product_id":165334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:57.000Z","modified_at":"2026-01-24T03:48:57.000Z","name":"Cleve Crist","mobile_number":"959-392-2775","email_id":"Maximillian_Windler1@yahoo.com","dop":"2025-04-06","serial_number":"18890661954632910","imei1":"18890661954632910","imei2":"18890661954632910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165325,"job_number":"JOB_165325","tr_customer_id":165342,"tr_customer_product_id":165332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:56.000Z","modified_at":"2026-01-24T03:49:31.000Z","name":"Deron Howell","mobile_number":"264-228-4633","email_id":"Remington.Kuhic@hotmail.com","dop":"2025-04-06","serial_number":"12100932487775","imei1":"12100932487775","imei2":"12100932487775","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165323,"job_number":"JOB_165323","tr_customer_id":165340,"tr_customer_product_id":165330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:55.000Z","modified_at":"2026-01-24T03:48:55.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"13499364363182","imei1":"13499364363182","imei2":"13499364363182","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165321,"job_number":"JOB_165321","tr_customer_id":165338,"tr_customer_product_id":165328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:50.000Z","modified_at":"2026-01-24T03:48:50.000Z","name":"Erich Wolf","mobile_number":"647-821-7533","email_id":"Garett_Greenfelder@gmail.com","dop":"2025-04-06","serial_number":"17382459598498484","imei1":"17382459598498484","imei2":"17382459598498484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165320,"job_number":"JOB_165320","tr_customer_id":165337,"tr_customer_product_id":165327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:49.000Z","modified_at":"2026-01-24T03:49:25.000Z","name":"Calista Bins","mobile_number":"304-317-4356","email_id":"Cristina97@yahoo.com","dop":"2025-04-06","serial_number":"13874467875541","imei1":"13874467875541","imei2":"13874467875541","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165318,"job_number":"JOB_165318","tr_customer_id":165335,"tr_customer_product_id":165325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:49.000Z","modified_at":"2026-01-24T03:48:49.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17004721281782","imei1":"17004721281782","imei2":"17004721281782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165315,"job_number":"JOB_165315","tr_customer_id":165332,"tr_customer_product_id":165322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:48.000Z","modified_at":"2026-01-24T03:48:48.000Z","name":"Kaleigh Witting","mobile_number":"452-413-5002","email_id":"Isabell_Denesik49@gmail.com","dop":"2025-04-06","serial_number":"11442646291047482","imei1":"11442646291047482","imei2":"11442646291047482","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165314,"job_number":"JOB_165314","tr_customer_id":165331,"tr_customer_product_id":165321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:47.000Z","modified_at":"2026-01-24T03:48:47.000Z","name":"Arden Tremblay","mobile_number":"727-820-6131","email_id":"Kendra.Hyatt66@hotmail.com","dop":"2025-04-06","serial_number":"12412944973713898","imei1":"12412944973713898","imei2":"12412944973713898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165313,"job_number":"JOB_165313","tr_customer_id":165330,"tr_customer_product_id":165320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:47.000Z","modified_at":"2026-01-24T03:49:22.000Z","name":"Daisy Jacobson","mobile_number":"512-397-9519","email_id":"Magdalen_Lehner12@yahoo.com","dop":"2025-04-06","serial_number":"10176441396311","imei1":"10176441396311","imei2":"10176441396311","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165312,"job_number":"JOB_165312","tr_customer_id":165329,"tr_customer_product_id":165319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:46.000Z","modified_at":"2026-01-24T03:48:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12420352718073","imei1":"12420352718073","imei2":"12420352718073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165311,"job_number":"JOB_165311","tr_customer_id":165328,"tr_customer_product_id":165318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:46.000Z","modified_at":"2026-01-24T03:49:23.000Z","name":"Ivory Wolf","mobile_number":"711-712-3147","email_id":"Thalia.Jerde38@hotmail.com","dop":"2025-04-06","serial_number":"10166449174588","imei1":"10166449174588","imei2":"10166449174588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165310,"job_number":"JOB_165310","tr_customer_id":165327,"tr_customer_product_id":165317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:46.000Z","modified_at":"2026-01-24T03:48:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19119835456881","imei1":"19119835456881","imei2":"19119835456881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165309,"job_number":"JOB_165309","tr_customer_id":165326,"tr_customer_product_id":165316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:41.000Z","modified_at":"2026-01-24T03:48:41.000Z","name":"Shania Gorczany","mobile_number":"744-942-3992","email_id":"Leonardo24@gmail.com","dop":"2025-04-06","serial_number":"10023791850303816","imei1":"10023791850303816","imei2":"10023791850303816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165308,"job_number":"JOB_165308","tr_customer_id":165325,"tr_customer_product_id":165315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:40.000Z","modified_at":"2026-01-24T03:49:16.000Z","name":"Esmeralda Ruecker","mobile_number":"495-546-8924","email_id":"Kallie.Hartmann@hotmail.com","dop":"2025-04-06","serial_number":"16913730069897","imei1":"16913730069897","imei2":"16913730069897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165307,"job_number":"JOB_165307","tr_customer_id":165324,"tr_customer_product_id":165314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:40.000Z","modified_at":"2026-01-24T03:48:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12473790051572","imei1":"12473790051572","imei2":"12473790051572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165306,"job_number":"JOB_165306","tr_customer_id":165323,"tr_customer_product_id":165313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:37.000Z","modified_at":"2026-01-24T03:48:37.000Z","name":"Jaeden Ferry","mobile_number":"422-370-3628","email_id":"Eudora_Jaskolski74@yahoo.com","dop":"2025-04-06","serial_number":"15686992023527656","imei1":"15686992023527656","imei2":"15686992023527656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165305,"job_number":"JOB_165305","tr_customer_id":165322,"tr_customer_product_id":165312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:36.000Z","modified_at":"2026-01-24T03:49:14.000Z","name":"Colleen Swift","mobile_number":"782-630-7179","email_id":"Rosie64@gmail.com","dop":"2025-04-06","serial_number":"10497813776174","imei1":"10497813776174","imei2":"10497813776174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165303,"job_number":"JOB_165303","tr_customer_id":165320,"tr_customer_product_id":165310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:36.000Z","modified_at":"2026-01-24T03:48:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16252649260495","imei1":"16252649260495","imei2":"16252649260495","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165299,"job_number":"JOB_165299","tr_customer_id":165316,"tr_customer_product_id":165306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:32.000Z","modified_at":"2026-01-24T03:48:32.000Z","name":"Myra Upton","mobile_number":"882-890-8135","email_id":"Junior52@gmail.com","dop":"2025-04-06","serial_number":"17259419956991238","imei1":"17259419956991238","imei2":"17259419956991238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165298,"job_number":"JOB_165298","tr_customer_id":165315,"tr_customer_product_id":165305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:31.000Z","modified_at":"2026-01-24T03:49:06.000Z","name":"Nicole Steuber","mobile_number":"583-703-3100","email_id":"Sabrina29@yahoo.com","dop":"2025-04-06","serial_number":"14853994153611","imei1":"14853994153611","imei2":"14853994153611","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165297,"job_number":"JOB_165297","tr_customer_id":165314,"tr_customer_product_id":165304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:30.000Z","modified_at":"2026-01-24T03:48:30.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13042543927292","imei1":"13042543927292","imei2":"13042543927292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165296,"job_number":"JOB_165296","tr_customer_id":165313,"tr_customer_product_id":165303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:29.000Z","modified_at":"2026-01-24T03:48:29.000Z","name":"Pasquale Leffler","mobile_number":"433-518-7866","email_id":"Luna98@hotmail.com","dop":"2025-04-06","serial_number":"13639098013441312","imei1":"13639098013441312","imei2":"13639098013441312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165295,"job_number":"JOB_165295","tr_customer_id":165312,"tr_customer_product_id":165302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:29.000Z","modified_at":"2026-01-24T03:48:29.000Z","name":"Ellie Durgan","mobile_number":"743-240-4314","email_id":"Margie_Johns@gmail.com","dop":"2025-04-06","serial_number":"17333391059497404","imei1":"17333391059497404","imei2":"17333391059497404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165294,"job_number":"JOB_165294","tr_customer_id":165311,"tr_customer_product_id":165301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:28.000Z","modified_at":"2026-01-24T03:49:01.000Z","name":"Marlee Luettgen","mobile_number":"467-319-1714","email_id":"Irwin31@gmail.com","dop":"2025-04-06","serial_number":"12930018441064","imei1":"12930018441064","imei2":"12930018441064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165293,"job_number":"JOB_165293","tr_customer_id":165310,"tr_customer_product_id":165300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:28.000Z","modified_at":"2026-01-24T03:48:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17076562749631","imei1":"17076562749631","imei2":"17076562749631","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165292,"job_number":"JOB_165292","tr_customer_id":165309,"tr_customer_product_id":165299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:28.000Z","modified_at":"2026-01-24T03:49:03.000Z","name":"Polly Bednar","mobile_number":"886-599-9228","email_id":"Kaley_Schuster@gmail.com","dop":"2025-04-06","serial_number":"11166809691436","imei1":"11166809691436","imei2":"11166809691436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165291,"job_number":"JOB_165291","tr_customer_id":165308,"tr_customer_product_id":165298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:27.000Z","modified_at":"2026-01-24T03:48:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12354189792327","imei1":"12354189792327","imei2":"12354189792327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165290,"job_number":"JOB_165290","tr_customer_id":165307,"tr_customer_product_id":165297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:19.000Z","modified_at":"2026-01-24T03:48:19.000Z","name":"Elijah Bogisich","mobile_number":"339-349-3767","email_id":"Amina.Pacocha@yahoo.com","dop":"2025-04-06","serial_number":"11778325918391316","imei1":"11778325918391316","imei2":"11778325918391316","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165289,"job_number":"JOB_165289","tr_customer_id":165306,"tr_customer_product_id":165296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:19.000Z","modified_at":"2026-01-24T03:48:19.000Z","name":"Breana VonRueden","mobile_number":"268-593-3183","email_id":"Demetrius_Mueller@gmail.com","dop":"2025-04-06","serial_number":"10494592028224830","imei1":"10494592028224830","imei2":"10494592028224830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165288,"job_number":"JOB_165288","tr_customer_id":165305,"tr_customer_product_id":165295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:17.000Z","modified_at":"2026-01-24T03:48:52.000Z","name":"Amalia Schulist","mobile_number":"600-631-6223","email_id":"Mae13@yahoo.com","dop":"2025-04-06","serial_number":"17696535419523","imei1":"17696535419523","imei2":"17696535419523","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165287,"job_number":"JOB_165287","tr_customer_id":165304,"tr_customer_product_id":165294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:17.000Z","modified_at":"2026-01-24T03:48:53.000Z","name":"Lizzie Sporer","mobile_number":"455-427-1911","email_id":"Lessie_Feeney@hotmail.com","dop":"2025-04-06","serial_number":"11151640209231","imei1":"11151640209231","imei2":"11151640209231","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165286,"job_number":"JOB_165286","tr_customer_id":165303,"tr_customer_product_id":165293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:17.000Z","modified_at":"2026-01-24T03:48:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17529749883360","imei1":"17529749883360","imei2":"17529749883360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165285,"job_number":"JOB_165285","tr_customer_id":165302,"tr_customer_product_id":165292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:17.000Z","modified_at":"2026-01-24T03:48:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17765310761789","imei1":"17765310761789","imei2":"17765310761789","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165284,"job_number":"JOB_165284","tr_customer_id":165301,"tr_customer_product_id":165291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:15.000Z","modified_at":"2026-01-24T03:48:15.000Z","name":"Eleanore Waelchi","mobile_number":"494-580-8033","email_id":"Nicholaus41@hotmail.com","dop":"2025-04-06","serial_number":"17004497639633658","imei1":"17004497639633658","imei2":"17004497639633658","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165281,"job_number":"JOB_165281","tr_customer_id":165298,"tr_customer_product_id":165288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:14.000Z","modified_at":"2026-01-24T03:48:49.000Z","name":"Ora Zboncak","mobile_number":"633-644-2072","email_id":"Forrest.Goodwin33@yahoo.com","dop":"2025-04-06","serial_number":"10864419329946","imei1":"10864419329946","imei2":"10864419329946","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165279,"job_number":"JOB_165279","tr_customer_id":165296,"tr_customer_product_id":165286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:13.000Z","modified_at":"2026-01-24T03:48:13.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"12294728863929","imei1":"12294728863929","imei2":"12294728863929","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165273,"job_number":"JOB_165273","tr_customer_id":165290,"tr_customer_product_id":165280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:07.000Z","modified_at":"2026-01-24T03:48:07.000Z","name":"Randy Bartell","mobile_number":"744-267-2515","email_id":"Jesus.Bernier3@gmail.com","dop":"2025-04-06","serial_number":"15198429768929360","imei1":"15198429768929360","imei2":"15198429768929360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165272,"job_number":"JOB_165272","tr_customer_id":165289,"tr_customer_product_id":165279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:06.000Z","modified_at":"2026-01-24T03:48:42.000Z","name":"Gennaro Bergstrom","mobile_number":"601-534-9004","email_id":"Kristian94@hotmail.com","dop":"2025-04-06","serial_number":"13617331936404","imei1":"13617331936404","imei2":"13617331936404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165271,"job_number":"JOB_165271","tr_customer_id":165288,"tr_customer_product_id":165278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:06.000Z","modified_at":"2026-01-24T03:48:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17838088974483","imei1":"17838088974483","imei2":"17838088974483","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165270,"job_number":"JOB_165270","tr_customer_id":165287,"tr_customer_product_id":165277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:05.000Z","modified_at":"2026-01-24T03:48:05.000Z","name":"Lane Marvin","mobile_number":"347-773-0071","email_id":"Elliott26@gmail.com","dop":"2025-04-06","serial_number":"10739700696448526","imei1":"10739700696448526","imei2":"10739700696448526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165269,"job_number":"JOB_165269","tr_customer_id":165286,"tr_customer_product_id":165276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:04.000Z","modified_at":"2026-01-24T03:48:40.000Z","name":"Wayne Rosenbaum","mobile_number":"580-577-6365","email_id":"Hallie.Stamm@yahoo.com","dop":"2025-04-06","serial_number":"13528751543087","imei1":"13528751543087","imei2":"13528751543087","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165268,"job_number":"JOB_165268","tr_customer_id":165285,"tr_customer_product_id":165275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:04.000Z","modified_at":"2026-01-24T03:48:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11207931997699","imei1":"11207931997699","imei2":"11207931997699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165267,"job_number":"JOB_165267","tr_customer_id":165284,"tr_customer_product_id":165274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:03.000Z","modified_at":"2026-01-24T03:48:03.000Z","name":"Elian Bailey","mobile_number":"611-677-3100","email_id":"Zelda.Becker@gmail.com","dop":"2025-04-06","serial_number":"11024040291763016","imei1":"11024040291763016","imei2":"11024040291763016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165264,"job_number":"JOB_165264","tr_customer_id":165281,"tr_customer_product_id":165271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:02.000Z","modified_at":"2026-01-24T03:48:38.000Z","name":"Johann Botsford","mobile_number":"632-683-7666","email_id":"Aleen79@hotmail.com","dop":"2025-04-06","serial_number":"10107523326127","imei1":"10107523326127","imei2":"10107523326127","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165262,"job_number":"JOB_165262","tr_customer_id":165279,"tr_customer_product_id":165269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:01.000Z","modified_at":"2026-01-24T03:48:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17897392810890","imei1":"17897392810890","imei2":"17897392810890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165260,"job_number":"JOB_165260","tr_customer_id":165277,"tr_customer_product_id":165267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:51.000Z","modified_at":"2026-01-24T03:47:51.000Z","name":"Valentin Mayer","mobile_number":"294-293-3528","email_id":"Stewart.Erdman@yahoo.com","dop":"2025-04-06","serial_number":"18195987232686020","imei1":"18195987232686020","imei2":"18195987232686020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165259,"job_number":"JOB_165259","tr_customer_id":165276,"tr_customer_product_id":165266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:49.000Z","modified_at":"2026-01-24T03:47:49.000Z","name":"Shannon Carter","mobile_number":"687-873-5321","email_id":"Donna.Cummings@gmail.com","dop":"2025-04-06","serial_number":"10150034905457890","imei1":"10150034905457890","imei2":"10150034905457890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165258,"job_number":"JOB_165258","tr_customer_id":165275,"tr_customer_product_id":165265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:49.000Z","modified_at":"2026-01-24T03:48:28.000Z","name":"Bud Tremblay","mobile_number":"859-525-2976","email_id":"Stevie.Tillman@gmail.com","dop":"2025-04-06","serial_number":"18140877880880","imei1":"18140877880880","imei2":"18140877880880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165257,"job_number":"JOB_165257","tr_customer_id":165274,"tr_customer_product_id":165264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:49.000Z","modified_at":"2026-01-24T03:47:49.000Z","name":"Clifton Cormier","mobile_number":"360-552-5176","email_id":"Brennan_Connelly31@gmail.com","dop":"2025-04-06","serial_number":"10632270433270626","imei1":"10632270433270626","imei2":"10632270433270626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165256,"job_number":"JOB_165256","tr_customer_id":165273,"tr_customer_product_id":165263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:49.000Z","modified_at":"2026-01-24T03:47:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17593207823635","imei1":"17593207823635","imei2":"17593207823635","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165255,"job_number":"JOB_165255","tr_customer_id":165272,"tr_customer_product_id":165262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:48.000Z","modified_at":"2026-01-24T03:48:21.000Z","name":"Christopher Quitzon","mobile_number":"694-976-8037","email_id":"Halie_Ruecker48@gmail.com","dop":"2025-04-06","serial_number":"14425112581044","imei1":"14425112581044","imei2":"14425112581044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165254,"job_number":"JOB_165254","tr_customer_id":165271,"tr_customer_product_id":165261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:48.000Z","modified_at":"2026-01-24T03:48:23.000Z","name":"Geo Wyman","mobile_number":"929-440-1257","email_id":"Mackenzie49@hotmail.com","dop":"2025-04-06","serial_number":"14175926824094","imei1":"14175926824094","imei2":"14175926824094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165253,"job_number":"JOB_165253","tr_customer_id":165270,"tr_customer_product_id":165260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:48.000Z","modified_at":"2026-01-24T03:47:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13162430385628","imei1":"13162430385628","imei2":"13162430385628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165252,"job_number":"JOB_165252","tr_customer_id":165269,"tr_customer_product_id":165259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:48.000Z","modified_at":"2026-01-24T03:47:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19335628597194","imei1":"19335628597194","imei2":"19335628597194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165250,"job_number":"JOB_165250","tr_customer_id":165267,"tr_customer_product_id":165257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:37.000Z","modified_at":"2026-01-24T03:47:37.000Z","name":"Shawna Treutel","mobile_number":"414-259-4105","email_id":"Lillian.Swift22@yahoo.com","dop":"2025-04-06","serial_number":"12624380476171116","imei1":"12624380476171116","imei2":"12624380476171116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165249,"job_number":"JOB_165249","tr_customer_id":165266,"tr_customer_product_id":165256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:36.000Z","modified_at":"2026-01-24T03:48:10.000Z","name":"Delilah Dooley","mobile_number":"468-942-5942","email_id":"Marcella_Hamill@yahoo.com","dop":"2025-04-06","serial_number":"16574777996611","imei1":"16574777996611","imei2":"16574777996611","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165248,"job_number":"JOB_165248","tr_customer_id":165265,"tr_customer_product_id":165255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:36.000Z","modified_at":"2026-01-24T03:47:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15210621805297","imei1":"15210621805297","imei2":"15210621805297","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165247,"job_number":"JOB_165247","tr_customer_id":165264,"tr_customer_product_id":165254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:35.000Z","modified_at":"2026-01-24T03:47:35.000Z","name":"Isac Ferry","mobile_number":"944-701-4369","email_id":"Pete_Koch@gmail.com","dop":"2025-04-06","serial_number":"14235458838788024","imei1":"14235458838788024","imei2":"14235458838788024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165246,"job_number":"JOB_165246","tr_customer_id":165263,"tr_customer_product_id":165253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:34.000Z","modified_at":"2026-01-24T03:48:10.000Z","name":"Teresa Casper","mobile_number":"997-814-3496","email_id":"Serena91@hotmail.com","dop":"2025-04-06","serial_number":"19783290971610","imei1":"19783290971610","imei2":"19783290971610","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165245,"job_number":"JOB_165245","tr_customer_id":165262,"tr_customer_product_id":165252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:34.000Z","modified_at":"2026-01-24T03:47:34.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19980397546200","imei1":"19980397546200","imei2":"19980397546200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165244,"job_number":"JOB_165244","tr_customer_id":165261,"tr_customer_product_id":165251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:31.000Z","modified_at":"2026-01-24T03:47:31.000Z","name":"Reta Murray","mobile_number":"755-211-7241","email_id":"Mason.Ferry@hotmail.com","dop":"2025-06-18","serial_number":"1048423908180399","imei1":"1048423908180399","imei2":"1048423908180399","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165243,"job_number":"JOB_165243","tr_customer_id":165260,"tr_customer_product_id":165250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:31.000Z","modified_at":"2026-01-24T03:47:31.000Z","name":"Aiyana Rowe","mobile_number":"573-899-3329","email_id":"Zaria53@gmail.com","dop":"2025-04-06","serial_number":"13726684371870338","imei1":"13726684371870338","imei2":"13726684371870338","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165242,"job_number":"JOB_165242","tr_customer_id":165259,"tr_customer_product_id":165249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:31.000Z","modified_at":"2026-01-24T03:48:06.000Z","name":"Alphonso Jaskolski","mobile_number":"509-715-9500","email_id":"Jaydon_Little31@yahoo.com","dop":"2025-06-18","serial_number":"10487996669797","imei1":"10487996669797","imei2":"10487996669797","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165241,"job_number":"JOB_165241","tr_customer_id":165258,"tr_customer_product_id":165248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:30.000Z","modified_at":"2026-01-24T03:47:30.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10265565717621","imei1":"10265565717621","imei2":"10265565717621","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165239,"job_number":"JOB_165239","tr_customer_id":165256,"tr_customer_product_id":165246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:29.000Z","modified_at":"2026-01-24T03:48:05.000Z","name":"Garth Schmidt","mobile_number":"496-561-9172","email_id":"Macie_Cartwright@hotmail.com","dop":"2025-04-06","serial_number":"14168896875444","imei1":"14168896875444","imei2":"14168896875444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165238,"job_number":"JOB_165238","tr_customer_id":165255,"tr_customer_product_id":165245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:29.000Z","modified_at":"2026-01-24T03:47:29.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"10884333805824","imei1":"10884333805824","imei2":"10884333805824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165235,"job_number":"JOB_165235","tr_customer_id":165252,"tr_customer_product_id":165242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:23.000Z","modified_at":"2026-01-24T03:47:23.000Z","name":"Kristofer Kiehn","mobile_number":"893-355-5862","email_id":"Woodrow_Torp@yahoo.com","dop":"2025-04-06","serial_number":"10326450933890530","imei1":"10326450933890530","imei2":"10326450933890530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165233,"job_number":"JOB_165233","tr_customer_id":165250,"tr_customer_product_id":165240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:22.000Z","modified_at":"2026-01-24T03:47:57.000Z","name":"Milford Lynch","mobile_number":"228-835-4546","email_id":"Fredy.Auer@yahoo.com","dop":"2025-04-06","serial_number":"12879513286869","imei1":"12879513286869","imei2":"12879513286869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165232,"job_number":"JOB_165232","tr_customer_id":165249,"tr_customer_product_id":165239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:22.000Z","modified_at":"2026-01-24T03:47:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16007705472498","imei1":"16007705472498","imei2":"16007705472498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165231,"job_number":"JOB_165231","tr_customer_id":165248,"tr_customer_product_id":165238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:19.000Z","modified_at":"2026-01-24T03:47:19.000Z","name":"Rachel Armstrong","mobile_number":"299-934-8270","email_id":"Cleve_Larkin48@yahoo.com","dop":"2025-04-06","serial_number":"11436319448481816","imei1":"11436319448481816","imei2":"11436319448481816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165230,"job_number":"JOB_165230","tr_customer_id":165247,"tr_customer_product_id":165237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:18.000Z","modified_at":"2026-01-24T03:47:54.000Z","name":"Diego Dicki","mobile_number":"423-553-3094","email_id":"Joany_Johnson@gmail.com","dop":"2025-04-06","serial_number":"15733339361868","imei1":"15733339361868","imei2":"15733339361868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165229,"job_number":"JOB_165229","tr_customer_id":165246,"tr_customer_product_id":165236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:18.000Z","modified_at":"2026-01-24T03:47:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17375916782165","imei1":"17375916782165","imei2":"17375916782165","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165228,"job_number":"JOB_165228","tr_customer_id":165245,"tr_customer_product_id":165235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:15.000Z","modified_at":"2026-01-24T03:47:15.000Z","name":"Vance Schamberger","mobile_number":"267-876-4459","email_id":"Norval_Kuvalis@gmail.com","dop":"2025-04-06","serial_number":"19611514260066976","imei1":"19611514260066976","imei2":"19611514260066976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165227,"job_number":"JOB_165227","tr_customer_id":165244,"tr_customer_product_id":165234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:13.000Z","modified_at":"2026-01-24T03:47:49.000Z","name":"Lessie Cremin","mobile_number":"631-594-4467","email_id":"Jarvis_Bogisich@gmail.com","dop":"2025-04-06","serial_number":"10525826858687","imei1":"10525826858687","imei2":"10525826858687","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165226,"job_number":"JOB_165226","tr_customer_id":165243,"tr_customer_product_id":165233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:10.000Z","modified_at":"2026-01-24T03:47:10.000Z","name":"Bella Stracke","mobile_number":"989-223-0954","email_id":"Florence15@gmail.com","dop":"2025-04-06","serial_number":"18307658520214464","imei1":"18307658520214464","imei2":"18307658520214464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165225,"job_number":"JOB_165225","tr_customer_id":165242,"tr_customer_product_id":165232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:08.000Z","modified_at":"2026-01-24T03:47:41.000Z","name":"Idell Larkin","mobile_number":"883-330-4689","email_id":"Mariela.McLaughlin@hotmail.com","dop":"2025-04-06","serial_number":"12915115221935","imei1":"12915115221935","imei2":"12915115221935","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165224,"job_number":"JOB_165224","tr_customer_id":165241,"tr_customer_product_id":165231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:08.000Z","modified_at":"2026-01-24T03:47:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13439910089528","imei1":"13439910089528","imei2":"13439910089528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165222,"job_number":"JOB_165222","tr_customer_id":165239,"tr_customer_product_id":165229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:06.000Z","modified_at":"2026-01-24T03:47:06.000Z","name":"Icie Schaefer","mobile_number":"391-380-1114","email_id":"Rosina83@yahoo.com","dop":"2025-04-06","serial_number":"17355661698514082","imei1":"17355661698514082","imei2":"17355661698514082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165221,"job_number":"JOB_165221","tr_customer_id":165238,"tr_customer_product_id":165228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:04.000Z","modified_at":"2026-01-24T03:47:38.000Z","name":"Ryann Romaguera","mobile_number":"419-395-6523","email_id":"Thora.Kirlin@gmail.com","dop":"2025-04-06","serial_number":"14447140594622","imei1":"14447140594622","imei2":"14447140594622","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165220,"job_number":"JOB_165220","tr_customer_id":165237,"tr_customer_product_id":165227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:56.000Z","modified_at":"2026-01-24T03:46:56.000Z","name":"Patrick Cruickshank","mobile_number":"476-971-6599","email_id":"Madeline32@yahoo.com","dop":"2025-04-06","serial_number":"15163374061810008","imei1":"15163374061810008","imei2":"15163374061810008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165219,"job_number":"JOB_165219","tr_customer_id":165236,"tr_customer_product_id":165226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:55.000Z","modified_at":"2026-01-24T03:47:29.000Z","name":"Karlee Rempel","mobile_number":"985-431-9206","email_id":"Carli71@hotmail.com","dop":"2025-04-06","serial_number":"12841736426590","imei1":"12841736426590","imei2":"12841736426590","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165218,"job_number":"JOB_165218","tr_customer_id":165235,"tr_customer_product_id":165225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:54.000Z","modified_at":"2026-01-24T03:46:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11920408539379","imei1":"11920408539379","imei2":"11920408539379","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165217,"job_number":"JOB_165217","tr_customer_id":165234,"tr_customer_product_id":165224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:54.000Z","modified_at":"2026-01-24T03:46:54.000Z","name":"Malachi Mante","mobile_number":"726-459-4971","email_id":"Manley_Schinner97@yahoo.com","dop":"2025-04-06","serial_number":"11847350529309364","imei1":"11847350529309364","imei2":"11847350529309364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165216,"job_number":"JOB_165216","tr_customer_id":165233,"tr_customer_product_id":165223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:53.000Z","modified_at":"2026-01-24T03:47:29.000Z","name":"Ursula Lakin","mobile_number":"696-974-4969","email_id":"Russel_Prohaska85@gmail.com","dop":"2025-04-06","serial_number":"15909922008324","imei1":"15909922008324","imei2":"15909922008324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165215,"job_number":"JOB_165215","tr_customer_id":165232,"tr_customer_product_id":165222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:53.000Z","modified_at":"2026-01-24T03:46:53.000Z","name":"Jaime Tromp","mobile_number":"520-909-2781","email_id":"Chaz_Harber@hotmail.com","dop":"2025-04-06","serial_number":"14601063717259336","imei1":"14601063717259336","imei2":"14601063717259336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165214,"job_number":"JOB_165214","tr_customer_id":165231,"tr_customer_product_id":165221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:51.000Z","modified_at":"2026-01-24T03:47:27.000Z","name":"Alfred Williamson","mobile_number":"489-359-7036","email_id":"Marley12@gmail.com","dop":"2025-04-06","serial_number":"11260948827689","imei1":"11260948827689","imei2":"11260948827689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165213,"job_number":"JOB_165213","tr_customer_id":165230,"tr_customer_product_id":165220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:51.000Z","modified_at":"2026-01-24T03:46:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12724244283282","imei1":"12724244283282","imei2":"12724244283282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165212,"job_number":"JOB_165212","tr_customer_id":165229,"tr_customer_product_id":165219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:49.000Z","modified_at":"2026-01-24T03:46:49.000Z","name":"Allene D'Amore","mobile_number":"658-500-3778","email_id":"Alvina_Nolan37@gmail.com","dop":"2025-06-18","serial_number":"1018546429533210","imei1":"1018546429533210","imei2":"1018546429533210","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165211,"job_number":"JOB_165211","tr_customer_id":165228,"tr_customer_product_id":165218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:49.000Z","modified_at":"2026-01-24T03:47:23.000Z","name":"Donato Balistreri","mobile_number":"979-678-7990","email_id":"Emma20@yahoo.com","dop":"2025-06-18","serial_number":"10769688366220","imei1":"10769688366220","imei2":"10769688366220","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165210,"job_number":"JOB_165210","tr_customer_id":165227,"tr_customer_product_id":165217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:48.000Z","modified_at":"2026-01-24T03:46:48.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10295864243369","imei1":"10295864243369","imei2":"10295864243369","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165209,"job_number":"JOB_165209","tr_customer_id":165226,"tr_customer_product_id":165216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:47.000Z","modified_at":"2026-01-24T03:46:47.000Z","name":"Zelma Bartoletti","mobile_number":"402-367-0122","email_id":"Georgiana.Mann@hotmail.com","dop":"2025-04-06","serial_number":"18001907938669360","imei1":"18001907938669360","imei2":"18001907938669360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165208,"job_number":"JOB_165208","tr_customer_id":165225,"tr_customer_product_id":165215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:46.000Z","modified_at":"2026-01-24T03:47:22.000Z","name":"Arvid Langosh","mobile_number":"507-835-9223","email_id":"Freddie.Conroy89@hotmail.com","dop":"2025-04-06","serial_number":"12680589231953","imei1":"12680589231953","imei2":"12680589231953","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165207,"job_number":"JOB_165207","tr_customer_id":165224,"tr_customer_product_id":165214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:46.000Z","modified_at":"2026-01-24T03:46:46.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10404459839236","imei1":"10404459839236","imei2":"10404459839236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165204,"job_number":"JOB_165204","tr_customer_id":165221,"tr_customer_product_id":165211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:30.000Z","modified_at":"2026-01-24T03:46:30.000Z","name":"Maddison Feest","mobile_number":"515-659-7262","email_id":"Hailey63@yahoo.com","dop":"2025-04-06","serial_number":"15458836469705062","imei1":"15458836469705062","imei2":"15458836469705062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165203,"job_number":"JOB_165203","tr_customer_id":165220,"tr_customer_product_id":165210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:28.000Z","modified_at":"2026-01-24T03:47:03.000Z","name":"Kasandra Lakin","mobile_number":"610-278-8319","email_id":"Catherine_McKenzie20@hotmail.com","dop":"2025-04-06","serial_number":"16245445778918","imei1":"16245445778918","imei2":"16245445778918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165201,"job_number":"JOB_165201","tr_customer_id":165218,"tr_customer_product_id":165208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:16.000Z","modified_at":"2026-01-24T03:46:16.000Z","name":"Odell Greenfelder","mobile_number":"870-981-9350","email_id":"Justine.Walsh74@gmail.com","dop":"2025-04-06","serial_number":"14988859506061440","imei1":"14988859506061440","imei2":"14988859506061440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165200,"job_number":"JOB_165200","tr_customer_id":165217,"tr_customer_product_id":165207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:15.000Z","modified_at":"2026-01-24T03:46:49.000Z","name":"Janessa Lang","mobile_number":"636-502-3354","email_id":"Alford.Koepp77@yahoo.com","dop":"2025-04-06","serial_number":"18282570152671","imei1":"18282570152671","imei2":"18282570152671","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:46:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165199,"job_number":"JOB_165199","tr_customer_id":165216,"tr_customer_product_id":165206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:05.000Z","modified_at":"2026-01-24T03:46:13.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"78408771303540","imei1":"78408771303540","imei2":"78408771303540","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:46:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165198,"job_number":"JOB_165198","tr_customer_id":165215,"tr_customer_product_id":165205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:04.000Z","modified_at":"2026-01-24T03:46:04.000Z","name":"Amparo Kshlerin","mobile_number":"381-681-8183","email_id":"Vincenza_Collier14@yahoo.com","dop":"2025-04-06","serial_number":"16254909928325924","imei1":"16254909928325924","imei2":"16254909928325924","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165197,"job_number":"JOB_165197","tr_customer_id":165214,"tr_customer_product_id":165204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:03.000Z","modified_at":"2026-01-24T03:46:39.000Z","name":"Mona Gulgowski","mobile_number":"553-969-1357","email_id":"Jaqueline97@gmail.com","dop":"2025-04-06","serial_number":"10594313299913","imei1":"10594313299913","imei2":"10594313299913","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:46:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165196,"job_number":"JOB_165196","tr_customer_id":165213,"tr_customer_product_id":165203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:03.000Z","modified_at":"2026-01-24T03:46:03.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"11288208623723","imei1":"11288208623723","imei2":"11288208623723","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165195,"job_number":"JOB_165195","tr_customer_id":165212,"tr_customer_product_id":165202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:45:56.000Z","modified_at":"2026-01-24T03:45:56.000Z","name":"Nash Streich","mobile_number":"736-708-8115","email_id":"Conrad_Johnston43@hotmail.com","dop":"2025-04-06","serial_number":"15833176501882092","imei1":"15833176501882092","imei2":"15833176501882092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:45:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165194,"job_number":"JOB_165194","tr_customer_id":165211,"tr_customer_product_id":165201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:45:54.000Z","modified_at":"2026-01-24T03:46:30.000Z","name":"Mathilde Terry","mobile_number":"874-239-5346","email_id":"Nelson.Beatty4@hotmail.com","dop":"2025-04-06","serial_number":"17648778917670","imei1":"17648778917670","imei2":"17648778917670","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:46:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165193,"job_number":"JOB_165193","tr_customer_id":165210,"tr_customer_product_id":165200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:45:54.000Z","modified_at":"2026-01-24T03:46:02.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"105816843894228","imei1":"105816843894228","imei2":"105816843894228","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:46:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165192,"job_number":"JOB_165192","tr_customer_id":165209,"tr_customer_product_id":165199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:29:45.000Z","modified_at":"2026-01-24T03:29:45.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-14","serial_number":"11794514993612","imei1":"18904414473612","imei2":"130779079163712","popurl":"2026-01-14T03:29:42.924599100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165191,"job_number":"JOB_165191","tr_customer_id":165208,"tr_customer_product_id":165198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:08:52.000Z","modified_at":"2026-01-24T03:08:52.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-14","serial_number":"11794514993692","imei1":"18904414473692","imei2":"130779079163792","popurl":"2026-01-14T03:08:49.568922500Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:08:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165190,"job_number":"JOB_165190","tr_customer_id":165207,"tr_customer_product_id":165197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T02:40:48.000Z","modified_at":"2026-01-24T02:41:09.000Z","name":"Berry Bergstrom","mobile_number":"829-478-1502","email_id":"Haley.Rolfson@gmail.com","dop":"2026-01-04","serial_number":"15045935714565","imei1":"15045935714565","imei2":"15045935714565","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-24T02:41:09.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":165189,"job_number":"JOB_165189","tr_customer_id":165206,"tr_customer_product_id":165196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T02:31:59.000Z","modified_at":"2026-01-24T02:31:59.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-14","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-14T02:31:56.148478100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T02:31:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165349,"job_number":"JOB_165349","tr_customer_id":165366,"tr_customer_product_id":165356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:41.000Z","modified_at":"2026-01-24T03:49:41.000Z","name":"Kendra Von","mobile_number":"683-891-4922","email_id":"Lydia.Bruen@gmail.com","dop":"2000-01-31","serial_number":"1010019691618416","imei1":"1010019691618416","imei2":"1010019691618416","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:41.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165347,"job_number":"JOB_165347","tr_customer_id":165364,"tr_customer_product_id":165354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:39.000Z","modified_at":"2026-01-24T03:49:39.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10006744099680","imei1":"10006744099680","imei2":"10006744099680","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165326,"job_number":"JOB_165326","tr_customer_id":165343,"tr_customer_product_id":165333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:57.000Z","modified_at":"2026-01-24T03:48:57.000Z","name":"Devante Brekke","mobile_number":"908-921-4239","email_id":"Keaton.Lakin@hotmail.com","dop":"2000-01-31","serial_number":"1002407092473011","imei1":"1002407092473011","imei2":"1002407092473011","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:57.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165322,"job_number":"JOB_165322","tr_customer_id":165339,"tr_customer_product_id":165329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:55.000Z","modified_at":"2026-01-24T03:48:55.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10240584392354","imei1":"10240584392354","imei2":"10240584392354","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:55.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165278,"job_number":"JOB_165278","tr_customer_id":165295,"tr_customer_product_id":165285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:13.000Z","modified_at":"2026-01-24T03:48:13.000Z","name":"Enrico Keebler","mobile_number":"563-716-0361","email_id":"Pink44@hotmail.com","dop":"2000-01-31","serial_number":"1039011323319416","imei1":"1039011323319416","imei2":"1039011323319416","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165274,"job_number":"JOB_165274","tr_customer_id":165291,"tr_customer_product_id":165281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:12.000Z","modified_at":"2026-01-24T03:48:12.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10103952565966","imei1":"10103952565966","imei2":"10103952565966","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165240,"job_number":"JOB_165240","tr_customer_id":165257,"tr_customer_product_id":165247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:30.000Z","modified_at":"2026-01-24T03:47:30.000Z","name":"Richmond Rempel","mobile_number":"848-227-8620","email_id":"Lonnie66@gmail.com","dop":"2000-01-31","serial_number":"1051962331884930","imei1":"1051962331884930","imei2":"1051962331884930","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165236,"job_number":"JOB_165236","tr_customer_id":165253,"tr_customer_product_id":165243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:28.000Z","modified_at":"2026-01-24T03:47:28.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10400783211185","imei1":"10400783211185","imei2":"10400783211185","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165464,"job_number":"JOB_165464","tr_customer_id":165481,"tr_customer_product_id":165471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:03:35.000Z","modified_at":"2026-01-24T05:03:35.000Z","name":"Vivek Yadav","mobile_number":"8788138617","email_id":"ccivivek123@gmail.com","dop":"2026-01-14","serial_number":"891398385161723","imei1":"891398385161723","imei2":"891398385161723","popurl":"2026-01-14T05:03:34.489261500Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:03:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165439,"job_number":"JOB_165439","tr_customer_id":165456,"tr_customer_product_id":165446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:39.000Z","modified_at":"2026-01-24T04:50:39.000Z","name":"DIDIDID Rippin","mobile_number":"273-218-0237","email_id":"Colt.Heathcote@gmail.com","dop":"2024-10-15","serial_number":"81845678901794","imei1":"81845678901794","imei2":"81845678901794","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165438,"job_number":"JOB_165438","tr_customer_id":165455,"tr_customer_product_id":165445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:39.000Z","modified_at":"2026-01-24T04:50:39.000Z","name":"Sunil Rippin","mobile_number":"273-218-0237","email_id":"Colt.Heathcote@gmail.com","dop":"2024-10-15","serial_number":"32545678901234","imei1":"32545678901234","imei2":"32545678901234","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165437,"job_number":"JOB_165437","tr_customer_id":165454,"tr_customer_product_id":165444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:39.000Z","modified_at":"2026-01-24T04:50:39.000Z","name":"Rocker Rippin","mobile_number":"273-218-0237","email_id":"Colt.Heathcote@gmail.com","dop":"2024-10-15","serial_number":"81845678901234","imei1":"81845678901234","imei2":"81845678901234","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165436,"job_number":"JOB_165436","tr_customer_id":165453,"tr_customer_product_id":165443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:39.000Z","modified_at":"2026-01-24T04:50:39.000Z","name":"Dada Rippin","mobile_number":"273-218-0237","email_id":"Colt.Heathcote@gmail.com","dop":"2024-10-15","serial_number":"19845678901234","imei1":"19845678901234","imei2":"19845678901234","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165435,"job_number":"JOB_165435","tr_customer_id":165452,"tr_customer_product_id":165442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:39.000Z","modified_at":"2026-01-24T04:50:39.000Z","name":"Vivek Rippin","mobile_number":"273-218-0237","email_id":"Colt.Heathcote@gmail.com","dop":"2024-10-15","serial_number":"14545678901234","imei1":"14545678901234","imei2":"14545678901234","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165377,"job_number":"JOB_165377","tr_customer_id":165394,"tr_customer_product_id":165384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:29.000Z","modified_at":"2026-01-24T03:57:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"94153004613839","imei1":"94153004613839","imei2":"94153004613839","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165376,"job_number":"JOB_165376","tr_customer_id":165393,"tr_customer_product_id":165383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:29.000Z","modified_at":"2026-01-24T03:57:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62001648375731","imei1":"62001648375731","imei2":"62001648375731","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165375,"job_number":"JOB_165375","tr_customer_id":165392,"tr_customer_product_id":165382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:29.000Z","modified_at":"2026-01-24T03:57:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"70064494170307","imei1":"70064494170307","imei2":"70064494170307","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165374,"job_number":"JOB_165374","tr_customer_id":165391,"tr_customer_product_id":165381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:29.000Z","modified_at":"2026-01-24T03:57:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95374323083601","imei1":"95374323083601","imei2":"95374323083601","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165373,"job_number":"JOB_165373","tr_customer_id":165390,"tr_customer_product_id":165380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:28.000Z","modified_at":"2026-01-24T03:57:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92151405704462","imei1":"92151405704462","imei2":"92151405704462","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165372,"job_number":"JOB_165372","tr_customer_id":165389,"tr_customer_product_id":165379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:28.000Z","modified_at":"2026-01-24T03:57:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69821337427820","imei1":"69821337427820","imei2":"69821337427820","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165371,"job_number":"JOB_165371","tr_customer_id":165388,"tr_customer_product_id":165378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:28.000Z","modified_at":"2026-01-24T03:57:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15832077451393","imei1":"15832077451393","imei2":"15832077451393","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165370,"job_number":"JOB_165370","tr_customer_id":165387,"tr_customer_product_id":165377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:00.000Z","modified_at":"2026-01-24T03:57:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20155290712716","imei1":"20155290712716","imei2":"20155290712716","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165369,"job_number":"JOB_165369","tr_customer_id":165386,"tr_customer_product_id":165376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:00.000Z","modified_at":"2026-01-24T03:57:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"14160089827597","imei1":"14160089827597","imei2":"14160089827597","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165368,"job_number":"JOB_165368","tr_customer_id":165385,"tr_customer_product_id":165375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:59.000Z","modified_at":"2026-01-24T03:56:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62007948357390","imei1":"62007948357390","imei2":"62007948357390","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165367,"job_number":"JOB_165367","tr_customer_id":165384,"tr_customer_product_id":165374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:59.000Z","modified_at":"2026-01-24T03:56:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"17577269128697","imei1":"17577269128697","imei2":"17577269128697","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165366,"job_number":"JOB_165366","tr_customer_id":165383,"tr_customer_product_id":165373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:59.000Z","modified_at":"2026-01-24T03:56:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72065225541662","imei1":"72065225541662","imei2":"72065225541662","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165365,"job_number":"JOB_165365","tr_customer_id":165382,"tr_customer_product_id":165372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:58.000Z","modified_at":"2026-01-24T03:56:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24535194504843","imei1":"24535194504843","imei2":"24535194504843","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165364,"job_number":"JOB_165364","tr_customer_id":165381,"tr_customer_product_id":165371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:58.000Z","modified_at":"2026-01-24T03:56:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83582343585385","imei1":"83582343585385","imei2":"83582343585385","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165363,"job_number":"JOB_165363","tr_customer_id":165380,"tr_customer_product_id":165370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:30.000Z","modified_at":"2026-01-24T03:56:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62267676982266","imei1":"62267676982266","imei2":"62267676982266","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:56:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165362,"job_number":"JOB_165362","tr_customer_id":165379,"tr_customer_product_id":165369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:30.000Z","modified_at":"2026-01-24T03:56:30.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87768503837015","imei1":"87768503837015","imei2":"87768503837015","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165361,"job_number":"JOB_165361","tr_customer_id":165378,"tr_customer_product_id":165368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:30.000Z","modified_at":"2026-01-24T03:56:30.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18940416443342","imei1":"18940416443342","imei2":"18940416443342","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165360,"job_number":"JOB_165360","tr_customer_id":165377,"tr_customer_product_id":165367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:29.000Z","modified_at":"2026-01-24T03:56:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84692265166585","imei1":"84692265166585","imei2":"84692265166585","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165359,"job_number":"JOB_165359","tr_customer_id":165376,"tr_customer_product_id":165366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:29.000Z","modified_at":"2026-01-24T03:56:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31311602469488","imei1":"31311602469488","imei2":"31311602469488","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165358,"job_number":"JOB_165358","tr_customer_id":165375,"tr_customer_product_id":165365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:29.000Z","modified_at":"2026-01-24T03:56:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12324434030108","imei1":"12324434030108","imei2":"12324434030108","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165357,"job_number":"JOB_165357","tr_customer_id":165374,"tr_customer_product_id":165364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:28.000Z","modified_at":"2026-01-24T03:56:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28469649454160","imei1":"28469649454160","imei2":"28469649454160","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165348,"job_number":"JOB_165348","tr_customer_id":165365,"tr_customer_product_id":165355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:39.000Z","modified_at":"2026-01-24T03:50:16.000Z","name":"Vernon Streich","mobile_number":"710-415-8052","email_id":"Dewayne_Hintz@yahoo.com","dop":"2000-01-31","serial_number":"10203852130749","imei1":"10203852130749","imei2":"10203852130749","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165324,"job_number":"JOB_165324","tr_customer_id":165341,"tr_customer_product_id":165331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:56.000Z","modified_at":"2026-01-24T03:49:32.000Z","name":"Catherine Howell","mobile_number":"946-827-9177","email_id":"Geoffrey34@hotmail.com","dop":"2000-01-31","serial_number":"10720153211243","imei1":"10720153211243","imei2":"10720153211243","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165275,"job_number":"JOB_165275","tr_customer_id":165292,"tr_customer_product_id":165282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:12.000Z","modified_at":"2026-01-24T03:48:48.000Z","name":"Cesar Hessel","mobile_number":"805-359-5121","email_id":"Luisa.King@hotmail.com","dop":"2000-01-31","serial_number":"10800688240996","imei1":"10800688240996","imei2":"10800688240996","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165237,"job_number":"JOB_165237","tr_customer_id":165254,"tr_customer_product_id":165244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:28.000Z","modified_at":"2026-01-24T03:48:05.000Z","name":"Mafalda Buckridge","mobile_number":"402-319-0830","email_id":"Erica.Mitchell63@hotmail.com","dop":"2000-01-31","serial_number":"10676331148815","imei1":"10676331148815","imei2":"10676331148815","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165565,"job_number":"JOB_165565","tr_customer_id":165582,"tr_customer_product_id":165572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T06:14:18.000Z","modified_at":"2026-01-24T06:14:18.000Z","name":"Gertrude Brown","mobile_number":"911-718-6603","email_id":"Trever_Reichert66@yahoo.com","dop":"2025-11-04","serial_number":"45886525775194","imei1":"45886525775194","imei2":"45886525775194","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T06:14:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165564,"job_number":"JOB_165564","tr_customer_id":165581,"tr_customer_product_id":165571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T06:14:03.000Z","modified_at":"2026-01-24T06:14:14.000Z","name":"Jairo Gerhold","mobile_number":"969-391-0112","email_id":"Darwin14@yahoo.com","dop":"2025-11-04","serial_number":"87652544601848","imei1":"87652544601848","imei2":"87652544601848","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T06:14:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165430,"job_number":"JOB_165430","tr_customer_id":165447,"tr_customer_product_id":165437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:37:21.000Z","modified_at":"2026-01-24T04:37:21.000Z","name":"Amodini Panicker","mobile_number":"8240874778","email_id":"prem.chopra@yahoo.co.in","dop":"2026-01-14","serial_number":"953753765593979","imei1":"346468571859408","imei2":"110605895740800","popurl":"www.chandani-asan.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:37:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165378,"job_number":"JOB_165378","tr_customer_id":165395,"tr_customer_product_id":165385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:01:58.000Z","modified_at":"2026-01-24T04:01:58.000Z","name":"Janis Doyle","mobile_number":"789-498-2468","email_id":"Craig_Jacobson51@hotmail.com","dop":"2025-11-09","serial_number":"33286636283367","imei1":"33286636283367","imei2":"33286636283367","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:01:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165331,"job_number":"JOB_165331","tr_customer_id":165348,"tr_customer_product_id":165338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:05.000Z","modified_at":"2026-01-24T03:49:05.000Z","name":"Chandler Hirthe","mobile_number":"305-637-7431","email_id":"Kenya_Bahringer@gmail.com","dop":"2025-06-09","serial_number":"74114767894301950","imei1":"74114767894301950","imei2":"74114767894301950","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165330,"job_number":"JOB_165330","tr_customer_id":165347,"tr_customer_product_id":165337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:03.000Z","modified_at":"2026-01-24T03:49:03.000Z","name":"Herminia Gerhold","mobile_number":"269-491-7625","email_id":"Clementine_Balistreri@yahoo.com","dop":"2025-06-09","serial_number":"101567892864210","imei1":"101567892864210","imei2":"101567892864210","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165329,"job_number":"JOB_165329","tr_customer_id":165346,"tr_customer_product_id":165336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:03.000Z","modified_at":"2026-01-24T03:49:13.000Z","name":"Jeremy Sipes","mobile_number":"227-267-5955","email_id":"Ronny_Runolfsson@gmail.com","dop":"2025-06-09","serial_number":"106901663804755","imei1":"106901663804755","imei2":"106901663804755","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165328,"job_number":"JOB_165328","tr_customer_id":165345,"tr_customer_product_id":165335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:03.000Z","modified_at":"2026-01-24T03:49:03.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"108655859389815","imei1":"108655859389815","imei2":"108655859389815","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165319,"job_number":"JOB_165319","tr_customer_id":165336,"tr_customer_product_id":165326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:49.000Z","modified_at":"2026-01-24T03:48:49.000Z","name":"Roselyn Welch","mobile_number":"985-636-0881","email_id":"Orlando.Mayer34@hotmail.com","dop":"2025-06-09","serial_number":"101563529608687","imei1":"101563529608687","imei2":"101563529608687","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165317,"job_number":"JOB_165317","tr_customer_id":165334,"tr_customer_product_id":165324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:49.000Z","modified_at":"2026-01-24T03:48:59.000Z","name":"Ayden Lemke","mobile_number":"849-844-6427","email_id":"Lonie.Boyer56@gmail.com","dop":"2025-06-09","serial_number":"103681522946978","imei1":"103681522946978","imei2":"103681522946978","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165316,"job_number":"JOB_165316","tr_customer_id":165333,"tr_customer_product_id":165323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:48.000Z","modified_at":"2026-01-24T03:48:48.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106297103739946","imei1":"106297103739946","imei2":"106297103739946","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165304,"job_number":"JOB_165304","tr_customer_id":165321,"tr_customer_product_id":165311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:36.000Z","modified_at":"2026-01-24T03:48:36.000Z","name":"Mossie Oberbrunner","mobile_number":"702-524-7924","email_id":"Deangelo_Moore@yahoo.com","dop":"2025-06-09","serial_number":"20315345858026310","imei1":"20315345858026310","imei2":"20315345858026310","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165302,"job_number":"JOB_165302","tr_customer_id":165319,"tr_customer_product_id":165309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:34.000Z","modified_at":"2026-01-24T03:48:34.000Z","name":"Ed Thompson","mobile_number":"701-260-0323","email_id":"Mackenzie.Deckow3@gmail.com","dop":"2025-06-09","serial_number":"104727413155763","imei1":"104727413155763","imei2":"104727413155763","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165301,"job_number":"JOB_165301","tr_customer_id":165318,"tr_customer_product_id":165308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:34.000Z","modified_at":"2026-01-24T03:48:44.000Z","name":"Rosario Glover","mobile_number":"698-957-2587","email_id":"Coy.Ullrich@yahoo.com","dop":"2025-06-09","serial_number":"102060254844036","imei1":"102060254844036","imei2":"102060254844036","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165300,"job_number":"JOB_165300","tr_customer_id":165317,"tr_customer_product_id":165307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:34.000Z","modified_at":"2026-01-24T03:48:34.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109211789309755","imei1":"109211789309755","imei2":"109211789309755","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165283,"job_number":"JOB_165283","tr_customer_id":165300,"tr_customer_product_id":165290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:15.000Z","modified_at":"2026-01-24T03:48:38.000Z","name":"Sidney Gorczany","mobile_number":"843-718-8642","email_id":"Loren.Rutherford@gmail.com","dop":"2025-10-01","serial_number":"17465372921200","imei1":"17465372921200","imei2":"17465372921200","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165282,"job_number":"JOB_165282","tr_customer_id":165299,"tr_customer_product_id":165289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:14.000Z","modified_at":"2026-01-24T03:48:14.000Z","name":"Earline Fahey","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"105164321720542","imei1":"105164321720542","imei2":"105164321720542","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165280,"job_number":"JOB_165280","tr_customer_id":165297,"tr_customer_product_id":165287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:14.000Z","modified_at":"2026-01-24T03:48:14.000Z","name":"Alyce Kling","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101704248277401","imei1":"101704248277401","imei2":"101704248277401","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165277,"job_number":"JOB_165277","tr_customer_id":165294,"tr_customer_product_id":165284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:13.000Z","modified_at":"2026-01-24T03:48:13.000Z","name":"Rodger Welch","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"151961029544427","imei1":"151961029544427","imei2":"151961029544427","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165276,"job_number":"JOB_165276","tr_customer_id":165293,"tr_customer_product_id":165283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:13.000Z","modified_at":"2026-01-24T03:48:13.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"128018002721617","imei1":"128018002721617","imei2":"128018002721617","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165266,"job_number":"JOB_165266","tr_customer_id":165283,"tr_customer_product_id":165273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:02.000Z","modified_at":"2026-01-24T03:48:02.000Z","name":"Ericka Schmitt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"156337493072168","imei1":"156337493072168","imei2":"156337493072168","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165265,"job_number":"JOB_165265","tr_customer_id":165282,"tr_customer_product_id":165272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:02.000Z","modified_at":"2026-01-24T03:48:02.000Z","name":"Merritt Kuhic","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"197622394715727","imei1":"197622394715727","imei2":"197622394715727","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165263,"job_number":"JOB_165263","tr_customer_id":165280,"tr_customer_product_id":165270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:02.000Z","modified_at":"2026-01-24T03:48:02.000Z","name":"Samir Heaney","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"170699904011310","imei1":"170699904011310","imei2":"170699904011310","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165261,"job_number":"JOB_165261","tr_customer_id":165278,"tr_customer_product_id":165268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:01.000Z","modified_at":"2026-01-24T03:48:01.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"184299283237916","imei1":"184299283237916","imei2":"184299283237916","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165251,"job_number":"JOB_165251","tr_customer_id":165268,"tr_customer_product_id":165258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:38.000Z","modified_at":"2026-01-24T03:47:38.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Retha93@gmail.com","dop":"2025-07-02","serial_number":"15378550413215","imei1":"15378550413215","imei2":"15378550413215","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165234,"job_number":"JOB_165234","tr_customer_id":165251,"tr_customer_product_id":165241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:22.000Z","modified_at":"2026-01-24T03:47:22.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Nicola73@hotmail.com","dop":"2025-07-02","serial_number":"19886404242755","imei1":"19886404242755","imei2":"19886404242755","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165223,"job_number":"JOB_165223","tr_customer_id":165240,"tr_customer_product_id":165230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:06.000Z","modified_at":"2026-01-24T03:47:06.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Mckenzie.Franecki0@yahoo.com","dop":"2025-07-02","serial_number":"19433006903996","imei1":"19433006903996","imei2":"19433006903996","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165206,"job_number":"JOB_165206","tr_customer_id":165223,"tr_customer_product_id":165213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:44.000Z","modified_at":"2026-01-24T03:46:53.000Z","name":"giyu tomiaka","mobile_number":"561-723-8475","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"314337953635339","imei1":"314337953635339","imei2":"314337953635339","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165205,"job_number":"JOB_165205","tr_customer_id":165222,"tr_customer_product_id":165212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:34.000Z","modified_at":"2026-01-24T03:46:42.000Z","name":"tanjiro kamado","mobile_number":"543-953-8544","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"146865443942739","imei1":"146865443942739","imei2":"146865443942739","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:46:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165202,"job_number":"JOB_165202","tr_customer_id":165219,"tr_customer_product_id":165209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:23.000Z","modified_at":"2026-01-24T03:46:32.000Z","name":"saitama sensei","mobile_number":"542-753-2083","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"971924464190361","imei1":"971924464190361","imei2":"971924464190361","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:46:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_99821"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 372ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNTV9.t1S9f0tJJu0tCwKQJTFgjXi20rg2X8D2jHzqZYMRSzU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ba55a902-1808-4ef6-bfc9-25baf73f6466
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_104254"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:21 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/165565
Response Information
Response Code: 200 - OK
Mean time per request: 384ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNTV9.t1S9f0tJJu0tCwKQJTFgjXi20rg2X8D2jHzqZYMRSzU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4b86d05d-15bc-4b3c-bf28-0fbb440e1c29
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:21 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 243ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b19a5b50-8a8d-4dbf-866e-708b1f965953
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-LrztplJiG0M/GtvL5LMBGdaRLas"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:21 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNjF9.A_ZXrZKS6_zdSTK6O-ak5sCaQpniUePSQ4_HmiQwjTc"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 231ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNjF9.A_ZXrZKS6_zdSTK6O-ak5sCaQpniUePSQ4_HmiQwjTc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1ad9f57b-fcff-482b-bfe2-4ec37f3f5ab3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:22 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 549ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNjF9.A_ZXrZKS6_zdSTK6O-ak5sCaQpniUePSQ4_HmiQwjTc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c926376a-912a-47ab-a640-2901d4edbc6a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-P3i0rJTbEmeaXapT5HZgOTiKHPQ"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:22 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":305},{"label":"Pending for repair","key":"pending_for_repair","count":1},{"label":"Pending for delivery","key":"pending_for_delivery","count":1}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 589ms
Mean size per request: 297.29KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cbd96ade-a1fa-458c-926b-621baef395a6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"4a529-IzUH6TEcPzYm6URnRU12P7z8kcI"
Vary Accept-Encoding
Content-Encoding gzip
Date Sat, 24 Jan 2026 06:14:23 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":165349,"job_number":"JOB_165349","tr_customer_id":165366,"tr_customer_product_id":165356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:41.000Z","modified_at":"2026-01-24T03:49:41.000Z","name":"Kendra Von","mobile_number":"683-891-4922","email_id":"Lydia.Bruen@gmail.com","dop":"2000-01-31","serial_number":"1010019691618416","imei1":"1010019691618416","imei2":"1010019691618416","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:41.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165347,"job_number":"JOB_165347","tr_customer_id":165364,"tr_customer_product_id":165354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:39.000Z","modified_at":"2026-01-24T03:49:39.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10006744099680","imei1":"10006744099680","imei2":"10006744099680","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165326,"job_number":"JOB_165326","tr_customer_id":165343,"tr_customer_product_id":165333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:57.000Z","modified_at":"2026-01-24T03:48:57.000Z","name":"Devante Brekke","mobile_number":"908-921-4239","email_id":"Keaton.Lakin@hotmail.com","dop":"2000-01-31","serial_number":"1002407092473011","imei1":"1002407092473011","imei2":"1002407092473011","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:57.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165322,"job_number":"JOB_165322","tr_customer_id":165339,"tr_customer_product_id":165329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:55.000Z","modified_at":"2026-01-24T03:48:55.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10240584392354","imei1":"10240584392354","imei2":"10240584392354","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:55.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165278,"job_number":"JOB_165278","tr_customer_id":165295,"tr_customer_product_id":165285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:13.000Z","modified_at":"2026-01-24T03:48:13.000Z","name":"Enrico Keebler","mobile_number":"563-716-0361","email_id":"Pink44@hotmail.com","dop":"2000-01-31","serial_number":"1039011323319416","imei1":"1039011323319416","imei2":"1039011323319416","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165274,"job_number":"JOB_165274","tr_customer_id":165291,"tr_customer_product_id":165281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:12.000Z","modified_at":"2026-01-24T03:48:12.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10103952565966","imei1":"10103952565966","imei2":"10103952565966","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165240,"job_number":"JOB_165240","tr_customer_id":165257,"tr_customer_product_id":165247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:30.000Z","modified_at":"2026-01-24T03:47:30.000Z","name":"Richmond Rempel","mobile_number":"848-227-8620","email_id":"Lonnie66@gmail.com","dop":"2000-01-31","serial_number":"1051962331884930","imei1":"1051962331884930","imei2":"1051962331884930","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165236,"job_number":"JOB_165236","tr_customer_id":165253,"tr_customer_product_id":165243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:28.000Z","modified_at":"2026-01-24T03:47:28.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10400783211185","imei1":"10400783211185","imei2":"10400783211185","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165563,"job_number":"JOB_165563","tr_customer_id":165580,"tr_customer_product_id":165570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:52:55.000Z","modified_at":"2026-01-24T05:52:55.000Z","name":"Kole Schaefer","mobile_number":"544-654-4911","email_id":"Oceane99@yahoo.com","dop":"2025-10-22","serial_number":"1018868188432210","imei1":"1018868188432210","imei2":"1018868188432210","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:52:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165561,"job_number":"JOB_165561","tr_customer_id":165578,"tr_customer_product_id":165568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:52:54.000Z","modified_at":"2026-01-24T05:52:54.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"168531571654591","imei1":"168531571654591","imei2":"168531571654591","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:52:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165560,"job_number":"JOB_165560","tr_customer_id":165577,"tr_customer_product_id":165567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:52:25.000Z","modified_at":"2026-01-24T05:52:25.000Z","name":"Dana Hagenes","mobile_number":"787-319-9331","email_id":"Isaias_Nitzsche0@yahoo.com","dop":"2025-10-22","serial_number":"1078833725844029","imei1":"1078833725844029","imei2":"1078833725844029","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:52:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165558,"job_number":"JOB_165558","tr_customer_id":165575,"tr_customer_product_id":165565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:52:23.000Z","modified_at":"2026-01-24T05:52:23.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"146360252603744","imei1":"146360252603744","imei2":"146360252603744","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:52:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165557,"job_number":"JOB_165557","tr_customer_id":165574,"tr_customer_product_id":165564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:51:54.000Z","modified_at":"2026-01-24T05:51:54.000Z","name":"Hoyt Nitzsche","mobile_number":"655-985-3501","email_id":"Hillard92@gmail.com","dop":"2025-10-22","serial_number":"1047161158945245","imei1":"1047161158945245","imei2":"1047161158945245","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:51:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165555,"job_number":"JOB_165555","tr_customer_id":165572,"tr_customer_product_id":165562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:51:53.000Z","modified_at":"2026-01-24T05:51:53.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"129845718761150","imei1":"129845718761150","imei2":"129845718761150","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:51:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165554,"job_number":"JOB_165554","tr_customer_id":165571,"tr_customer_product_id":165561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:50:29.000Z","modified_at":"2026-01-24T05:50:29.000Z","name":"Aasa Sinha","mobile_number":"9880206044","email_id":"harita.kaur@hotmail.com","dop":"2026-01-14","serial_number":"442066434917601","imei1":"442066434917601","imei2":"442066434917601","popurl":"www.vimala-mehrotra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165553,"job_number":"JOB_165553","tr_customer_id":165570,"tr_customer_product_id":165560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:50:29.000Z","modified_at":"2026-01-24T05:50:29.000Z","name":"Sarisha Embranthiri","mobile_number":"9823486458","email_id":"drona.johar@gmail.com","dop":"2026-01-14","serial_number":"636410102838021","imei1":"636410102838021","imei2":"636410102838021","popurl":"www.swami-ganaka.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165552,"job_number":"JOB_165552","tr_customer_id":165569,"tr_customer_product_id":165559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:50:29.000Z","modified_at":"2026-01-24T05:50:29.000Z","name":"Gemini Khanna","mobile_number":"9820323259","email_id":"elakshi.tandon@hotmail.com","dop":"2026-01-14","serial_number":"435617254289810","imei1":"435617254289810","imei2":"435617254289810","popurl":"www.gajbaahu-jha.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165551,"job_number":"JOB_165551","tr_customer_id":165568,"tr_customer_product_id":165558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:50:29.000Z","modified_at":"2026-01-24T05:50:29.000Z","name":"Vasudev Reddy","mobile_number":"9876514123","email_id":"bhasvan.namboothiri@hotmail.com","dop":"2026-01-14","serial_number":"348553023139561","imei1":"348553023139561","imei2":"348553023139561","popurl":"www.sarada-bharadwaj.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165550,"job_number":"JOB_165550","tr_customer_id":165567,"tr_customer_product_id":165557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:50:29.000Z","modified_at":"2026-01-24T05:50:29.000Z","name":"Adikavi Rana","mobile_number":"9863846503","email_id":"dhyanesh.chaturvedi@gmail.com","dop":"2026-01-14","serial_number":"006354475895247","imei1":"006354475895247","imei2":"006354475895247","popurl":"www.amarnath-trivedi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165549,"job_number":"JOB_165549","tr_customer_id":165566,"tr_customer_product_id":165556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:37:54.000Z","modified_at":"2026-01-24T05:37:54.000Z","name":"Claude Padberg","mobile_number":"904-246-4684","email_id":"Noemie_VonRueden@hotmail.com","dop":"2025-10-22","serial_number":"192694850891085","imei1":"192694850891085","imei2":"192694850891085","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:37:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165548,"job_number":"JOB_165548","tr_customer_id":165565,"tr_customer_product_id":165555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:35:05.000Z","modified_at":"2026-01-24T05:35:05.000Z","name":"Madyson Bernier","mobile_number":"287-737-8658","email_id":"Ava52@gmail.com","dop":"2025-10-22","serial_number":"1002866380221851","imei1":"1002866380221851","imei2":"1002866380221851","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:35:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165547,"job_number":"JOB_165547","tr_customer_id":165564,"tr_customer_product_id":165554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:35:04.000Z","modified_at":"2026-01-24T05:35:04.000Z","name":"Lily Lueilwitz","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"156671772539565","imei1":"156671772539565","imei2":"156671772539565","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:35:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165546,"job_number":"JOB_165546","tr_customer_id":165563,"tr_customer_product_id":165553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:35:04.000Z","modified_at":"2026-01-24T05:35:04.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"105673378191273","imei1":"105673378191273","imei2":"105673378191273","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:35:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165545,"job_number":"JOB_165545","tr_customer_id":165562,"tr_customer_product_id":165552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:58.000Z","modified_at":"2026-01-24T05:34:58.000Z","name":"Rocio Hilll","mobile_number":"537-883-5068","email_id":"Burnice.Hoppe@yahoo.com","dop":"2025-10-22","serial_number":"1094531615442012","imei1":"1094531615442012","imei2":"1094531615442012","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165544,"job_number":"JOB_165544","tr_customer_id":165561,"tr_customer_product_id":165551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:57.000Z","modified_at":"2026-01-24T05:34:57.000Z","name":"Betty D'Amore","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"146922063765981","imei1":"146922063765981","imei2":"146922063765981","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165543,"job_number":"JOB_165543","tr_customer_id":165560,"tr_customer_product_id":165550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:57.000Z","modified_at":"2026-01-24T05:34:57.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"193448228733416","imei1":"193448228733416","imei2":"193448228733416","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165542,"job_number":"JOB_165542","tr_customer_id":165559,"tr_customer_product_id":165549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:52.000Z","modified_at":"2026-01-24T05:34:52.000Z","name":"Lavonne Block","mobile_number":"518-257-3646","email_id":"Lynn35@gmail.com","dop":"2025-10-22","serial_number":"1025170319562993","imei1":"1025170319562993","imei2":"1025170319562993","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165541,"job_number":"JOB_165541","tr_customer_id":165558,"tr_customer_product_id":165548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:50.000Z","modified_at":"2026-01-24T05:34:50.000Z","name":"Delta Parisian","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"102818797041315","imei1":"102818797041315","imei2":"102818797041315","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165540,"job_number":"JOB_165540","tr_customer_id":165557,"tr_customer_product_id":165547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:50.000Z","modified_at":"2026-01-24T05:34:50.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"115350151478709","imei1":"115350151478709","imei2":"115350151478709","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165539,"job_number":"JOB_165539","tr_customer_id":165556,"tr_customer_product_id":165546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Shreya Achari","mobile_number":"9852686863","email_id":"harita.mehra@yahoo.co.in","dop":"2026-01-14","serial_number":"934084886103175","imei1":"934084886103175","imei2":"934084886103175","popurl":"www.nalini-arora.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165538,"job_number":"JOB_165538","tr_customer_id":165555,"tr_customer_product_id":165545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Dipankar Joshi","mobile_number":"9869496528","email_id":"bhamini.butt@hotmail.com","dop":"2026-01-14","serial_number":"978719750927855","imei1":"978719750927855","imei2":"978719750927855","popurl":"www.aaryan-nayar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165537,"job_number":"JOB_165537","tr_customer_id":165554,"tr_customer_product_id":165544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Devak Varrier","mobile_number":"9881768271","email_id":"gotum.patil@gmail.com","dop":"2026-01-14","serial_number":"922851835771685","imei1":"922851835771685","imei2":"922851835771685","popurl":"www.madhuri-rana.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165536,"job_number":"JOB_165536","tr_customer_id":165553,"tr_customer_product_id":165543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Heema Chaturvedi","mobile_number":"9898867320","email_id":"akshata.butt@yahoo.co.in","dop":"2026-01-14","serial_number":"911403431663804","imei1":"911403431663804","imei2":"911403431663804","popurl":"www.kanchan-guha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165535,"job_number":"JOB_165535","tr_customer_id":165552,"tr_customer_product_id":165542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Swami Namboothiri","mobile_number":"9804432430","email_id":"brajendra.banerjee@gmail.com","dop":"2026-01-14","serial_number":"464402238925487","imei1":"464402238925487","imei2":"464402238925487","popurl":"www.manisha-mishra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165534,"job_number":"JOB_165534","tr_customer_id":165551,"tr_customer_product_id":165541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Rajendra Guha","mobile_number":"9817778785","email_id":"deepan.kaniyar@hotmail.com","dop":"2026-01-14","serial_number":"869531702641326","imei1":"869531702641326","imei2":"869531702641326","popurl":"www.kannan-varma.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165533,"job_number":"JOB_165533","tr_customer_id":165550,"tr_customer_product_id":165540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Vasudeva Kapoor","mobile_number":"9893831129","email_id":"jagmeet.desai@hotmail.com","dop":"2026-01-14","serial_number":"088185609299585","imei1":"088185609299585","imei2":"088185609299585","popurl":"www.aditeya-ahluwalia.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165532,"job_number":"JOB_165532","tr_customer_id":165549,"tr_customer_product_id":165539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Hamsini Somayaji","mobile_number":"9852495771","email_id":"chandramani.varma@yahoo.co.in","dop":"2026-01-14","serial_number":"222785283755671","imei1":"222785283755671","imei2":"222785283755671","popurl":"www.dharitri-nair.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165531,"job_number":"JOB_165531","tr_customer_id":165548,"tr_customer_product_id":165538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Udit Gupta","mobile_number":"9861047664","email_id":"vasundhara.mishra@gmail.com","dop":"2026-01-14","serial_number":"387938117654240","imei1":"387938117654240","imei2":"387938117654240","popurl":"www.bhargava-butt.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165530,"job_number":"JOB_165530","tr_customer_id":165547,"tr_customer_product_id":165537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Lal Dubashi","mobile_number":"9800595022","email_id":"buddhana.menon@hotmail.com","dop":"2026-01-14","serial_number":"683839499678452","imei1":"683839499678452","imei2":"683839499678452","popurl":"www.ajeet-bharadwaj.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165529,"job_number":"JOB_165529","tr_customer_id":165546,"tr_customer_product_id":165536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Dhruv Pothuvaal","mobile_number":"9875674480","email_id":"buddhana.desai@gmail.com","dop":"2026-01-14","serial_number":"056023541529509","imei1":"056023541529509","imei2":"056023541529509","popurl":"www.devajyoti-mishra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165528,"job_number":"JOB_165528","tr_customer_id":165545,"tr_customer_product_id":165535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Kanishka Bandopadhyay","mobile_number":"9835769297","email_id":"chinmayananda.panicker@yahoo.co.in","dop":"2026-01-14","serial_number":"553189197209310","imei1":"553189197209310","imei2":"553189197209310","popurl":"www.aadrika-varman.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165527,"job_number":"JOB_165527","tr_customer_id":165544,"tr_customer_product_id":165534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Dipendra Kapoor","mobile_number":"9885444505","email_id":"trilok.talwar@hotmail.com","dop":"2026-01-14","serial_number":"519175413184888","imei1":"519175413184888","imei2":"519175413184888","popurl":"www.leela-butt.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165526,"job_number":"JOB_165526","tr_customer_id":165543,"tr_customer_product_id":165533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Dhanapati Menon","mobile_number":"9873628664","email_id":"purnima.khan@hotmail.com","dop":"2026-01-14","serial_number":"258618669318153","imei1":"258618669318153","imei2":"258618669318153","popurl":"www.deeptanshu-varrier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165525,"job_number":"JOB_165525","tr_customer_id":165542,"tr_customer_product_id":165532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Dharmaketu Chaturvedi","mobile_number":"9815792228","email_id":"bhaanumati.ahluwalia@yahoo.co.in","dop":"2026-01-14","serial_number":"823603721607594","imei1":"823603721607594","imei2":"823603721607594","popurl":"www.aatmaj-tagore.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165524,"job_number":"JOB_165524","tr_customer_id":165541,"tr_customer_product_id":165531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Atreyee Khan","mobile_number":"9870091964","email_id":"darshwana.agarwal@yahoo.co.in","dop":"2026-01-14","serial_number":"140305443845836","imei1":"140305443845836","imei2":"140305443845836","popurl":"www.ravi-menon.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165523,"job_number":"JOB_165523","tr_customer_id":165540,"tr_customer_product_id":165530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Chandan Ganaka","mobile_number":"9863294766","email_id":"radha.achari@yahoo.co.in","dop":"2026-01-14","serial_number":"138667987754520","imei1":"138667987754520","imei2":"138667987754520","popurl":"www.opaline-bhattathiri.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165522,"job_number":"JOB_165522","tr_customer_id":165539,"tr_customer_product_id":165529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Anuja Trivedi","mobile_number":"9884869817","email_id":"devi.menon@hotmail.com","dop":"2026-01-14","serial_number":"072582943030677","imei1":"072582943030677","imei2":"072582943030677","popurl":"www.nirbhay-chaturvedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165521,"job_number":"JOB_165521","tr_customer_id":165537,"tr_customer_product_id":165527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Rageswari Guha","mobile_number":"9874451420","email_id":"soma.reddy@gmail.com","dop":"2026-01-14","serial_number":"619879519554272","imei1":"619879519554272","imei2":"619879519554272","popurl":"www.anang-butt.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165520,"job_number":"JOB_165520","tr_customer_id":165538,"tr_customer_product_id":165528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Sheela Abbott","mobile_number":"9816213888","email_id":"shresth.mahajan@gmail.com","dop":"2026-01-14","serial_number":"513068801558661","imei1":"513068801558661","imei2":"513068801558661","popurl":"www.anuraag-pilla.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165519,"job_number":"JOB_165519","tr_customer_id":165536,"tr_customer_product_id":165526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Saroja Joshi","mobile_number":"9846147341","email_id":"bhupen.malik@yahoo.co.in","dop":"2026-01-14","serial_number":"411326487709554","imei1":"411326487709554","imei2":"411326487709554","popurl":"www.ahilya-ganaka.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165518,"job_number":"JOB_165518","tr_customer_id":165535,"tr_customer_product_id":165525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Daksha Rana","mobile_number":"9895844162","email_id":"avantika.gupta@gmail.com","dop":"2026-01-14","serial_number":"018289402297154","imei1":"018289402297154","imei2":"018289402297154","popurl":"www.veda-mehra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165517,"job_number":"JOB_165517","tr_customer_id":165534,"tr_customer_product_id":165524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Bela Khanna","mobile_number":"9873309226","email_id":"somu.tandon@yahoo.co.in","dop":"2026-01-14","serial_number":"561440833942790","imei1":"561440833942790","imei2":"561440833942790","popurl":"www.chandradev-guha.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165516,"job_number":"JOB_165516","tr_customer_id":165533,"tr_customer_product_id":165523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Vaidehi Mishra","mobile_number":"9894725140","email_id":"shobhana.pillai@yahoo.co.in","dop":"2026-01-14","serial_number":"044577519631575","imei1":"044577519631575","imei2":"044577519631575","popurl":"www.dakshayani-singh.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165515,"job_number":"JOB_165515","tr_customer_id":165532,"tr_customer_product_id":165522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Akshita Sethi","mobile_number":"9840049144","email_id":"harita.jha@hotmail.com","dop":"2026-01-14","serial_number":"943954939053538","imei1":"943954939053538","imei2":"943954939053538","popurl":"www.draupadi-namboothiri.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165514,"job_number":"JOB_165514","tr_customer_id":165531,"tr_customer_product_id":165521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Kannen Naik","mobile_number":"9868313965","email_id":"girik.pothuvaal@gmail.com","dop":"2026-01-14","serial_number":"708014944444958","imei1":"708014944444958","imei2":"708014944444958","popurl":"www.vrinda-sinha.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165513,"job_number":"JOB_165513","tr_customer_id":165530,"tr_customer_product_id":165520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Chandra Pothuvaal","mobile_number":"9856841753","email_id":"amritambu.gupta@yahoo.co.in","dop":"2026-01-14","serial_number":"435393774090811","imei1":"435393774090811","imei2":"435393774090811","popurl":"www.sanka-nambeesan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165512,"job_number":"JOB_165512","tr_customer_id":165529,"tr_customer_product_id":165519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Giri Bhattathiri","mobile_number":"9884664825","email_id":"devajyoti.nambeesan@yahoo.co.in","dop":"2026-01-14","serial_number":"111114905545525","imei1":"111114905545525","imei2":"111114905545525","popurl":"www.anal-kaniyar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165511,"job_number":"JOB_165511","tr_customer_id":165528,"tr_customer_product_id":165518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Leela Mukhopadhyay","mobile_number":"9861601455","email_id":"chakor.naik@yahoo.co.in","dop":"2026-01-14","serial_number":"136270079033389","imei1":"136270079033389","imei2":"136270079033389","popurl":"www.usha-dhawan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165510,"job_number":"JOB_165510","tr_customer_id":165527,"tr_customer_product_id":165517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Dhana Gowda","mobile_number":"9848145066","email_id":"dinkar.agarwal@gmail.com","dop":"2026-01-14","serial_number":"025976055350217","imei1":"025976055350217","imei2":"025976055350217","popurl":"www.deeptiman-mishra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165509,"job_number":"JOB_165509","tr_customer_id":165526,"tr_customer_product_id":165516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:29.000Z","modified_at":"2026-01-24T05:28:29.000Z","name":"Delores Armstrong","mobile_number":"318-439-9385","email_id":"Carmel.Rosenbaum@yahoo.com","dop":"2025-04-06","serial_number":"18174827416943092","imei1":"18174827416943092","imei2":"18174827416943092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165507,"job_number":"JOB_165507","tr_customer_id":165524,"tr_customer_product_id":165514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:27:39.000Z","modified_at":"2026-01-24T05:27:39.000Z","name":"Josefina Padberg","mobile_number":"665-589-5279","email_id":"Rickey.Tremblay@gmail.com","dop":"2025-04-06","serial_number":"11273135426038496","imei1":"11273135426038496","imei2":"11273135426038496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:27:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165505,"job_number":"JOB_165505","tr_customer_id":165522,"tr_customer_product_id":165512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:30.000Z","modified_at":"2026-01-24T05:22:30.000Z","name":"Meghnath Menon","mobile_number":"9824364357","email_id":"gita.varma@gmail.com","dop":"2026-01-14","serial_number":"204241835066694","imei1":"204241835066694","imei2":"204241835066694","popurl":"www.niro-sharma.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165504,"job_number":"JOB_165504","tr_customer_id":165521,"tr_customer_product_id":165511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:30.000Z","modified_at":"2026-01-24T05:22:30.000Z","name":"Chandra Gupta","mobile_number":"9807608897","email_id":"bhooshit.jha@yahoo.co.in","dop":"2026-01-14","serial_number":"135004602020188","imei1":"135004602020188","imei2":"135004602020188","popurl":"www.mukesh-achari.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165503,"job_number":"JOB_165503","tr_customer_id":165520,"tr_customer_product_id":165510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:30.000Z","modified_at":"2026-01-24T05:22:30.000Z","name":"Garud Dutta","mobile_number":"9812912792","email_id":"geetanjali.patel@hotmail.com","dop":"2026-01-14","serial_number":"273199796640445","imei1":"273199796640445","imei2":"273199796640445","popurl":"www.ashlesh-acharya.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165502,"job_number":"JOB_165502","tr_customer_id":165519,"tr_customer_product_id":165509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:30.000Z","modified_at":"2026-01-24T05:22:30.000Z","name":"Jyoti Nehru","mobile_number":"9893922526","email_id":"kanaka.gowda@hotmail.com","dop":"2026-01-14","serial_number":"613144388003999","imei1":"613144388003999","imei2":"613144388003999","popurl":"www.kannen-kocchar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165501,"job_number":"JOB_165501","tr_customer_id":165518,"tr_customer_product_id":165508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:30.000Z","modified_at":"2026-01-24T05:22:30.000Z","name":"Amritambu Dhawan","mobile_number":"9861774402","email_id":"amodini.shah@gmail.com","dop":"2026-01-14","serial_number":"931511561613644","imei1":"931511561613644","imei2":"931511561613644","popurl":"www.sameer-shukla.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165500,"job_number":"JOB_165500","tr_customer_id":165517,"tr_customer_product_id":165507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Himadri Kocchar","mobile_number":"9883292063","email_id":"inder.mahajan@gmail.com","dop":"2026-01-14","serial_number":"860436536734665","imei1":"860436536734665","imei2":"860436536734665","popurl":"www.veda-prajapat.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165499,"job_number":"JOB_165499","tr_customer_id":165515,"tr_customer_product_id":165506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Aditya Mukhopadhyay","mobile_number":"9838639115","email_id":"adinath.mehra@yahoo.co.in","dop":"2026-01-14","serial_number":"068937258082342","imei1":"068937258082342","imei2":"068937258082342","popurl":"www.sharda-mehra.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165498,"job_number":"JOB_165498","tr_customer_id":165516,"tr_customer_product_id":165505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Jahnu Chattopadhyay","mobile_number":"9887527124","email_id":"dayaamay.gowda@hotmail.com","dop":"2026-01-14","serial_number":"217579745065474","imei1":"217579745065474","imei2":"217579745065474","popurl":"www.chitraksh-khan.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165497,"job_number":"JOB_165497","tr_customer_id":165514,"tr_customer_product_id":165504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Agneya Bhattathiri","mobile_number":"9871191280","email_id":"shiv.shah@yahoo.co.in","dop":"2026-01-14","serial_number":"344533209011035","imei1":"344533209011035","imei2":"344533209011035","popurl":"www.balaaditya-jain.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165496,"job_number":"JOB_165496","tr_customer_id":165513,"tr_customer_product_id":165503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Dinkar Pillai","mobile_number":"9819829858","email_id":"gemine.reddy@hotmail.com","dop":"2026-01-14","serial_number":"550119271681573","imei1":"550119271681573","imei2":"550119271681573","popurl":"www.gorakhanatha-mehra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165495,"job_number":"JOB_165495","tr_customer_id":165512,"tr_customer_product_id":165502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Adityanandana Ganaka","mobile_number":"9896887036","email_id":"aadidev.singh@gmail.com","dop":"2026-01-14","serial_number":"510735443754949","imei1":"510735443754949","imei2":"510735443754949","popurl":"www.kali-dhawan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165494,"job_number":"JOB_165494","tr_customer_id":165511,"tr_customer_product_id":165501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Jagdish Ahluwalia","mobile_number":"9836982286","email_id":"somu.saini@hotmail.com","dop":"2026-01-14","serial_number":"349409848651597","imei1":"349409848651597","imei2":"349409848651597","popurl":"www.nirbhay-panicker.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165493,"job_number":"JOB_165493","tr_customer_id":165510,"tr_customer_product_id":165500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Swapnil Pilla","mobile_number":"9812139207","email_id":"bahula.guneta@gmail.com","dop":"2026-01-14","serial_number":"280732611989380","imei1":"280732611989380","imei2":"280732611989380","popurl":"www.gajadhar-ahluwalia.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165492,"job_number":"JOB_165492","tr_customer_id":165509,"tr_customer_product_id":165499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Shubhaprada Pothuvaal","mobile_number":"9804072714","email_id":"dhanesh.pandey@hotmail.com","dop":"2026-01-14","serial_number":"996498247056499","imei1":"996498247056499","imei2":"996498247056499","popurl":"www.aslesha-nayar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165491,"job_number":"JOB_165491","tr_customer_id":165508,"tr_customer_product_id":165498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Anilaabh Khatri","mobile_number":"9887778565","email_id":"shakuntala.gowda@yahoo.co.in","dop":"2026-01-14","serial_number":"132455574581212","imei1":"132455574581212","imei2":"132455574581212","popurl":"www.chandrakala-tandon.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165490,"job_number":"JOB_165490","tr_customer_id":165507,"tr_customer_product_id":165497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Gudakesha Nair","mobile_number":"9802628728","email_id":"lal.dubashi@hotmail.com","dop":"2026-01-14","serial_number":"142910202711041","imei1":"142910202711041","imei2":"142910202711041","popurl":"www.vyas-dwivedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165489,"job_number":"JOB_165489","tr_customer_id":165506,"tr_customer_product_id":165496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Vedang Gupta","mobile_number":"9898235923","email_id":"kama.dubashi@yahoo.co.in","dop":"2026-01-14","serial_number":"204626836330070","imei1":"204626836330070","imei2":"204626836330070","popurl":"www.shwet-adiga.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165488,"job_number":"JOB_165488","tr_customer_id":165505,"tr_customer_product_id":165495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Ekaling Banerjee","mobile_number":"9807705961","email_id":"karunanidhi.guneta@gmail.com","dop":"2026-01-14","serial_number":"762288732442731","imei1":"762288732442731","imei2":"762288732442731","popurl":"www.kali-iyer.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165487,"job_number":"JOB_165487","tr_customer_id":165504,"tr_customer_product_id":165494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Rajinder Abbott","mobile_number":"9826928768","email_id":"devajyoti.kapoor@yahoo.co.in","dop":"2026-01-14","serial_number":"704252216274963","imei1":"704252216274963","imei2":"704252216274963","popurl":"www.akshata-desai.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165486,"job_number":"JOB_165486","tr_customer_id":165503,"tr_customer_product_id":165493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Tanushri Chattopadhyay","mobile_number":"9850438924","email_id":"dhanvin.varma@hotmail.com","dop":"2026-01-14","serial_number":"744631892929481","imei1":"744631892929481","imei2":"744631892929481","popurl":"www.sarisha-guneta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165485,"job_number":"JOB_165485","tr_customer_id":165502,"tr_customer_product_id":165492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:43.000Z","modified_at":"2026-01-24T05:20:43.000Z","name":"Dhanalakshmi Kaniyar","mobile_number":"9843225780","email_id":"bilwa.ganaka@gmail.com","dop":"2026-01-14","serial_number":"257930479096808","imei1":"257930479096808","imei2":"257930479096808","popurl":"www.chakradhar-tandon.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165484,"job_number":"JOB_165484","tr_customer_id":165501,"tr_customer_product_id":165491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:43.000Z","modified_at":"2026-01-24T05:20:43.000Z","name":"Gati Bhat","mobile_number":"9814821371","email_id":"suryakant.patil@hotmail.com","dop":"2026-01-14","serial_number":"578761028907542","imei1":"578761028907542","imei2":"578761028907542","popurl":"www.bhaasvan-gandhi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165483,"job_number":"JOB_165483","tr_customer_id":165500,"tr_customer_product_id":165490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:43.000Z","modified_at":"2026-01-24T05:20:43.000Z","name":"Aatmaj Trivedi","mobile_number":"9879610875","email_id":"dwaipayana.mehra@gmail.com","dop":"2026-01-14","serial_number":"243996057815373","imei1":"243996057815373","imei2":"243996057815373","popurl":"www.rageshwari-shah.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165482,"job_number":"JOB_165482","tr_customer_id":165499,"tr_customer_product_id":165489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:43.000Z","modified_at":"2026-01-24T05:20:43.000Z","name":"Gorakhnath Mishra","mobile_number":"9817666835","email_id":"chakor.guneta@yahoo.co.in","dop":"2026-01-14","serial_number":"530234592713464","imei1":"530234592713464","imei2":"530234592713464","popurl":"www.anand swarup-verma.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165481,"job_number":"JOB_165481","tr_customer_id":165498,"tr_customer_product_id":165488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:43.000Z","modified_at":"2026-01-24T05:20:43.000Z","name":"Rajan Acharya","mobile_number":"9831803925","email_id":"shresth.guha@yahoo.co.in","dop":"2026-01-14","serial_number":"210435875501433","imei1":"210435875501433","imei2":"210435875501433","popurl":"www.aagneya-nayar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165480,"job_number":"JOB_165480","tr_customer_id":165497,"tr_customer_product_id":165487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Vishwamitra Mehra","mobile_number":"9824882314","email_id":"suresh.prajapat@gmail.com","dop":"2026-01-14","serial_number":"684904353816327","imei1":"684904353816327","imei2":"684904353816327","popurl":"www.parvati-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165479,"job_number":"JOB_165479","tr_customer_id":165496,"tr_customer_product_id":165486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Jagmeet Rana","mobile_number":"9891737618","email_id":"vishnu.desai@hotmail.com","dop":"2026-01-14","serial_number":"412191385945580","imei1":"412191385945580","imei2":"412191385945580","popurl":"www.chandini-sinha.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165478,"job_number":"JOB_165478","tr_customer_id":165495,"tr_customer_product_id":165485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Deeptimayee Pandey","mobile_number":"9866632570","email_id":"baalagopaal.patil@yahoo.co.in","dop":"2026-01-14","serial_number":"847943585605714","imei1":"847943585605714","imei2":"847943585605714","popurl":"www.deepankar-banerjee.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165477,"job_number":"JOB_165477","tr_customer_id":165494,"tr_customer_product_id":165484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Dipendra Rana","mobile_number":"9843190040","email_id":"upendra.achari@gmail.com","dop":"2026-01-14","serial_number":"234170565364985","imei1":"234170565364985","imei2":"234170565364985","popurl":"www.chandraswaroopa-kakkar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165476,"job_number":"JOB_165476","tr_customer_id":165493,"tr_customer_product_id":165483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Abhirath Bhat","mobile_number":"9887093059","email_id":"krishna.ahluwalia@hotmail.com","dop":"2026-01-14","serial_number":"929123062507774","imei1":"929123062507774","imei2":"929123062507774","popurl":"www.aditeya-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165475,"job_number":"JOB_165475","tr_customer_id":165492,"tr_customer_product_id":165482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Tapan Sinha","mobile_number":"9885078455","email_id":"laxmi.gupta@gmail.com","dop":"2026-01-14","serial_number":"447716340958876","imei1":"447716340958876","imei2":"447716340958876","popurl":"www.aasha-arora.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165474,"job_number":"JOB_165474","tr_customer_id":165491,"tr_customer_product_id":165481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Arun Shah","mobile_number":"9885871438","email_id":"deevakar.mehra@gmail.com","dop":"2026-01-14","serial_number":"899349088227204","imei1":"899349088227204","imei2":"899349088227204","popurl":"www.devika-jain.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165473,"job_number":"JOB_165473","tr_customer_id":165490,"tr_customer_product_id":165480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Balamani Malik","mobile_number":"9807389016","email_id":"keerti.patil@gmail.com","dop":"2026-01-14","serial_number":"511075121952684","imei1":"511075121952684","imei2":"511075121952684","popurl":"www.gopi-menon.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165472,"job_number":"JOB_165472","tr_customer_id":165489,"tr_customer_product_id":165479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Bhaasvan Mishra","mobile_number":"9825775902","email_id":"himadri.abbott@gmail.com","dop":"2026-01-14","serial_number":"546120583928817","imei1":"546120583928817","imei2":"546120583928817","popurl":"www.nagabhushanam-saini.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165471,"job_number":"JOB_165471","tr_customer_id":165488,"tr_customer_product_id":165478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Ameyatma Mehrotra","mobile_number":"9831580230","email_id":"vasanti.tagore@yahoo.co.in","dop":"2026-01-14","serial_number":"798698923777293","imei1":"798698923777293","imei2":"798698923777293","popurl":"www.bhaves-gupta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165470,"job_number":"JOB_165470","tr_customer_id":165487,"tr_customer_product_id":165477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Chandini Nambeesan","mobile_number":"9813715424","email_id":"aaratrika.kocchar@hotmail.com","dop":"2026-01-14","serial_number":"610428654637615","imei1":"610428654637615","imei2":"610428654637615","popurl":"www.sarala-guneta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165469,"job_number":"JOB_165469","tr_customer_id":165486,"tr_customer_product_id":165476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Laal Varman","mobile_number":"9866348627","email_id":"gandharva.somayaji@gmail.com","dop":"2026-01-14","serial_number":"122641223298619","imei1":"122641223298619","imei2":"122641223298619","popurl":"www.priyala-gandhi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165468,"job_number":"JOB_165468","tr_customer_id":165485,"tr_customer_product_id":165475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Tara Agarwal","mobile_number":"9811498175","email_id":"dinkar.namboothiri@yahoo.co.in","dop":"2026-01-14","serial_number":"904414731602293","imei1":"904414731602293","imei2":"904414731602293","popurl":"www.baijayanti-patel.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165467,"job_number":"JOB_165467","tr_customer_id":165484,"tr_customer_product_id":165474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Baalagopaal Varman","mobile_number":"9888892124","email_id":"karan.namboothiri@yahoo.co.in","dop":"2026-01-14","serial_number":"370118375659360","imei1":"370118375659360","imei2":"370118375659360","popurl":"www.anusuya-mehrotra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165466,"job_number":"JOB_165466","tr_customer_id":165483,"tr_customer_product_id":165473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Bhaumik Tandon","mobile_number":"9877465070","email_id":"gautam.kaniyar@gmail.com","dop":"2026-01-14","serial_number":"381269552358494","imei1":"381269552358494","imei2":"381269552358494","popurl":"www.dayamayee-mehra.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165465,"job_number":"JOB_165465","tr_customer_id":165482,"tr_customer_product_id":165472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:19:10.000Z","modified_at":"2026-01-24T05:19:10.000Z","name":"Jamel Keebler","mobile_number":"300-948-6373","email_id":"Shemar_Stiedemann@hotmail.com","dop":"2025-06-08","serial_number":"12720811817232","imei1":"12720811817232","imei2":"12720811817232","popurl":"2025-06-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:19:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165464,"job_number":"JOB_165464","tr_customer_id":165481,"tr_customer_product_id":165471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:03:35.000Z","modified_at":"2026-01-24T05:03:35.000Z","name":"Vivek Yadav","mobile_number":"8788138617","email_id":"ccivivek123@gmail.com","dop":"2026-01-14","serial_number":"891398385161723","imei1":"891398385161723","imei2":"891398385161723","popurl":"2026-01-14T05:03:34.489261500Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:03:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165463,"job_number":"JOB_165463","tr_customer_id":165480,"tr_customer_product_id":165470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:53:14.000Z","modified_at":"2026-01-24T04:53:14.000Z","name":"Nicolette Cole","mobile_number":"732-592-4570","email_id":"Lucy45@gmail.com","dop":"2025-04-06","serial_number":"18380129139960776","imei1":"18380129139960776","imei2":"18380129139960776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:53:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165461,"job_number":"JOB_165461","tr_customer_id":165478,"tr_customer_product_id":165468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:52:54.000Z","modified_at":"2026-01-24T04:52:54.000Z","name":"Jaycee Hilpert","mobile_number":"480-269-1662","email_id":"Martina42@yahoo.com","dop":"2025-04-06","serial_number":"10477807887607346","imei1":"10477807887607346","imei2":"10477807887607346","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:52:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165459,"job_number":"JOB_165459","tr_customer_id":165476,"tr_customer_product_id":165466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:41.000Z","modified_at":"2026-01-24T04:50:41.000Z","name":"Shwet Acharya","mobile_number":"9806210025","email_id":"kailash.patel@gmail.com","dop":"2026-01-14","serial_number":"727119346976515","imei1":"727119346976515","imei2":"727119346976515","popurl":"www.narinder-marar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165458,"job_number":"JOB_165458","tr_customer_id":165475,"tr_customer_product_id":165465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:41.000Z","modified_at":"2026-01-24T04:50:41.000Z","name":"Opaline Varman","mobile_number":"9884389213","email_id":"aarya.kapoor@hotmail.com","dop":"2026-01-14","serial_number":"390594674793521","imei1":"390594674793521","imei2":"390594674793521","popurl":"www.girindra-joshi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165457,"job_number":"JOB_165457","tr_customer_id":165474,"tr_customer_product_id":165464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:41.000Z","name":"Devi Desai","mobile_number":"9839153375","email_id":"lakshmidhar.malik@yahoo.co.in","dop":"2026-01-14","serial_number":"990756071902525","imei1":"990756071902525","imei2":"990756071902525","popurl":"www.tapan-sharma.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165456,"job_number":"JOB_165456","tr_customer_id":165473,"tr_customer_product_id":165463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Minakshi Gowda","mobile_number":"9827251883","email_id":"devangana.ahluwalia@gmail.com","dop":"2026-01-14","serial_number":"875568231961846","imei1":"875568231961846","imei2":"875568231961846","popurl":"www.aagneya-varman.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165455,"job_number":"JOB_165455","tr_customer_id":165472,"tr_customer_product_id":165462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Dharmaketu Nair","mobile_number":"9868697943","email_id":"dhanapati.varma@gmail.com","dop":"2026-01-14","serial_number":"921153741995997","imei1":"921153741995997","imei2":"921153741995997","popurl":"www.uttam-gandhi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165454,"job_number":"JOB_165454","tr_customer_id":165471,"tr_customer_product_id":165461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Bhupen Tandon","mobile_number":"9865321765","email_id":"kartik.gowda@gmail.com","dop":"2026-01-14","serial_number":"094542402756868","imei1":"094542402756868","imei2":"094542402756868","popurl":"www.tanya-banerjee.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165453,"job_number":"JOB_165453","tr_customer_id":165470,"tr_customer_product_id":165460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Paramartha Mehra","mobile_number":"9827191235","email_id":"balgopal.malik@yahoo.co.in","dop":"2026-01-14","serial_number":"018569699916048","imei1":"018569699916048","imei2":"018569699916048","popurl":"www.chaturaanan-ahuja.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165452,"job_number":"JOB_165452","tr_customer_id":165469,"tr_customer_product_id":165459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Draupadi Bhat","mobile_number":"9849961860","email_id":"gitanjali.reddy@gmail.com","dop":"2026-01-14","serial_number":"105448134279153","imei1":"105448134279153","imei2":"105448134279153","popurl":"www.rudra-pothuvaal.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165451,"job_number":"JOB_165451","tr_customer_id":165468,"tr_customer_product_id":165458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Brahmabrata Malik","mobile_number":"9810540375","email_id":"chandraketu.shukla@hotmail.com","dop":"2026-01-14","serial_number":"633236941621852","imei1":"633236941621852","imei2":"633236941621852","popurl":"www.dhyanesh-chaturvedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165450,"job_number":"JOB_165450","tr_customer_id":165467,"tr_customer_product_id":165457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Chandravati Banerjee","mobile_number":"9823702090","email_id":"sanya.mukhopadhyay@yahoo.co.in","dop":"2026-01-14","serial_number":"167387918015345","imei1":"167387918015345","imei2":"167387918015345","popurl":"www.bhargava-bharadwaj.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165449,"job_number":"JOB_165449","tr_customer_id":165466,"tr_customer_product_id":165456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Balaaditya Gandhi","mobile_number":"9872463245","email_id":"chandramohan.ganaka@gmail.com","dop":"2026-01-14","serial_number":"078486991775848","imei1":"078486991775848","imei2":"078486991775848","popurl":"www.gorakhanatha-jain.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165448,"job_number":"JOB_165448","tr_customer_id":165465,"tr_customer_product_id":165455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Avantika Chopra","mobile_number":"9809430249","email_id":"dhanvin.pandey@gmail.com","dop":"2026-01-14","serial_number":"840853718160766","imei1":"840853718160766","imei2":"840853718160766","popurl":"www.bhoopati-acharya.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165447,"job_number":"JOB_165447","tr_customer_id":165464,"tr_customer_product_id":165454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Aatmaj Marar","mobile_number":"9881939272","email_id":"adheesh.chattopadhyay@yahoo.co.in","dop":"2026-01-14","serial_number":"518540287934069","imei1":"518540287934069","imei2":"518540287934069","popurl":"www.kamlesh-singh.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165446,"job_number":"JOB_165446","tr_customer_id":165463,"tr_customer_product_id":165453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Gajadhar Bandopadhyay","mobile_number":"9882554592","email_id":"anal.pandey@hotmail.com","dop":"2026-01-14","serial_number":"850440399132511","imei1":"850440399132511","imei2":"850440399132511","popurl":"www.girika-pothuvaal.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165445,"job_number":"JOB_165445","tr_customer_id":165462,"tr_customer_product_id":165452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Aagam Mehrotra","mobile_number":"9803407688","email_id":"somu.singh@hotmail.com","dop":"2026-01-14","serial_number":"800586982321211","imei1":"800586982321211","imei2":"800586982321211","popurl":"www.mina-chaturvedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165444,"job_number":"JOB_165444","tr_customer_id":165461,"tr_customer_product_id":165451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Bhisham Pilla","mobile_number":"9834515098","email_id":"sujata.bhattacharya@hotmail.com","dop":"2026-01-14","serial_number":"557643353038141","imei1":"557643353038141","imei2":"557643353038141","popurl":"www.aditya-dutta.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165443,"job_number":"JOB_165443","tr_customer_id":165460,"tr_customer_product_id":165450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Giriraaj Marar","mobile_number":"9850334121","email_id":"bhoopati.ganaka@hotmail.com","dop":"2026-01-14","serial_number":"093972205388223","imei1":"093972205388223","imei2":"093972205388223","popurl":"www.meghnad-devar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165442,"job_number":"JOB_165442","tr_customer_id":165459,"tr_customer_product_id":165449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Gautam Rana","mobile_number":"9808705261","email_id":"mani.devar@gmail.com","dop":"2026-01-14","serial_number":"786411901638284","imei1":"786411901638284","imei2":"786411901638284","popurl":"www.govinda-joshi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165441,"job_number":"JOB_165441","tr_customer_id":165458,"tr_customer_product_id":165448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Chaaruchandra Kakkar","mobile_number":"9825915432","email_id":"rajendra.johar@gmail.com","dop":"2026-01-14","serial_number":"967320149323116","imei1":"967320149323116","imei2":"967320149323116","popurl":"www.bhoopati-pillai.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165440,"job_number":"JOB_165440","tr_customer_id":165457,"tr_customer_product_id":165447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Dakshayani Mehrotra","mobile_number":"9880309268","email_id":"eshana.mehra@yahoo.co.in","dop":"2026-01-14","serial_number":"775792479396336","imei1":"775792479396336","imei2":"775792479396336","popurl":"www.goswami-sinha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165439,"job_number":"JOB_165439","tr_customer_id":165456,"tr_customer_product_id":165446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:39.000Z","modified_at":"2026-01-24T04:50:39.000Z","name":"DIDIDID Rippin","mobile_number":"273-218-0237","email_id":"Colt.Heathcote@gmail.com","dop":"2024-10-15","serial_number":"81845678901794","imei1":"81845678901794","imei2":"81845678901794","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165438,"job_number":"JOB_165438","tr_customer_id":165455,"tr_customer_product_id":165445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:39.000Z","modified_at":"2026-01-24T04:50:39.000Z","name":"Sunil Rippin","mobile_number":"273-218-0237","email_id":"Colt.Heathcote@gmail.com","dop":"2024-10-15","serial_number":"32545678901234","imei1":"32545678901234","imei2":"32545678901234","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165437,"job_number":"JOB_165437","tr_customer_id":165454,"tr_customer_product_id":165444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:39.000Z","modified_at":"2026-01-24T04:50:39.000Z","name":"Rocker Rippin","mobile_number":"273-218-0237","email_id":"Colt.Heathcote@gmail.com","dop":"2024-10-15","serial_number":"81845678901234","imei1":"81845678901234","imei2":"81845678901234","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165436,"job_number":"JOB_165436","tr_customer_id":165453,"tr_customer_product_id":165443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:39.000Z","modified_at":"2026-01-24T04:50:39.000Z","name":"Dada Rippin","mobile_number":"273-218-0237","email_id":"Colt.Heathcote@gmail.com","dop":"2024-10-15","serial_number":"19845678901234","imei1":"19845678901234","imei2":"19845678901234","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165435,"job_number":"JOB_165435","tr_customer_id":165452,"tr_customer_product_id":165442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:39.000Z","modified_at":"2026-01-24T04:50:39.000Z","name":"Vivek Rippin","mobile_number":"273-218-0237","email_id":"Colt.Heathcote@gmail.com","dop":"2024-10-15","serial_number":"14545678901234","imei1":"14545678901234","imei2":"14545678901234","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165433,"job_number":"JOB_165433","tr_customer_id":165450,"tr_customer_product_id":165440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:39:42.000Z","modified_at":"2026-01-24T04:39:42.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"109883769458152","imei1":"109883769458152","imei2":"109883769458152","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165431,"job_number":"JOB_165431","tr_customer_id":165448,"tr_customer_product_id":165438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:39:29.000Z","modified_at":"2026-01-24T04:39:29.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"106051138437493","imei1":"106051138437493","imei2":"106051138437493","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165428,"job_number":"JOB_165428","tr_customer_id":165445,"tr_customer_product_id":165435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:32:53.000Z","modified_at":"2026-01-24T04:32:53.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-14","serial_number":"75170751806930","imei1":"75170751806930","imei2":"75170751806930","popurl":"2026-01-14T04:32:52.877713245Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:32:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165427,"job_number":"JOB_165427","tr_customer_id":165444,"tr_customer_product_id":165434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:32:36.000Z","modified_at":"2026-01-24T04:32:36.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-14","serial_number":"91042546477578","imei1":"91042546477578","imei2":"91042546477578","popurl":"2026-01-14T04:32:35.794862697Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:32:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165426,"job_number":"JOB_165426","tr_customer_id":165443,"tr_customer_product_id":165433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Vedanga Iyer","mobile_number":"9818878545","email_id":"vrinda.prajapat@hotmail.com","dop":"2026-01-14","serial_number":"841886975733437","imei1":"841886975733437","imei2":"841886975733437","popurl":"www.dron-gandhi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165425,"job_number":"JOB_165425","tr_customer_id":165442,"tr_customer_product_id":165432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Chandrakala Bhat","mobile_number":"9887057135","email_id":"chatur.asan@yahoo.co.in","dop":"2026-01-14","serial_number":"006765238252952","imei1":"006765238252952","imei2":"006765238252952","popurl":"www.kannen-bhattathiri.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165424,"job_number":"JOB_165424","tr_customer_id":165441,"tr_customer_product_id":165431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Bhargavi Chopra","mobile_number":"9899725910","email_id":"dipankar.dwivedi@yahoo.co.in","dop":"2026-01-14","serial_number":"331716760096727","imei1":"331716760096727","imei2":"331716760096727","popurl":"www.bhavani-shah.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165423,"job_number":"JOB_165423","tr_customer_id":165440,"tr_customer_product_id":165430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Sunita Varman","mobile_number":"9853302346","email_id":"chandramohan.embranthiri@yahoo.co.in","dop":"2026-01-14","serial_number":"176725950591075","imei1":"176725950591075","imei2":"176725950591075","popurl":"www.atmaja-tandon.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165422,"job_number":"JOB_165422","tr_customer_id":165439,"tr_customer_product_id":165429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Tej Sethi","mobile_number":"9833571342","email_id":"arya.guha@hotmail.com","dop":"2026-01-14","serial_number":"846776267179423","imei1":"846776267179423","imei2":"846776267179423","popurl":"www.sushma-talwar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165421,"job_number":"JOB_165421","tr_customer_id":165438,"tr_customer_product_id":165428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Sachin Saini","mobile_number":"9820994305","email_id":"harita.marar@hotmail.com","dop":"2026-01-14","serial_number":"255602128695832","imei1":"255602128695832","imei2":"255602128695832","popurl":"www.bhisham-johar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165420,"job_number":"JOB_165420","tr_customer_id":165437,"tr_customer_product_id":165427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Deeptanshu Trivedi","mobile_number":"9828064479","email_id":"saraswati.nehru@yahoo.co.in","dop":"2026-01-14","serial_number":"363813600417312","imei1":"363813600417312","imei2":"363813600417312","popurl":"www.shwet-reddy.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165419,"job_number":"JOB_165419","tr_customer_id":165436,"tr_customer_product_id":165426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Marut Arora","mobile_number":"9805208962","email_id":"daevi.talwar@yahoo.co.in","dop":"2026-01-14","serial_number":"001000635630398","imei1":"001000635630398","imei2":"001000635630398","popurl":"www.tara-khan.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165418,"job_number":"JOB_165418","tr_customer_id":165435,"tr_customer_product_id":165425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Sushma Embranthiri","mobile_number":"9881105579","email_id":"lila.gowda@gmail.com","dop":"2026-01-14","serial_number":"599070310118488","imei1":"599070310118488","imei2":"599070310118488","popurl":"www.anuraag-shah.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165417,"job_number":"JOB_165417","tr_customer_id":165434,"tr_customer_product_id":165424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Soma Iyer","mobile_number":"9894575017","email_id":"rati.bhattacharya@hotmail.com","dop":"2026-01-14","serial_number":"813391619527318","imei1":"813391619527318","imei2":"813391619527318","popurl":"www.aashritha-talwar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165416,"job_number":"JOB_165416","tr_customer_id":165433,"tr_customer_product_id":165423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Chanda Pandey","mobile_number":"9824631964","email_id":"ekaksh.chattopadhyay@hotmail.com","dop":"2026-01-14","serial_number":"953157742158475","imei1":"953157742158475","imei2":"953157742158475","popurl":"www.kanak-shukla.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165415,"job_number":"JOB_165415","tr_customer_id":165432,"tr_customer_product_id":165422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Aatmaja Shukla","mobile_number":"9808520567","email_id":"balaaditya.dubashi@gmail.com","dop":"2026-01-14","serial_number":"630147529006180","imei1":"630147529006180","imei2":"630147529006180","popurl":"www.gorakhnath-rana.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165414,"job_number":"JOB_165414","tr_customer_id":165431,"tr_customer_product_id":165421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Ekadant Kocchar","mobile_number":"9853053073","email_id":"chanda.devar@hotmail.com","dop":"2026-01-14","serial_number":"004334391747342","imei1":"004334391747342","imei2":"004334391747342","popurl":"www.javas-bhat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165413,"job_number":"JOB_165413","tr_customer_id":165430,"tr_customer_product_id":165420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Baijayanti Mukhopadhyay","mobile_number":"9861870538","email_id":"kumari.kapoor@hotmail.com","dop":"2026-01-14","serial_number":"174323900972146","imei1":"174323900972146","imei2":"174323900972146","popurl":"www.lal-jain.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165412,"job_number":"JOB_165412","tr_customer_id":165429,"tr_customer_product_id":165419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Somu Ahluwalia","mobile_number":"9883256265","email_id":"adhiraj.patel@yahoo.co.in","dop":"2026-01-14","serial_number":"880650741205039","imei1":"880650741205039","imei2":"880650741205039","popurl":"www.vrund-namboothiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165411,"job_number":"JOB_165411","tr_customer_id":165428,"tr_customer_product_id":165418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Adikavi Varma","mobile_number":"9889609728","email_id":"vijay.shukla@gmail.com","dop":"2026-01-14","serial_number":"532227972891934","imei1":"532227972891934","imei2":"532227972891934","popurl":"www.anshula-trivedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165410,"job_number":"JOB_165410","tr_customer_id":165427,"tr_customer_product_id":165417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Chatur Tagore","mobile_number":"9870745580","email_id":"jagmeet.prajapat@yahoo.co.in","dop":"2026-01-14","serial_number":"234909757006711","imei1":"234909757006711","imei2":"234909757006711","popurl":"www.subhashini-acharya.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165409,"job_number":"JOB_165409","tr_customer_id":165426,"tr_customer_product_id":165416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Chaitan Desai","mobile_number":"9871465144","email_id":"ranjeet.chaturvedi@yahoo.co.in","dop":"2026-01-14","serial_number":"048518390040938","imei1":"048518390040938","imei2":"048518390040938","popurl":"www.ojaswini-panicker.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165408,"job_number":"JOB_165408","tr_customer_id":165425,"tr_customer_product_id":165415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Bhaaswar Bharadwaj","mobile_number":"9811134401","email_id":"indra.gowda@hotmail.com","dop":"2026-01-14","serial_number":"314848063276707","imei1":"314848063276707","imei2":"314848063276707","popurl":"www.dhana-mehrotra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165407,"job_number":"JOB_165407","tr_customer_id":165424,"tr_customer_product_id":165414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:58.000Z","modified_at":"2026-01-24T04:27:58.000Z","name":"Chiranjeev Banerjee","mobile_number":"9834721926","email_id":"balagovind.pandey@hotmail.com","dop":"2026-01-14","serial_number":"928510045868407","imei1":"928510045868407","imei2":"928510045868407","popurl":"www.gajaadhar-ahuja.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165406,"job_number":"JOB_165406","tr_customer_id":165423,"tr_customer_product_id":165413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:58.000Z","modified_at":"2026-01-24T04:27:58.000Z","name":"Bhasvan Verma","mobile_number":"9872927685","email_id":"sharmila.mahajan@gmail.com","dop":"2026-01-14","serial_number":"757476286049122","imei1":"757476286049122","imei2":"757476286049122","popurl":"www.vaishno-khatri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165405,"job_number":"JOB_165405","tr_customer_id":165422,"tr_customer_product_id":165412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:58.000Z","modified_at":"2026-01-24T04:27:58.000Z","name":"Jay Dhawan","mobile_number":"9868110374","email_id":"laxman.khan@gmail.com","dop":"2026-01-14","serial_number":"574159400664376","imei1":"574159400664376","imei2":"574159400664376","popurl":"www.gayatri-singh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165404,"job_number":"JOB_165404","tr_customer_id":165421,"tr_customer_product_id":165411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:58.000Z","modified_at":"2026-01-24T04:27:58.000Z","name":"Dharmaketu Joshi","mobile_number":"9854529024","email_id":"devdan.bhattathiri@gmail.com","dop":"2026-01-14","serial_number":"061726002996298","imei1":"061726002996298","imei2":"061726002996298","popurl":"www.bharadwaj-varma.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165403,"job_number":"JOB_165403","tr_customer_id":165420,"tr_customer_product_id":165410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:57.000Z","modified_at":"2026-01-24T04:27:57.000Z","name":"Balgopal Kapoor","mobile_number":"9869602502","email_id":"ranjit.devar@hotmail.com","dop":"2026-01-14","serial_number":"982484667355714","imei1":"982484667355714","imei2":"982484667355714","popurl":"www.paramartha-deshpande.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165402,"job_number":"JOB_165402","tr_customer_id":165419,"tr_customer_product_id":165409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:57.000Z","modified_at":"2026-01-24T04:27:57.000Z","name":"Agrata Bhat","mobile_number":"9885789355","email_id":"gopal.naik@yahoo.co.in","dop":"2026-01-14","serial_number":"924016580826651","imei1":"924016580826651","imei2":"924016580826651","popurl":"www.devika-gowda.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165401,"job_number":"JOB_165401","tr_customer_id":165418,"tr_customer_product_id":165408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:57.000Z","modified_at":"2026-01-24T04:27:57.000Z","name":"Sunita Guneta","mobile_number":"9807668298","email_id":"advaya.varrier@yahoo.co.in","dop":"2026-01-14","serial_number":"051711404933680","imei1":"051711404933680","imei2":"051711404933680","popurl":"www.dayaananda-mehrotra.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165400,"job_number":"JOB_165400","tr_customer_id":165417,"tr_customer_product_id":165407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:56.000Z","modified_at":"2026-01-24T04:27:56.000Z","name":"Ekaaksh Abbott","mobile_number":"9890052794","email_id":"vishwamitra.shah@hotmail.com","dop":"2026-01-14","serial_number":"606155490602616","imei1":"606155490602616","imei2":"606155490602616","popurl":"www.deb-rana.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165399,"job_number":"JOB_165399","tr_customer_id":165416,"tr_customer_product_id":165406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:56.000Z","modified_at":"2026-01-24T04:27:56.000Z","name":"Charuvrat Kocchar","mobile_number":"9815347812","email_id":"balachandra.banerjee@yahoo.co.in","dop":"2026-01-14","serial_number":"229846216442278","imei1":"229846216442278","imei2":"229846216442278","popurl":"www.ramesh-abbott.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165398,"job_number":"JOB_165398","tr_customer_id":165415,"tr_customer_product_id":165405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:56.000Z","modified_at":"2026-01-24T04:27:56.000Z","name":"Deependra Deshpande","mobile_number":"9837293724","email_id":"amritambu.agarwal@gmail.com","dop":"2026-01-14","serial_number":"526902097761960","imei1":"526902097761960","imei2":"526902097761960","popurl":"www.dayaananda-tagore.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165397,"job_number":"JOB_165397","tr_customer_id":165414,"tr_customer_product_id":165404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Hiranya Kaniyar","mobile_number":"9801656119","email_id":"aayushman.johar@yahoo.co.in","dop":"2026-01-14","serial_number":"456912851593140","imei1":"456912851593140","imei2":"456912851593140","popurl":"www.deeptiman-chopra.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165396,"job_number":"JOB_165396","tr_customer_id":165413,"tr_customer_product_id":165403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Kanaka Saini","mobile_number":"9804196307","email_id":"menaka.dutta@yahoo.co.in","dop":"2026-01-14","serial_number":"511960548508867","imei1":"511960548508867","imei2":"511960548508867","popurl":"www.chitramala-guneta.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165395,"job_number":"JOB_165395","tr_customer_id":165412,"tr_customer_product_id":165402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Asha Deshpande","mobile_number":"9852196932","email_id":"kartik.mishra@hotmail.com","dop":"2026-01-14","serial_number":"447438135173029","imei1":"447438135173029","imei2":"447438135173029","popurl":"www.deepali-mishra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165394,"job_number":"JOB_165394","tr_customer_id":165411,"tr_customer_product_id":165401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Chatur Mahajan","mobile_number":"9852608676","email_id":"somnath.nayar@gmail.com","dop":"2026-01-14","serial_number":"854768947007554","imei1":"854768947007554","imei2":"854768947007554","popurl":"www.bhavani-mukhopadhyay.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165393,"job_number":"JOB_165393","tr_customer_id":165410,"tr_customer_product_id":165400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Aalok Iyengar","mobile_number":"9810410980","email_id":"amogh.gandhi@gmail.com","dop":"2026-01-14","serial_number":"115895301479098","imei1":"115895301479098","imei2":"115895301479098","popurl":"www.pran-gill.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165392,"job_number":"JOB_165392","tr_customer_id":165409,"tr_customer_product_id":165399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Sarvin Johar","mobile_number":"9820175652","email_id":"rohana.rana@yahoo.co.in","dop":"2026-01-14","serial_number":"432530712923217","imei1":"432530712923217","imei2":"432530712923217","popurl":"www.ranjeet-verma.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165391,"job_number":"JOB_165391","tr_customer_id":165408,"tr_customer_product_id":165398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:53.000Z","modified_at":"2026-01-24T04:27:53.000Z","name":"Deeptanshu Shukla","mobile_number":"9898060828","email_id":"daevi.dhawan@gmail.com","dop":"2026-01-14","serial_number":"706795469102623","imei1":"706795469102623","imei2":"706795469102623","popurl":"www.bhadraksh-malik.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165390,"job_number":"JOB_165390","tr_customer_id":165407,"tr_customer_product_id":165397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:53.000Z","modified_at":"2026-01-24T04:27:53.000Z","name":"Gopal Panicker","mobile_number":"9870450560","email_id":"ganaka.chaturvedi@gmail.com","dop":"2026-01-14","serial_number":"637317676472120","imei1":"637317676472120","imei2":"637317676472120","popurl":"www.krishnadas-pandey.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165389,"job_number":"JOB_165389","tr_customer_id":165406,"tr_customer_product_id":165396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:52.000Z","modified_at":"2026-01-24T04:27:52.000Z","name":"Alok Mehra","mobile_number":"9859134502","email_id":"himadri.pandey@hotmail.com","dop":"2026-01-14","serial_number":"491498836514650","imei1":"491498836514650","imei2":"491498836514650","popurl":"www.amaranaath-agarwal.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165388,"job_number":"JOB_165388","tr_customer_id":165405,"tr_customer_product_id":165395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:52.000Z","modified_at":"2026-01-24T04:27:52.000Z","name":"Opalina Tandon","mobile_number":"9868737878","email_id":"kiran.kapoor@hotmail.com","dop":"2026-01-14","serial_number":"345413575723243","imei1":"345413575723243","imei2":"345413575723243","popurl":"www.abhisyanta-sinha.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165387,"job_number":"JOB_165387","tr_customer_id":165404,"tr_customer_product_id":165394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:52.000Z","modified_at":"2026-01-24T04:27:52.000Z","name":"Rameshwar Saini","mobile_number":"9896088852","email_id":"jagathi.dwivedi@hotmail.com","dop":"2026-01-14","serial_number":"642935919776858","imei1":"642935919776858","imei2":"642935919776858","popurl":"www.dhanalakshmi-guha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165386,"job_number":"JOB_165386","tr_customer_id":165403,"tr_customer_product_id":165393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:24:47.000Z","modified_at":"2026-01-24T04:24:47.000Z","name":"Magnolia Wehner","mobile_number":"660-564-2966","email_id":"Janet.Hettinger@gmail.com","dop":"2025-04-06","serial_number":"12079838181295206","imei1":"12079838181295206","imei2":"12079838181295206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:24:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165384,"job_number":"JOB_165384","tr_customer_id":165401,"tr_customer_product_id":165391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:24:04.000Z","modified_at":"2026-01-24T04:24:04.000Z","name":"Ludwig Ullrich","mobile_number":"890-598-1694","email_id":"Monte.Anderson@hotmail.com","dop":"2025-04-06","serial_number":"17922287909484024","imei1":"17922287909484024","imei2":"17922287909484024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:24:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165382,"job_number":"JOB_165382","tr_customer_id":165399,"tr_customer_product_id":165389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:23:21.000Z","modified_at":"2026-01-24T04:23:21.000Z","name":"Joel Ankunding","mobile_number":"827-267-5322","email_id":"Winnifred_Schneider54@hotmail.com","dop":"2025-04-06","serial_number":"16845791980135318","imei1":"16845791980135318","imei2":"16845791980135318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:23:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165379,"job_number":"JOB_165379","tr_customer_id":165396,"tr_customer_product_id":165386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:18:27.000Z","modified_at":"2026-01-24T04:18:27.000Z","name":"Aarya Patil","mobile_number":"8646182846","email_id":"mandakini.gandhi@hotmail.com","dop":"2026-01-14","serial_number":"38315729594727","imei1":"38315729594727","imei2":"38315729594727","popurl":"www.chakravartee-nehru.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:18:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165376,"job_number":"JOB_165376","tr_customer_id":165393,"tr_customer_product_id":165383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:29.000Z","modified_at":"2026-01-24T03:57:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62001648375731","imei1":"62001648375731","imei2":"62001648375731","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165375,"job_number":"JOB_165375","tr_customer_id":165392,"tr_customer_product_id":165382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:29.000Z","modified_at":"2026-01-24T03:57:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"70064494170307","imei1":"70064494170307","imei2":"70064494170307","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165374,"job_number":"JOB_165374","tr_customer_id":165391,"tr_customer_product_id":165381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:29.000Z","modified_at":"2026-01-24T03:57:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95374323083601","imei1":"95374323083601","imei2":"95374323083601","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165373,"job_number":"JOB_165373","tr_customer_id":165390,"tr_customer_product_id":165380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:28.000Z","modified_at":"2026-01-24T03:57:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92151405704462","imei1":"92151405704462","imei2":"92151405704462","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165372,"job_number":"JOB_165372","tr_customer_id":165389,"tr_customer_product_id":165379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:28.000Z","modified_at":"2026-01-24T03:57:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69821337427820","imei1":"69821337427820","imei2":"69821337427820","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165371,"job_number":"JOB_165371","tr_customer_id":165388,"tr_customer_product_id":165378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:28.000Z","modified_at":"2026-01-24T03:57:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15832077451393","imei1":"15832077451393","imei2":"15832077451393","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165369,"job_number":"JOB_165369","tr_customer_id":165386,"tr_customer_product_id":165376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:00.000Z","modified_at":"2026-01-24T03:57:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"14160089827597","imei1":"14160089827597","imei2":"14160089827597","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165368,"job_number":"JOB_165368","tr_customer_id":165385,"tr_customer_product_id":165375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:59.000Z","modified_at":"2026-01-24T03:56:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62007948357390","imei1":"62007948357390","imei2":"62007948357390","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165367,"job_number":"JOB_165367","tr_customer_id":165384,"tr_customer_product_id":165374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:59.000Z","modified_at":"2026-01-24T03:56:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"17577269128697","imei1":"17577269128697","imei2":"17577269128697","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165366,"job_number":"JOB_165366","tr_customer_id":165383,"tr_customer_product_id":165373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:59.000Z","modified_at":"2026-01-24T03:56:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72065225541662","imei1":"72065225541662","imei2":"72065225541662","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165365,"job_number":"JOB_165365","tr_customer_id":165382,"tr_customer_product_id":165372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:58.000Z","modified_at":"2026-01-24T03:56:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24535194504843","imei1":"24535194504843","imei2":"24535194504843","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165364,"job_number":"JOB_165364","tr_customer_id":165381,"tr_customer_product_id":165371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:58.000Z","modified_at":"2026-01-24T03:56:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83582343585385","imei1":"83582343585385","imei2":"83582343585385","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165362,"job_number":"JOB_165362","tr_customer_id":165379,"tr_customer_product_id":165369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:30.000Z","modified_at":"2026-01-24T03:56:30.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87768503837015","imei1":"87768503837015","imei2":"87768503837015","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165361,"job_number":"JOB_165361","tr_customer_id":165378,"tr_customer_product_id":165368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:30.000Z","modified_at":"2026-01-24T03:56:30.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18940416443342","imei1":"18940416443342","imei2":"18940416443342","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165360,"job_number":"JOB_165360","tr_customer_id":165377,"tr_customer_product_id":165367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:29.000Z","modified_at":"2026-01-24T03:56:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84692265166585","imei1":"84692265166585","imei2":"84692265166585","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165359,"job_number":"JOB_165359","tr_customer_id":165376,"tr_customer_product_id":165366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:29.000Z","modified_at":"2026-01-24T03:56:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31311602469488","imei1":"31311602469488","imei2":"31311602469488","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165358,"job_number":"JOB_165358","tr_customer_id":165375,"tr_customer_product_id":165365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:29.000Z","modified_at":"2026-01-24T03:56:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12324434030108","imei1":"12324434030108","imei2":"12324434030108","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165357,"job_number":"JOB_165357","tr_customer_id":165374,"tr_customer_product_id":165364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:28.000Z","modified_at":"2026-01-24T03:56:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28469649454160","imei1":"28469649454160","imei2":"28469649454160","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165356,"job_number":"JOB_165356","tr_customer_id":165373,"tr_customer_product_id":165363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:51:56.000Z","modified_at":"2026-01-24T03:51:56.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-14","serial_number":"11794514993613","imei1":"18904414473613","imei2":"130779079163713","popurl":"2026-01-14T03:51:54.202267400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:51:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165355,"job_number":"JOB_165355","tr_customer_id":165372,"tr_customer_product_id":165362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:50:09.000Z","modified_at":"2026-01-24T03:50:09.000Z","name":"Breana Marks","mobile_number":"649-208-6435","email_id":"Angelo.Auer92@hotmail.com","dop":"2025-04-06","serial_number":"18717702518598948","imei1":"18717702518598948","imei2":"18717702518598948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165353,"job_number":"JOB_165353","tr_customer_id":165370,"tr_customer_product_id":165360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:50:07.000Z","modified_at":"2026-01-24T03:50:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14428914154344","imei1":"14428914154344","imei2":"14428914154344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:50:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165352,"job_number":"JOB_165352","tr_customer_id":165369,"tr_customer_product_id":165359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:53.000Z","modified_at":"2026-01-24T03:49:53.000Z","name":"Felicity Prohaska","mobile_number":"493-935-4616","email_id":"Maya14@hotmail.com","dop":"2025-04-06","serial_number":"18720437561758200","imei1":"18720437561758200","imei2":"18720437561758200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165350,"job_number":"JOB_165350","tr_customer_id":165367,"tr_customer_product_id":165357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:52.000Z","modified_at":"2026-01-24T03:49:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13554323013804","imei1":"13554323013804","imei2":"13554323013804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165346,"job_number":"JOB_165346","tr_customer_id":165363,"tr_customer_product_id":165353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:33.000Z","modified_at":"2026-01-24T03:49:33.000Z","name":"Nathen Reichert","mobile_number":"289-517-6308","email_id":"Wilbert_Russel@hotmail.com","dop":"2025-04-06","serial_number":"14112098358107610","imei1":"14112098358107610","imei2":"14112098358107610","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165344,"job_number":"JOB_165344","tr_customer_id":165361,"tr_customer_product_id":165351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:32.000Z","modified_at":"2026-01-24T03:49:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16427105170239","imei1":"16427105170239","imei2":"16427105170239","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165343,"job_number":"JOB_165343","tr_customer_id":165360,"tr_customer_product_id":165350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:25.000Z","modified_at":"2026-01-24T03:49:25.000Z","name":"Jolie Bernier","mobile_number":"536-628-7256","email_id":"Celestino.Wisozk49@gmail.com","dop":"2025-04-06","serial_number":"16217151647362924","imei1":"16217151647362924","imei2":"16217151647362924","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165342,"job_number":"JOB_165342","tr_customer_id":165359,"tr_customer_product_id":165349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:23.000Z","modified_at":"2026-01-24T03:49:23.000Z","name":"Krystina Gleichner","mobile_number":"345-879-8416","email_id":"Melvina17@hotmail.com","dop":"2025-04-06","serial_number":"12491444485544004","imei1":"12491444485544004","imei2":"12491444485544004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165340,"job_number":"JOB_165340","tr_customer_id":165357,"tr_customer_product_id":165347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:23.000Z","modified_at":"2026-01-24T03:49:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12684171543306","imei1":"12684171543306","imei2":"12684171543306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165338,"job_number":"JOB_165338","tr_customer_id":165355,"tr_customer_product_id":165345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:22.000Z","modified_at":"2026-01-24T03:49:22.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17976199179940","imei1":"17976199179940","imei2":"17976199179940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165337,"job_number":"JOB_165337","tr_customer_id":165354,"tr_customer_product_id":165344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:14.000Z","modified_at":"2026-01-24T03:49:15.000Z","name":"Tanya Wilderman","mobile_number":"740-556-4898","email_id":"Oren74@yahoo.com","dop":"2025-04-06","serial_number":"15465539341670244","imei1":"15465539341670244","imei2":"15465539341670244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165335,"job_number":"JOB_165335","tr_customer_id":165352,"tr_customer_product_id":165342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:13.000Z","modified_at":"2026-01-24T03:49:13.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11643872202322","imei1":"11643872202322","imei2":"11643872202322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165334,"job_number":"JOB_165334","tr_customer_id":165351,"tr_customer_product_id":165341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:11.000Z","modified_at":"2026-01-24T03:49:11.000Z","name":"Desmond Schowalter","mobile_number":"867-479-1018","email_id":"Anabelle76@yahoo.com","dop":"2025-04-06","serial_number":"18498549604324308","imei1":"18498549604324308","imei2":"18498549604324308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165332,"job_number":"JOB_165332","tr_customer_id":165349,"tr_customer_product_id":165339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:10.000Z","modified_at":"2026-01-24T03:49:10.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11166856025382","imei1":"11166856025382","imei2":"11166856025382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165327,"job_number":"JOB_165327","tr_customer_id":165344,"tr_customer_product_id":165334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:57.000Z","modified_at":"2026-01-24T03:48:57.000Z","name":"Cleve Crist","mobile_number":"959-392-2775","email_id":"Maximillian_Windler1@yahoo.com","dop":"2025-04-06","serial_number":"18890661954632910","imei1":"18890661954632910","imei2":"18890661954632910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165323,"job_number":"JOB_165323","tr_customer_id":165340,"tr_customer_product_id":165330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:55.000Z","modified_at":"2026-01-24T03:48:55.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"13499364363182","imei1":"13499364363182","imei2":"13499364363182","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165321,"job_number":"JOB_165321","tr_customer_id":165338,"tr_customer_product_id":165328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:50.000Z","modified_at":"2026-01-24T03:48:50.000Z","name":"Erich Wolf","mobile_number":"647-821-7533","email_id":"Garett_Greenfelder@gmail.com","dop":"2025-04-06","serial_number":"17382459598498484","imei1":"17382459598498484","imei2":"17382459598498484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165318,"job_number":"JOB_165318","tr_customer_id":165335,"tr_customer_product_id":165325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:49.000Z","modified_at":"2026-01-24T03:48:49.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17004721281782","imei1":"17004721281782","imei2":"17004721281782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165315,"job_number":"JOB_165315","tr_customer_id":165332,"tr_customer_product_id":165322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:48.000Z","modified_at":"2026-01-24T03:48:48.000Z","name":"Kaleigh Witting","mobile_number":"452-413-5002","email_id":"Isabell_Denesik49@gmail.com","dop":"2025-04-06","serial_number":"11442646291047482","imei1":"11442646291047482","imei2":"11442646291047482","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165314,"job_number":"JOB_165314","tr_customer_id":165331,"tr_customer_product_id":165321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:47.000Z","modified_at":"2026-01-24T03:48:47.000Z","name":"Arden Tremblay","mobile_number":"727-820-6131","email_id":"Kendra.Hyatt66@hotmail.com","dop":"2025-04-06","serial_number":"12412944973713898","imei1":"12412944973713898","imei2":"12412944973713898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165312,"job_number":"JOB_165312","tr_customer_id":165329,"tr_customer_product_id":165319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:46.000Z","modified_at":"2026-01-24T03:48:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12420352718073","imei1":"12420352718073","imei2":"12420352718073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165310,"job_number":"JOB_165310","tr_customer_id":165327,"tr_customer_product_id":165317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:46.000Z","modified_at":"2026-01-24T03:48:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19119835456881","imei1":"19119835456881","imei2":"19119835456881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165309,"job_number":"JOB_165309","tr_customer_id":165326,"tr_customer_product_id":165316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:41.000Z","modified_at":"2026-01-24T03:48:41.000Z","name":"Shania Gorczany","mobile_number":"744-942-3992","email_id":"Leonardo24@gmail.com","dop":"2025-04-06","serial_number":"10023791850303816","imei1":"10023791850303816","imei2":"10023791850303816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165307,"job_number":"JOB_165307","tr_customer_id":165324,"tr_customer_product_id":165314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:40.000Z","modified_at":"2026-01-24T03:48:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12473790051572","imei1":"12473790051572","imei2":"12473790051572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165306,"job_number":"JOB_165306","tr_customer_id":165323,"tr_customer_product_id":165313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:37.000Z","modified_at":"2026-01-24T03:48:37.000Z","name":"Jaeden Ferry","mobile_number":"422-370-3628","email_id":"Eudora_Jaskolski74@yahoo.com","dop":"2025-04-06","serial_number":"15686992023527656","imei1":"15686992023527656","imei2":"15686992023527656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165303,"job_number":"JOB_165303","tr_customer_id":165320,"tr_customer_product_id":165310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:36.000Z","modified_at":"2026-01-24T03:48:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16252649260495","imei1":"16252649260495","imei2":"16252649260495","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165299,"job_number":"JOB_165299","tr_customer_id":165316,"tr_customer_product_id":165306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:32.000Z","modified_at":"2026-01-24T03:48:32.000Z","name":"Myra Upton","mobile_number":"882-890-8135","email_id":"Junior52@gmail.com","dop":"2025-04-06","serial_number":"17259419956991238","imei1":"17259419956991238","imei2":"17259419956991238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165297,"job_number":"JOB_165297","tr_customer_id":165314,"tr_customer_product_id":165304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:30.000Z","modified_at":"2026-01-24T03:48:30.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13042543927292","imei1":"13042543927292","imei2":"13042543927292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165296,"job_number":"JOB_165296","tr_customer_id":165313,"tr_customer_product_id":165303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:29.000Z","modified_at":"2026-01-24T03:48:29.000Z","name":"Pasquale Leffler","mobile_number":"433-518-7866","email_id":"Luna98@hotmail.com","dop":"2025-04-06","serial_number":"13639098013441312","imei1":"13639098013441312","imei2":"13639098013441312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165295,"job_number":"JOB_165295","tr_customer_id":165312,"tr_customer_product_id":165302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:29.000Z","modified_at":"2026-01-24T03:48:29.000Z","name":"Ellie Durgan","mobile_number":"743-240-4314","email_id":"Margie_Johns@gmail.com","dop":"2025-04-06","serial_number":"17333391059497404","imei1":"17333391059497404","imei2":"17333391059497404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165293,"job_number":"JOB_165293","tr_customer_id":165310,"tr_customer_product_id":165300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:28.000Z","modified_at":"2026-01-24T03:48:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17076562749631","imei1":"17076562749631","imei2":"17076562749631","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165291,"job_number":"JOB_165291","tr_customer_id":165308,"tr_customer_product_id":165298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:27.000Z","modified_at":"2026-01-24T03:48:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12354189792327","imei1":"12354189792327","imei2":"12354189792327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165290,"job_number":"JOB_165290","tr_customer_id":165307,"tr_customer_product_id":165297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:19.000Z","modified_at":"2026-01-24T03:48:19.000Z","name":"Elijah Bogisich","mobile_number":"339-349-3767","email_id":"Amina.Pacocha@yahoo.com","dop":"2025-04-06","serial_number":"11778325918391316","imei1":"11778325918391316","imei2":"11778325918391316","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165289,"job_number":"JOB_165289","tr_customer_id":165306,"tr_customer_product_id":165296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:19.000Z","modified_at":"2026-01-24T03:48:19.000Z","name":"Breana VonRueden","mobile_number":"268-593-3183","email_id":"Demetrius_Mueller@gmail.com","dop":"2025-04-06","serial_number":"10494592028224830","imei1":"10494592028224830","imei2":"10494592028224830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165286,"job_number":"JOB_165286","tr_customer_id":165303,"tr_customer_product_id":165293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:17.000Z","modified_at":"2026-01-24T03:48:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17529749883360","imei1":"17529749883360","imei2":"17529749883360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165285,"job_number":"JOB_165285","tr_customer_id":165302,"tr_customer_product_id":165292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:17.000Z","modified_at":"2026-01-24T03:48:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17765310761789","imei1":"17765310761789","imei2":"17765310761789","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165284,"job_number":"JOB_165284","tr_customer_id":165301,"tr_customer_product_id":165291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:15.000Z","modified_at":"2026-01-24T03:48:15.000Z","name":"Eleanore Waelchi","mobile_number":"494-580-8033","email_id":"Nicholaus41@hotmail.com","dop":"2025-04-06","serial_number":"17004497639633658","imei1":"17004497639633658","imei2":"17004497639633658","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165279,"job_number":"JOB_165279","tr_customer_id":165296,"tr_customer_product_id":165286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:13.000Z","modified_at":"2026-01-24T03:48:13.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"12294728863929","imei1":"12294728863929","imei2":"12294728863929","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165273,"job_number":"JOB_165273","tr_customer_id":165290,"tr_customer_product_id":165280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:07.000Z","modified_at":"2026-01-24T03:48:07.000Z","name":"Randy Bartell","mobile_number":"744-267-2515","email_id":"Jesus.Bernier3@gmail.com","dop":"2025-04-06","serial_number":"15198429768929360","imei1":"15198429768929360","imei2":"15198429768929360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165271,"job_number":"JOB_165271","tr_customer_id":165288,"tr_customer_product_id":165278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:06.000Z","modified_at":"2026-01-24T03:48:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17838088974483","imei1":"17838088974483","imei2":"17838088974483","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165270,"job_number":"JOB_165270","tr_customer_id":165287,"tr_customer_product_id":165277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:05.000Z","modified_at":"2026-01-24T03:48:05.000Z","name":"Lane Marvin","mobile_number":"347-773-0071","email_id":"Elliott26@gmail.com","dop":"2025-04-06","serial_number":"10739700696448526","imei1":"10739700696448526","imei2":"10739700696448526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165268,"job_number":"JOB_165268","tr_customer_id":165285,"tr_customer_product_id":165275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:04.000Z","modified_at":"2026-01-24T03:48:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11207931997699","imei1":"11207931997699","imei2":"11207931997699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165267,"job_number":"JOB_165267","tr_customer_id":165284,"tr_customer_product_id":165274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:03.000Z","modified_at":"2026-01-24T03:48:03.000Z","name":"Elian Bailey","mobile_number":"611-677-3100","email_id":"Zelda.Becker@gmail.com","dop":"2025-04-06","serial_number":"11024040291763016","imei1":"11024040291763016","imei2":"11024040291763016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165262,"job_number":"JOB_165262","tr_customer_id":165279,"tr_customer_product_id":165269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:01.000Z","modified_at":"2026-01-24T03:48:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17897392810890","imei1":"17897392810890","imei2":"17897392810890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165260,"job_number":"JOB_165260","tr_customer_id":165277,"tr_customer_product_id":165267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:51.000Z","modified_at":"2026-01-24T03:47:51.000Z","name":"Valentin Mayer","mobile_number":"294-293-3528","email_id":"Stewart.Erdman@yahoo.com","dop":"2025-04-06","serial_number":"18195987232686020","imei1":"18195987232686020","imei2":"18195987232686020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165259,"job_number":"JOB_165259","tr_customer_id":165276,"tr_customer_product_id":165266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:49.000Z","modified_at":"2026-01-24T03:47:49.000Z","name":"Shannon Carter","mobile_number":"687-873-5321","email_id":"Donna.Cummings@gmail.com","dop":"2025-04-06","serial_number":"10150034905457890","imei1":"10150034905457890","imei2":"10150034905457890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165257,"job_number":"JOB_165257","tr_customer_id":165274,"tr_customer_product_id":165264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:49.000Z","modified_at":"2026-01-24T03:47:49.000Z","name":"Clifton Cormier","mobile_number":"360-552-5176","email_id":"Brennan_Connelly31@gmail.com","dop":"2025-04-06","serial_number":"10632270433270626","imei1":"10632270433270626","imei2":"10632270433270626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165256,"job_number":"JOB_165256","tr_customer_id":165273,"tr_customer_product_id":165263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:49.000Z","modified_at":"2026-01-24T03:47:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17593207823635","imei1":"17593207823635","imei2":"17593207823635","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165253,"job_number":"JOB_165253","tr_customer_id":165270,"tr_customer_product_id":165260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:48.000Z","modified_at":"2026-01-24T03:47:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13162430385628","imei1":"13162430385628","imei2":"13162430385628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165252,"job_number":"JOB_165252","tr_customer_id":165269,"tr_customer_product_id":165259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:48.000Z","modified_at":"2026-01-24T03:47:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19335628597194","imei1":"19335628597194","imei2":"19335628597194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165250,"job_number":"JOB_165250","tr_customer_id":165267,"tr_customer_product_id":165257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:37.000Z","modified_at":"2026-01-24T03:47:37.000Z","name":"Shawna Treutel","mobile_number":"414-259-4105","email_id":"Lillian.Swift22@yahoo.com","dop":"2025-04-06","serial_number":"12624380476171116","imei1":"12624380476171116","imei2":"12624380476171116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165248,"job_number":"JOB_165248","tr_customer_id":165265,"tr_customer_product_id":165255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:36.000Z","modified_at":"2026-01-24T03:47:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15210621805297","imei1":"15210621805297","imei2":"15210621805297","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165247,"job_number":"JOB_165247","tr_customer_id":165264,"tr_customer_product_id":165254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:35.000Z","modified_at":"2026-01-24T03:47:35.000Z","name":"Isac Ferry","mobile_number":"944-701-4369","email_id":"Pete_Koch@gmail.com","dop":"2025-04-06","serial_number":"14235458838788024","imei1":"14235458838788024","imei2":"14235458838788024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165245,"job_number":"JOB_165245","tr_customer_id":165262,"tr_customer_product_id":165252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:34.000Z","modified_at":"2026-01-24T03:47:34.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19980397546200","imei1":"19980397546200","imei2":"19980397546200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165244,"job_number":"JOB_165244","tr_customer_id":165261,"tr_customer_product_id":165251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:31.000Z","modified_at":"2026-01-24T03:47:31.000Z","name":"Reta Murray","mobile_number":"755-211-7241","email_id":"Mason.Ferry@hotmail.com","dop":"2025-06-18","serial_number":"1048423908180399","imei1":"1048423908180399","imei2":"1048423908180399","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165243,"job_number":"JOB_165243","tr_customer_id":165260,"tr_customer_product_id":165250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:31.000Z","modified_at":"2026-01-24T03:47:31.000Z","name":"Aiyana Rowe","mobile_number":"573-899-3329","email_id":"Zaria53@gmail.com","dop":"2025-04-06","serial_number":"13726684371870338","imei1":"13726684371870338","imei2":"13726684371870338","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165241,"job_number":"JOB_165241","tr_customer_id":165258,"tr_customer_product_id":165248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:30.000Z","modified_at":"2026-01-24T03:47:30.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10265565717621","imei1":"10265565717621","imei2":"10265565717621","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165238,"job_number":"JOB_165238","tr_customer_id":165255,"tr_customer_product_id":165245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:29.000Z","modified_at":"2026-01-24T03:47:29.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"10884333805824","imei1":"10884333805824","imei2":"10884333805824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165235,"job_number":"JOB_165235","tr_customer_id":165252,"tr_customer_product_id":165242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:23.000Z","modified_at":"2026-01-24T03:47:23.000Z","name":"Kristofer Kiehn","mobile_number":"893-355-5862","email_id":"Woodrow_Torp@yahoo.com","dop":"2025-04-06","serial_number":"10326450933890530","imei1":"10326450933890530","imei2":"10326450933890530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165232,"job_number":"JOB_165232","tr_customer_id":165249,"tr_customer_product_id":165239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:22.000Z","modified_at":"2026-01-24T03:47:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16007705472498","imei1":"16007705472498","imei2":"16007705472498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165231,"job_number":"JOB_165231","tr_customer_id":165248,"tr_customer_product_id":165238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:19.000Z","modified_at":"2026-01-24T03:47:19.000Z","name":"Rachel Armstrong","mobile_number":"299-934-8270","email_id":"Cleve_Larkin48@yahoo.com","dop":"2025-04-06","serial_number":"11436319448481816","imei1":"11436319448481816","imei2":"11436319448481816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165229,"job_number":"JOB_165229","tr_customer_id":165246,"tr_customer_product_id":165236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:18.000Z","modified_at":"2026-01-24T03:47:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17375916782165","imei1":"17375916782165","imei2":"17375916782165","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165228,"job_number":"JOB_165228","tr_customer_id":165245,"tr_customer_product_id":165235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:15.000Z","modified_at":"2026-01-24T03:47:15.000Z","name":"Vance Schamberger","mobile_number":"267-876-4459","email_id":"Norval_Kuvalis@gmail.com","dop":"2025-04-06","serial_number":"19611514260066976","imei1":"19611514260066976","imei2":"19611514260066976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165226,"job_number":"JOB_165226","tr_customer_id":165243,"tr_customer_product_id":165233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:10.000Z","modified_at":"2026-01-24T03:47:10.000Z","name":"Bella Stracke","mobile_number":"989-223-0954","email_id":"Florence15@gmail.com","dop":"2025-04-06","serial_number":"18307658520214464","imei1":"18307658520214464","imei2":"18307658520214464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165224,"job_number":"JOB_165224","tr_customer_id":165241,"tr_customer_product_id":165231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:08.000Z","modified_at":"2026-01-24T03:47:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13439910089528","imei1":"13439910089528","imei2":"13439910089528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165222,"job_number":"JOB_165222","tr_customer_id":165239,"tr_customer_product_id":165229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:06.000Z","modified_at":"2026-01-24T03:47:06.000Z","name":"Icie Schaefer","mobile_number":"391-380-1114","email_id":"Rosina83@yahoo.com","dop":"2025-04-06","serial_number":"17355661698514082","imei1":"17355661698514082","imei2":"17355661698514082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165220,"job_number":"JOB_165220","tr_customer_id":165237,"tr_customer_product_id":165227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:56.000Z","modified_at":"2026-01-24T03:46:56.000Z","name":"Patrick Cruickshank","mobile_number":"476-971-6599","email_id":"Madeline32@yahoo.com","dop":"2025-04-06","serial_number":"15163374061810008","imei1":"15163374061810008","imei2":"15163374061810008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165218,"job_number":"JOB_165218","tr_customer_id":165235,"tr_customer_product_id":165225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:54.000Z","modified_at":"2026-01-24T03:46:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11920408539379","imei1":"11920408539379","imei2":"11920408539379","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165217,"job_number":"JOB_165217","tr_customer_id":165234,"tr_customer_product_id":165224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:54.000Z","modified_at":"2026-01-24T03:46:54.000Z","name":"Malachi Mante","mobile_number":"726-459-4971","email_id":"Manley_Schinner97@yahoo.com","dop":"2025-04-06","serial_number":"11847350529309364","imei1":"11847350529309364","imei2":"11847350529309364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165215,"job_number":"JOB_165215","tr_customer_id":165232,"tr_customer_product_id":165222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:53.000Z","modified_at":"2026-01-24T03:46:53.000Z","name":"Jaime Tromp","mobile_number":"520-909-2781","email_id":"Chaz_Harber@hotmail.com","dop":"2025-04-06","serial_number":"14601063717259336","imei1":"14601063717259336","imei2":"14601063717259336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165213,"job_number":"JOB_165213","tr_customer_id":165230,"tr_customer_product_id":165220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:51.000Z","modified_at":"2026-01-24T03:46:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12724244283282","imei1":"12724244283282","imei2":"12724244283282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165212,"job_number":"JOB_165212","tr_customer_id":165229,"tr_customer_product_id":165219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:49.000Z","modified_at":"2026-01-24T03:46:49.000Z","name":"Allene D'Amore","mobile_number":"658-500-3778","email_id":"Alvina_Nolan37@gmail.com","dop":"2025-06-18","serial_number":"1018546429533210","imei1":"1018546429533210","imei2":"1018546429533210","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165210,"job_number":"JOB_165210","tr_customer_id":165227,"tr_customer_product_id":165217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:48.000Z","modified_at":"2026-01-24T03:46:48.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10295864243369","imei1":"10295864243369","imei2":"10295864243369","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165209,"job_number":"JOB_165209","tr_customer_id":165226,"tr_customer_product_id":165216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:47.000Z","modified_at":"2026-01-24T03:46:47.000Z","name":"Zelma Bartoletti","mobile_number":"402-367-0122","email_id":"Georgiana.Mann@hotmail.com","dop":"2025-04-06","serial_number":"18001907938669360","imei1":"18001907938669360","imei2":"18001907938669360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165207,"job_number":"JOB_165207","tr_customer_id":165224,"tr_customer_product_id":165214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:46.000Z","modified_at":"2026-01-24T03:46:46.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10404459839236","imei1":"10404459839236","imei2":"10404459839236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165204,"job_number":"JOB_165204","tr_customer_id":165221,"tr_customer_product_id":165211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:30.000Z","modified_at":"2026-01-24T03:46:30.000Z","name":"Maddison Feest","mobile_number":"515-659-7262","email_id":"Hailey63@yahoo.com","dop":"2025-04-06","serial_number":"15458836469705062","imei1":"15458836469705062","imei2":"15458836469705062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165201,"job_number":"JOB_165201","tr_customer_id":165218,"tr_customer_product_id":165208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:16.000Z","modified_at":"2026-01-24T03:46:16.000Z","name":"Odell Greenfelder","mobile_number":"870-981-9350","email_id":"Justine.Walsh74@gmail.com","dop":"2025-04-06","serial_number":"14988859506061440","imei1":"14988859506061440","imei2":"14988859506061440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165198,"job_number":"JOB_165198","tr_customer_id":165215,"tr_customer_product_id":165205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:04.000Z","modified_at":"2026-01-24T03:46:04.000Z","name":"Amparo Kshlerin","mobile_number":"381-681-8183","email_id":"Vincenza_Collier14@yahoo.com","dop":"2025-04-06","serial_number":"16254909928325924","imei1":"16254909928325924","imei2":"16254909928325924","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165196,"job_number":"JOB_165196","tr_customer_id":165213,"tr_customer_product_id":165203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:03.000Z","modified_at":"2026-01-24T03:46:03.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"11288208623723","imei1":"11288208623723","imei2":"11288208623723","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165195,"job_number":"JOB_165195","tr_customer_id":165212,"tr_customer_product_id":165202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:45:56.000Z","modified_at":"2026-01-24T03:45:56.000Z","name":"Nash Streich","mobile_number":"736-708-8115","email_id":"Conrad_Johnston43@hotmail.com","dop":"2025-04-06","serial_number":"15833176501882092","imei1":"15833176501882092","imei2":"15833176501882092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:45:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165192,"job_number":"JOB_165192","tr_customer_id":165209,"tr_customer_product_id":165199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:29:45.000Z","modified_at":"2026-01-24T03:29:45.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-14","serial_number":"11794514993612","imei1":"18904414473612","imei2":"130779079163712","popurl":"2026-01-14T03:29:42.924599100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165191,"job_number":"JOB_165191","tr_customer_id":165208,"tr_customer_product_id":165198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:08:52.000Z","modified_at":"2026-01-24T03:08:52.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-14","serial_number":"11794514993692","imei1":"18904414473692","imei2":"130779079163792","popurl":"2026-01-14T03:08:49.568922500Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:08:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165189,"job_number":"JOB_165189","tr_customer_id":165206,"tr_customer_product_id":165196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T02:31:59.000Z","modified_at":"2026-01-24T02:31:59.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-14","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-14T02:31:56.148478100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T02:31:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165188,"job_number":"JOB_165188","tr_customer_id":165205,"tr_customer_product_id":165195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-23T23:42:57.000Z","modified_at":"2026-01-23T23:42:57.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-13","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-13T23:42:57.457039208Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-23T23:42:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165187,"job_number":"JOB_165187","tr_customer_id":165204,"tr_customer_product_id":165194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-23T23:40:30.000Z","modified_at":"2026-01-23T23:40:30.000Z","name":"Radha Trivedi","mobile_number":"7024030579","email_id":"bodhan.gowda@yahoo.co.in","dop":"2026-01-13","serial_number":"658147176491614","imei1":"658147176491614","imei2":"658147176491614","popurl":"www.agrata-embranthiri.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-23T23:40:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165186,"job_number":"JOB_165186","tr_customer_id":165203,"tr_customer_product_id":165193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-23T23:40:30.000Z","modified_at":"2026-01-23T23:40:30.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-13","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-13T23:40:29.666528997Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-23T23:40:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165565,"job_number":"JOB_165565","tr_customer_id":165582,"tr_customer_product_id":165572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T06:14:18.000Z","modified_at":"2026-01-24T06:14:18.000Z","name":"Gertrude Brown","mobile_number":"911-718-6603","email_id":"Trever_Reichert66@yahoo.com","dop":"2025-11-04","serial_number":"45886525775194","imei1":"45886525775194","imei2":"45886525775194","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T06:14:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165430,"job_number":"JOB_165430","tr_customer_id":165447,"tr_customer_product_id":165437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:37:21.000Z","modified_at":"2026-01-24T04:37:21.000Z","name":"Amodini Panicker","mobile_number":"8240874778","email_id":"prem.chopra@yahoo.co.in","dop":"2026-01-14","serial_number":"953753765593979","imei1":"346468571859408","imei2":"110605895740800","popurl":"www.chandani-asan.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:37:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165378,"job_number":"JOB_165378","tr_customer_id":165395,"tr_customer_product_id":165385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:01:58.000Z","modified_at":"2026-01-24T04:01:58.000Z","name":"Janis Doyle","mobile_number":"789-498-2468","email_id":"Craig_Jacobson51@hotmail.com","dop":"2025-11-09","serial_number":"33286636283367","imei1":"33286636283367","imei2":"33286636283367","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:01:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165331,"job_number":"JOB_165331","tr_customer_id":165348,"tr_customer_product_id":165338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:05.000Z","modified_at":"2026-01-24T03:49:05.000Z","name":"Chandler Hirthe","mobile_number":"305-637-7431","email_id":"Kenya_Bahringer@gmail.com","dop":"2025-06-09","serial_number":"74114767894301950","imei1":"74114767894301950","imei2":"74114767894301950","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165330,"job_number":"JOB_165330","tr_customer_id":165347,"tr_customer_product_id":165337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:03.000Z","modified_at":"2026-01-24T03:49:03.000Z","name":"Herminia Gerhold","mobile_number":"269-491-7625","email_id":"Clementine_Balistreri@yahoo.com","dop":"2025-06-09","serial_number":"101567892864210","imei1":"101567892864210","imei2":"101567892864210","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165328,"job_number":"JOB_165328","tr_customer_id":165345,"tr_customer_product_id":165335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:03.000Z","modified_at":"2026-01-24T03:49:03.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"108655859389815","imei1":"108655859389815","imei2":"108655859389815","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165319,"job_number":"JOB_165319","tr_customer_id":165336,"tr_customer_product_id":165326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:49.000Z","modified_at":"2026-01-24T03:48:49.000Z","name":"Roselyn Welch","mobile_number":"985-636-0881","email_id":"Orlando.Mayer34@hotmail.com","dop":"2025-06-09","serial_number":"101563529608687","imei1":"101563529608687","imei2":"101563529608687","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165316,"job_number":"JOB_165316","tr_customer_id":165333,"tr_customer_product_id":165323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:48.000Z","modified_at":"2026-01-24T03:48:48.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106297103739946","imei1":"106297103739946","imei2":"106297103739946","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165304,"job_number":"JOB_165304","tr_customer_id":165321,"tr_customer_product_id":165311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:36.000Z","modified_at":"2026-01-24T03:48:36.000Z","name":"Mossie Oberbrunner","mobile_number":"702-524-7924","email_id":"Deangelo_Moore@yahoo.com","dop":"2025-06-09","serial_number":"20315345858026310","imei1":"20315345858026310","imei2":"20315345858026310","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165302,"job_number":"JOB_165302","tr_customer_id":165319,"tr_customer_product_id":165309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:34.000Z","modified_at":"2026-01-24T03:48:34.000Z","name":"Ed Thompson","mobile_number":"701-260-0323","email_id":"Mackenzie.Deckow3@gmail.com","dop":"2025-06-09","serial_number":"104727413155763","imei1":"104727413155763","imei2":"104727413155763","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165300,"job_number":"JOB_165300","tr_customer_id":165317,"tr_customer_product_id":165307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:34.000Z","modified_at":"2026-01-24T03:48:34.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109211789309755","imei1":"109211789309755","imei2":"109211789309755","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165282,"job_number":"JOB_165282","tr_customer_id":165299,"tr_customer_product_id":165289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:14.000Z","modified_at":"2026-01-24T03:48:14.000Z","name":"Earline Fahey","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"105164321720542","imei1":"105164321720542","imei2":"105164321720542","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165280,"job_number":"JOB_165280","tr_customer_id":165297,"tr_customer_product_id":165287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:14.000Z","modified_at":"2026-01-24T03:48:14.000Z","name":"Alyce Kling","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101704248277401","imei1":"101704248277401","imei2":"101704248277401","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165277,"job_number":"JOB_165277","tr_customer_id":165294,"tr_customer_product_id":165284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:13.000Z","modified_at":"2026-01-24T03:48:13.000Z","name":"Rodger Welch","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"151961029544427","imei1":"151961029544427","imei2":"151961029544427","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165276,"job_number":"JOB_165276","tr_customer_id":165293,"tr_customer_product_id":165283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:13.000Z","modified_at":"2026-01-24T03:48:13.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"128018002721617","imei1":"128018002721617","imei2":"128018002721617","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165266,"job_number":"JOB_165266","tr_customer_id":165283,"tr_customer_product_id":165273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:02.000Z","modified_at":"2026-01-24T03:48:02.000Z","name":"Ericka Schmitt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"156337493072168","imei1":"156337493072168","imei2":"156337493072168","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165265,"job_number":"JOB_165265","tr_customer_id":165282,"tr_customer_product_id":165272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:02.000Z","modified_at":"2026-01-24T03:48:02.000Z","name":"Merritt Kuhic","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"197622394715727","imei1":"197622394715727","imei2":"197622394715727","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165263,"job_number":"JOB_165263","tr_customer_id":165280,"tr_customer_product_id":165270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:02.000Z","modified_at":"2026-01-24T03:48:02.000Z","name":"Samir Heaney","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"170699904011310","imei1":"170699904011310","imei2":"170699904011310","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165261,"job_number":"JOB_165261","tr_customer_id":165278,"tr_customer_product_id":165268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:01.000Z","modified_at":"2026-01-24T03:48:01.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"184299283237916","imei1":"184299283237916","imei2":"184299283237916","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165251,"job_number":"JOB_165251","tr_customer_id":165268,"tr_customer_product_id":165258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:38.000Z","modified_at":"2026-01-24T03:47:38.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Retha93@gmail.com","dop":"2025-07-02","serial_number":"15378550413215","imei1":"15378550413215","imei2":"15378550413215","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165234,"job_number":"JOB_165234","tr_customer_id":165251,"tr_customer_product_id":165241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:22.000Z","modified_at":"2026-01-24T03:47:22.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Nicola73@hotmail.com","dop":"2025-07-02","serial_number":"19886404242755","imei1":"19886404242755","imei2":"19886404242755","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165223,"job_number":"JOB_165223","tr_customer_id":165240,"tr_customer_product_id":165230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:06.000Z","modified_at":"2026-01-24T03:47:06.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Mckenzie.Franecki0@yahoo.com","dop":"2025-07-02","serial_number":"19433006903996","imei1":"19433006903996","imei2":"19433006903996","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 234ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNjF9.A_ZXrZKS6_zdSTK6O-ak5sCaQpniUePSQ4_HmiQwjTc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f0bfd000-68a5-4803-b6dc-9cd99331da71
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:23 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"job_id":99821,"engineer_id":17}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 246ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNjF9.A_ZXrZKS6_zdSTK6O-ak5sCaQpniUePSQ4_HmiQwjTc
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2a6a691c-a8bb-4b19-9e0b-f095c9b8fa4e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 165565,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:23 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 336ms
Mean size per request: 296.32KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNjF9.A_ZXrZKS6_zdSTK6O-ak5sCaQpniUePSQ4_HmiQwjTc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b26a0c9d-01a7-40c0-9169-89fe5034bee2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"4a143-JPEfN0+4sXBRLF34UL3U3Q471KA"
Vary Accept-Encoding
Content-Encoding gzip
Date Sat, 24 Jan 2026 06:14:24 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":165349,"job_number":"JOB_165349","tr_customer_id":165366,"tr_customer_product_id":165356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:41.000Z","modified_at":"2026-01-24T03:49:41.000Z","name":"Kendra Von","mobile_number":"683-891-4922","email_id":"Lydia.Bruen@gmail.com","dop":"2000-01-31","serial_number":"1010019691618416","imei1":"1010019691618416","imei2":"1010019691618416","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:41.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165347,"job_number":"JOB_165347","tr_customer_id":165364,"tr_customer_product_id":165354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:39.000Z","modified_at":"2026-01-24T03:49:39.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10006744099680","imei1":"10006744099680","imei2":"10006744099680","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165326,"job_number":"JOB_165326","tr_customer_id":165343,"tr_customer_product_id":165333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:57.000Z","modified_at":"2026-01-24T03:48:57.000Z","name":"Devante Brekke","mobile_number":"908-921-4239","email_id":"Keaton.Lakin@hotmail.com","dop":"2000-01-31","serial_number":"1002407092473011","imei1":"1002407092473011","imei2":"1002407092473011","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:57.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165322,"job_number":"JOB_165322","tr_customer_id":165339,"tr_customer_product_id":165329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:55.000Z","modified_at":"2026-01-24T03:48:55.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10240584392354","imei1":"10240584392354","imei2":"10240584392354","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:55.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165278,"job_number":"JOB_165278","tr_customer_id":165295,"tr_customer_product_id":165285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:13.000Z","modified_at":"2026-01-24T03:48:13.000Z","name":"Enrico Keebler","mobile_number":"563-716-0361","email_id":"Pink44@hotmail.com","dop":"2000-01-31","serial_number":"1039011323319416","imei1":"1039011323319416","imei2":"1039011323319416","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165274,"job_number":"JOB_165274","tr_customer_id":165291,"tr_customer_product_id":165281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:12.000Z","modified_at":"2026-01-24T03:48:12.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10103952565966","imei1":"10103952565966","imei2":"10103952565966","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165240,"job_number":"JOB_165240","tr_customer_id":165257,"tr_customer_product_id":165247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:30.000Z","modified_at":"2026-01-24T03:47:30.000Z","name":"Richmond Rempel","mobile_number":"848-227-8620","email_id":"Lonnie66@gmail.com","dop":"2000-01-31","serial_number":"1051962331884930","imei1":"1051962331884930","imei2":"1051962331884930","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165236,"job_number":"JOB_165236","tr_customer_id":165253,"tr_customer_product_id":165243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:28.000Z","modified_at":"2026-01-24T03:47:28.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10400783211185","imei1":"10400783211185","imei2":"10400783211185","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165563,"job_number":"JOB_165563","tr_customer_id":165580,"tr_customer_product_id":165570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:52:55.000Z","modified_at":"2026-01-24T05:52:55.000Z","name":"Kole Schaefer","mobile_number":"544-654-4911","email_id":"Oceane99@yahoo.com","dop":"2025-10-22","serial_number":"1018868188432210","imei1":"1018868188432210","imei2":"1018868188432210","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:52:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165561,"job_number":"JOB_165561","tr_customer_id":165578,"tr_customer_product_id":165568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:52:54.000Z","modified_at":"2026-01-24T05:52:54.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"168531571654591","imei1":"168531571654591","imei2":"168531571654591","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:52:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165560,"job_number":"JOB_165560","tr_customer_id":165577,"tr_customer_product_id":165567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:52:25.000Z","modified_at":"2026-01-24T05:52:25.000Z","name":"Dana Hagenes","mobile_number":"787-319-9331","email_id":"Isaias_Nitzsche0@yahoo.com","dop":"2025-10-22","serial_number":"1078833725844029","imei1":"1078833725844029","imei2":"1078833725844029","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:52:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165558,"job_number":"JOB_165558","tr_customer_id":165575,"tr_customer_product_id":165565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:52:23.000Z","modified_at":"2026-01-24T05:52:23.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"146360252603744","imei1":"146360252603744","imei2":"146360252603744","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:52:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165557,"job_number":"JOB_165557","tr_customer_id":165574,"tr_customer_product_id":165564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:51:54.000Z","modified_at":"2026-01-24T05:51:54.000Z","name":"Hoyt Nitzsche","mobile_number":"655-985-3501","email_id":"Hillard92@gmail.com","dop":"2025-10-22","serial_number":"1047161158945245","imei1":"1047161158945245","imei2":"1047161158945245","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:51:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165555,"job_number":"JOB_165555","tr_customer_id":165572,"tr_customer_product_id":165562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:51:53.000Z","modified_at":"2026-01-24T05:51:53.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"129845718761150","imei1":"129845718761150","imei2":"129845718761150","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:51:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165554,"job_number":"JOB_165554","tr_customer_id":165571,"tr_customer_product_id":165561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:50:29.000Z","modified_at":"2026-01-24T05:50:29.000Z","name":"Aasa Sinha","mobile_number":"9880206044","email_id":"harita.kaur@hotmail.com","dop":"2026-01-14","serial_number":"442066434917601","imei1":"442066434917601","imei2":"442066434917601","popurl":"www.vimala-mehrotra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165553,"job_number":"JOB_165553","tr_customer_id":165570,"tr_customer_product_id":165560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:50:29.000Z","modified_at":"2026-01-24T05:50:29.000Z","name":"Sarisha Embranthiri","mobile_number":"9823486458","email_id":"drona.johar@gmail.com","dop":"2026-01-14","serial_number":"636410102838021","imei1":"636410102838021","imei2":"636410102838021","popurl":"www.swami-ganaka.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165552,"job_number":"JOB_165552","tr_customer_id":165569,"tr_customer_product_id":165559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:50:29.000Z","modified_at":"2026-01-24T05:50:29.000Z","name":"Gemini Khanna","mobile_number":"9820323259","email_id":"elakshi.tandon@hotmail.com","dop":"2026-01-14","serial_number":"435617254289810","imei1":"435617254289810","imei2":"435617254289810","popurl":"www.gajbaahu-jha.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165551,"job_number":"JOB_165551","tr_customer_id":165568,"tr_customer_product_id":165558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:50:29.000Z","modified_at":"2026-01-24T05:50:29.000Z","name":"Vasudev Reddy","mobile_number":"9876514123","email_id":"bhasvan.namboothiri@hotmail.com","dop":"2026-01-14","serial_number":"348553023139561","imei1":"348553023139561","imei2":"348553023139561","popurl":"www.sarada-bharadwaj.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165550,"job_number":"JOB_165550","tr_customer_id":165567,"tr_customer_product_id":165557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:50:29.000Z","modified_at":"2026-01-24T05:50:29.000Z","name":"Adikavi Rana","mobile_number":"9863846503","email_id":"dhyanesh.chaturvedi@gmail.com","dop":"2026-01-14","serial_number":"006354475895247","imei1":"006354475895247","imei2":"006354475895247","popurl":"www.amarnath-trivedi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165549,"job_number":"JOB_165549","tr_customer_id":165566,"tr_customer_product_id":165556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:37:54.000Z","modified_at":"2026-01-24T05:37:54.000Z","name":"Claude Padberg","mobile_number":"904-246-4684","email_id":"Noemie_VonRueden@hotmail.com","dop":"2025-10-22","serial_number":"192694850891085","imei1":"192694850891085","imei2":"192694850891085","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:37:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165548,"job_number":"JOB_165548","tr_customer_id":165565,"tr_customer_product_id":165555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:35:05.000Z","modified_at":"2026-01-24T05:35:05.000Z","name":"Madyson Bernier","mobile_number":"287-737-8658","email_id":"Ava52@gmail.com","dop":"2025-10-22","serial_number":"1002866380221851","imei1":"1002866380221851","imei2":"1002866380221851","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:35:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165547,"job_number":"JOB_165547","tr_customer_id":165564,"tr_customer_product_id":165554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:35:04.000Z","modified_at":"2026-01-24T05:35:04.000Z","name":"Lily Lueilwitz","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"156671772539565","imei1":"156671772539565","imei2":"156671772539565","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:35:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165546,"job_number":"JOB_165546","tr_customer_id":165563,"tr_customer_product_id":165553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:35:04.000Z","modified_at":"2026-01-24T05:35:04.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"105673378191273","imei1":"105673378191273","imei2":"105673378191273","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:35:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165545,"job_number":"JOB_165545","tr_customer_id":165562,"tr_customer_product_id":165552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:58.000Z","modified_at":"2026-01-24T05:34:58.000Z","name":"Rocio Hilll","mobile_number":"537-883-5068","email_id":"Burnice.Hoppe@yahoo.com","dop":"2025-10-22","serial_number":"1094531615442012","imei1":"1094531615442012","imei2":"1094531615442012","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165544,"job_number":"JOB_165544","tr_customer_id":165561,"tr_customer_product_id":165551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:57.000Z","modified_at":"2026-01-24T05:34:57.000Z","name":"Betty D'Amore","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"146922063765981","imei1":"146922063765981","imei2":"146922063765981","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165543,"job_number":"JOB_165543","tr_customer_id":165560,"tr_customer_product_id":165550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:57.000Z","modified_at":"2026-01-24T05:34:57.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"193448228733416","imei1":"193448228733416","imei2":"193448228733416","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165542,"job_number":"JOB_165542","tr_customer_id":165559,"tr_customer_product_id":165549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:52.000Z","modified_at":"2026-01-24T05:34:52.000Z","name":"Lavonne Block","mobile_number":"518-257-3646","email_id":"Lynn35@gmail.com","dop":"2025-10-22","serial_number":"1025170319562993","imei1":"1025170319562993","imei2":"1025170319562993","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165541,"job_number":"JOB_165541","tr_customer_id":165558,"tr_customer_product_id":165548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:50.000Z","modified_at":"2026-01-24T05:34:50.000Z","name":"Delta Parisian","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"102818797041315","imei1":"102818797041315","imei2":"102818797041315","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165540,"job_number":"JOB_165540","tr_customer_id":165557,"tr_customer_product_id":165547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:50.000Z","modified_at":"2026-01-24T05:34:50.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"115350151478709","imei1":"115350151478709","imei2":"115350151478709","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165539,"job_number":"JOB_165539","tr_customer_id":165556,"tr_customer_product_id":165546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Shreya Achari","mobile_number":"9852686863","email_id":"harita.mehra@yahoo.co.in","dop":"2026-01-14","serial_number":"934084886103175","imei1":"934084886103175","imei2":"934084886103175","popurl":"www.nalini-arora.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165538,"job_number":"JOB_165538","tr_customer_id":165555,"tr_customer_product_id":165545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Dipankar Joshi","mobile_number":"9869496528","email_id":"bhamini.butt@hotmail.com","dop":"2026-01-14","serial_number":"978719750927855","imei1":"978719750927855","imei2":"978719750927855","popurl":"www.aaryan-nayar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165537,"job_number":"JOB_165537","tr_customer_id":165554,"tr_customer_product_id":165544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Devak Varrier","mobile_number":"9881768271","email_id":"gotum.patil@gmail.com","dop":"2026-01-14","serial_number":"922851835771685","imei1":"922851835771685","imei2":"922851835771685","popurl":"www.madhuri-rana.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165536,"job_number":"JOB_165536","tr_customer_id":165553,"tr_customer_product_id":165543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Heema Chaturvedi","mobile_number":"9898867320","email_id":"akshata.butt@yahoo.co.in","dop":"2026-01-14","serial_number":"911403431663804","imei1":"911403431663804","imei2":"911403431663804","popurl":"www.kanchan-guha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165535,"job_number":"JOB_165535","tr_customer_id":165552,"tr_customer_product_id":165542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Swami Namboothiri","mobile_number":"9804432430","email_id":"brajendra.banerjee@gmail.com","dop":"2026-01-14","serial_number":"464402238925487","imei1":"464402238925487","imei2":"464402238925487","popurl":"www.manisha-mishra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165534,"job_number":"JOB_165534","tr_customer_id":165551,"tr_customer_product_id":165541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Rajendra Guha","mobile_number":"9817778785","email_id":"deepan.kaniyar@hotmail.com","dop":"2026-01-14","serial_number":"869531702641326","imei1":"869531702641326","imei2":"869531702641326","popurl":"www.kannan-varma.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165533,"job_number":"JOB_165533","tr_customer_id":165550,"tr_customer_product_id":165540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Vasudeva Kapoor","mobile_number":"9893831129","email_id":"jagmeet.desai@hotmail.com","dop":"2026-01-14","serial_number":"088185609299585","imei1":"088185609299585","imei2":"088185609299585","popurl":"www.aditeya-ahluwalia.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165532,"job_number":"JOB_165532","tr_customer_id":165549,"tr_customer_product_id":165539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Hamsini Somayaji","mobile_number":"9852495771","email_id":"chandramani.varma@yahoo.co.in","dop":"2026-01-14","serial_number":"222785283755671","imei1":"222785283755671","imei2":"222785283755671","popurl":"www.dharitri-nair.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165531,"job_number":"JOB_165531","tr_customer_id":165548,"tr_customer_product_id":165538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Udit Gupta","mobile_number":"9861047664","email_id":"vasundhara.mishra@gmail.com","dop":"2026-01-14","serial_number":"387938117654240","imei1":"387938117654240","imei2":"387938117654240","popurl":"www.bhargava-butt.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165530,"job_number":"JOB_165530","tr_customer_id":165547,"tr_customer_product_id":165537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Lal Dubashi","mobile_number":"9800595022","email_id":"buddhana.menon@hotmail.com","dop":"2026-01-14","serial_number":"683839499678452","imei1":"683839499678452","imei2":"683839499678452","popurl":"www.ajeet-bharadwaj.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165529,"job_number":"JOB_165529","tr_customer_id":165546,"tr_customer_product_id":165536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Dhruv Pothuvaal","mobile_number":"9875674480","email_id":"buddhana.desai@gmail.com","dop":"2026-01-14","serial_number":"056023541529509","imei1":"056023541529509","imei2":"056023541529509","popurl":"www.devajyoti-mishra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165528,"job_number":"JOB_165528","tr_customer_id":165545,"tr_customer_product_id":165535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Kanishka Bandopadhyay","mobile_number":"9835769297","email_id":"chinmayananda.panicker@yahoo.co.in","dop":"2026-01-14","serial_number":"553189197209310","imei1":"553189197209310","imei2":"553189197209310","popurl":"www.aadrika-varman.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165527,"job_number":"JOB_165527","tr_customer_id":165544,"tr_customer_product_id":165534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Dipendra Kapoor","mobile_number":"9885444505","email_id":"trilok.talwar@hotmail.com","dop":"2026-01-14","serial_number":"519175413184888","imei1":"519175413184888","imei2":"519175413184888","popurl":"www.leela-butt.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165526,"job_number":"JOB_165526","tr_customer_id":165543,"tr_customer_product_id":165533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Dhanapati Menon","mobile_number":"9873628664","email_id":"purnima.khan@hotmail.com","dop":"2026-01-14","serial_number":"258618669318153","imei1":"258618669318153","imei2":"258618669318153","popurl":"www.deeptanshu-varrier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165525,"job_number":"JOB_165525","tr_customer_id":165542,"tr_customer_product_id":165532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Dharmaketu Chaturvedi","mobile_number":"9815792228","email_id":"bhaanumati.ahluwalia@yahoo.co.in","dop":"2026-01-14","serial_number":"823603721607594","imei1":"823603721607594","imei2":"823603721607594","popurl":"www.aatmaj-tagore.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165524,"job_number":"JOB_165524","tr_customer_id":165541,"tr_customer_product_id":165531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Atreyee Khan","mobile_number":"9870091964","email_id":"darshwana.agarwal@yahoo.co.in","dop":"2026-01-14","serial_number":"140305443845836","imei1":"140305443845836","imei2":"140305443845836","popurl":"www.ravi-menon.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165523,"job_number":"JOB_165523","tr_customer_id":165540,"tr_customer_product_id":165530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Chandan Ganaka","mobile_number":"9863294766","email_id":"radha.achari@yahoo.co.in","dop":"2026-01-14","serial_number":"138667987754520","imei1":"138667987754520","imei2":"138667987754520","popurl":"www.opaline-bhattathiri.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165522,"job_number":"JOB_165522","tr_customer_id":165539,"tr_customer_product_id":165529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Anuja Trivedi","mobile_number":"9884869817","email_id":"devi.menon@hotmail.com","dop":"2026-01-14","serial_number":"072582943030677","imei1":"072582943030677","imei2":"072582943030677","popurl":"www.nirbhay-chaturvedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165521,"job_number":"JOB_165521","tr_customer_id":165537,"tr_customer_product_id":165527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Rageswari Guha","mobile_number":"9874451420","email_id":"soma.reddy@gmail.com","dop":"2026-01-14","serial_number":"619879519554272","imei1":"619879519554272","imei2":"619879519554272","popurl":"www.anang-butt.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165520,"job_number":"JOB_165520","tr_customer_id":165538,"tr_customer_product_id":165528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Sheela Abbott","mobile_number":"9816213888","email_id":"shresth.mahajan@gmail.com","dop":"2026-01-14","serial_number":"513068801558661","imei1":"513068801558661","imei2":"513068801558661","popurl":"www.anuraag-pilla.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165519,"job_number":"JOB_165519","tr_customer_id":165536,"tr_customer_product_id":165526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Saroja Joshi","mobile_number":"9846147341","email_id":"bhupen.malik@yahoo.co.in","dop":"2026-01-14","serial_number":"411326487709554","imei1":"411326487709554","imei2":"411326487709554","popurl":"www.ahilya-ganaka.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165518,"job_number":"JOB_165518","tr_customer_id":165535,"tr_customer_product_id":165525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Daksha Rana","mobile_number":"9895844162","email_id":"avantika.gupta@gmail.com","dop":"2026-01-14","serial_number":"018289402297154","imei1":"018289402297154","imei2":"018289402297154","popurl":"www.veda-mehra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165517,"job_number":"JOB_165517","tr_customer_id":165534,"tr_customer_product_id":165524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Bela Khanna","mobile_number":"9873309226","email_id":"somu.tandon@yahoo.co.in","dop":"2026-01-14","serial_number":"561440833942790","imei1":"561440833942790","imei2":"561440833942790","popurl":"www.chandradev-guha.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165516,"job_number":"JOB_165516","tr_customer_id":165533,"tr_customer_product_id":165523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Vaidehi Mishra","mobile_number":"9894725140","email_id":"shobhana.pillai@yahoo.co.in","dop":"2026-01-14","serial_number":"044577519631575","imei1":"044577519631575","imei2":"044577519631575","popurl":"www.dakshayani-singh.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165515,"job_number":"JOB_165515","tr_customer_id":165532,"tr_customer_product_id":165522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Akshita Sethi","mobile_number":"9840049144","email_id":"harita.jha@hotmail.com","dop":"2026-01-14","serial_number":"943954939053538","imei1":"943954939053538","imei2":"943954939053538","popurl":"www.draupadi-namboothiri.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165514,"job_number":"JOB_165514","tr_customer_id":165531,"tr_customer_product_id":165521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Kannen Naik","mobile_number":"9868313965","email_id":"girik.pothuvaal@gmail.com","dop":"2026-01-14","serial_number":"708014944444958","imei1":"708014944444958","imei2":"708014944444958","popurl":"www.vrinda-sinha.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165513,"job_number":"JOB_165513","tr_customer_id":165530,"tr_customer_product_id":165520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Chandra Pothuvaal","mobile_number":"9856841753","email_id":"amritambu.gupta@yahoo.co.in","dop":"2026-01-14","serial_number":"435393774090811","imei1":"435393774090811","imei2":"435393774090811","popurl":"www.sanka-nambeesan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165512,"job_number":"JOB_165512","tr_customer_id":165529,"tr_customer_product_id":165519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Giri Bhattathiri","mobile_number":"9884664825","email_id":"devajyoti.nambeesan@yahoo.co.in","dop":"2026-01-14","serial_number":"111114905545525","imei1":"111114905545525","imei2":"111114905545525","popurl":"www.anal-kaniyar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165511,"job_number":"JOB_165511","tr_customer_id":165528,"tr_customer_product_id":165518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Leela Mukhopadhyay","mobile_number":"9861601455","email_id":"chakor.naik@yahoo.co.in","dop":"2026-01-14","serial_number":"136270079033389","imei1":"136270079033389","imei2":"136270079033389","popurl":"www.usha-dhawan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165510,"job_number":"JOB_165510","tr_customer_id":165527,"tr_customer_product_id":165517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Dhana Gowda","mobile_number":"9848145066","email_id":"dinkar.agarwal@gmail.com","dop":"2026-01-14","serial_number":"025976055350217","imei1":"025976055350217","imei2":"025976055350217","popurl":"www.deeptiman-mishra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165509,"job_number":"JOB_165509","tr_customer_id":165526,"tr_customer_product_id":165516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:29.000Z","modified_at":"2026-01-24T05:28:29.000Z","name":"Delores Armstrong","mobile_number":"318-439-9385","email_id":"Carmel.Rosenbaum@yahoo.com","dop":"2025-04-06","serial_number":"18174827416943092","imei1":"18174827416943092","imei2":"18174827416943092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165507,"job_number":"JOB_165507","tr_customer_id":165524,"tr_customer_product_id":165514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:27:39.000Z","modified_at":"2026-01-24T05:27:39.000Z","name":"Josefina Padberg","mobile_number":"665-589-5279","email_id":"Rickey.Tremblay@gmail.com","dop":"2025-04-06","serial_number":"11273135426038496","imei1":"11273135426038496","imei2":"11273135426038496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:27:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165505,"job_number":"JOB_165505","tr_customer_id":165522,"tr_customer_product_id":165512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:30.000Z","modified_at":"2026-01-24T05:22:30.000Z","name":"Meghnath Menon","mobile_number":"9824364357","email_id":"gita.varma@gmail.com","dop":"2026-01-14","serial_number":"204241835066694","imei1":"204241835066694","imei2":"204241835066694","popurl":"www.niro-sharma.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165504,"job_number":"JOB_165504","tr_customer_id":165521,"tr_customer_product_id":165511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:30.000Z","modified_at":"2026-01-24T05:22:30.000Z","name":"Chandra Gupta","mobile_number":"9807608897","email_id":"bhooshit.jha@yahoo.co.in","dop":"2026-01-14","serial_number":"135004602020188","imei1":"135004602020188","imei2":"135004602020188","popurl":"www.mukesh-achari.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165503,"job_number":"JOB_165503","tr_customer_id":165520,"tr_customer_product_id":165510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:30.000Z","modified_at":"2026-01-24T05:22:30.000Z","name":"Garud Dutta","mobile_number":"9812912792","email_id":"geetanjali.patel@hotmail.com","dop":"2026-01-14","serial_number":"273199796640445","imei1":"273199796640445","imei2":"273199796640445","popurl":"www.ashlesh-acharya.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165502,"job_number":"JOB_165502","tr_customer_id":165519,"tr_customer_product_id":165509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:30.000Z","modified_at":"2026-01-24T05:22:30.000Z","name":"Jyoti Nehru","mobile_number":"9893922526","email_id":"kanaka.gowda@hotmail.com","dop":"2026-01-14","serial_number":"613144388003999","imei1":"613144388003999","imei2":"613144388003999","popurl":"www.kannen-kocchar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165501,"job_number":"JOB_165501","tr_customer_id":165518,"tr_customer_product_id":165508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:30.000Z","modified_at":"2026-01-24T05:22:30.000Z","name":"Amritambu Dhawan","mobile_number":"9861774402","email_id":"amodini.shah@gmail.com","dop":"2026-01-14","serial_number":"931511561613644","imei1":"931511561613644","imei2":"931511561613644","popurl":"www.sameer-shukla.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165500,"job_number":"JOB_165500","tr_customer_id":165517,"tr_customer_product_id":165507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Himadri Kocchar","mobile_number":"9883292063","email_id":"inder.mahajan@gmail.com","dop":"2026-01-14","serial_number":"860436536734665","imei1":"860436536734665","imei2":"860436536734665","popurl":"www.veda-prajapat.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165499,"job_number":"JOB_165499","tr_customer_id":165515,"tr_customer_product_id":165506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Aditya Mukhopadhyay","mobile_number":"9838639115","email_id":"adinath.mehra@yahoo.co.in","dop":"2026-01-14","serial_number":"068937258082342","imei1":"068937258082342","imei2":"068937258082342","popurl":"www.sharda-mehra.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165498,"job_number":"JOB_165498","tr_customer_id":165516,"tr_customer_product_id":165505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Jahnu Chattopadhyay","mobile_number":"9887527124","email_id":"dayaamay.gowda@hotmail.com","dop":"2026-01-14","serial_number":"217579745065474","imei1":"217579745065474","imei2":"217579745065474","popurl":"www.chitraksh-khan.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165497,"job_number":"JOB_165497","tr_customer_id":165514,"tr_customer_product_id":165504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Agneya Bhattathiri","mobile_number":"9871191280","email_id":"shiv.shah@yahoo.co.in","dop":"2026-01-14","serial_number":"344533209011035","imei1":"344533209011035","imei2":"344533209011035","popurl":"www.balaaditya-jain.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165496,"job_number":"JOB_165496","tr_customer_id":165513,"tr_customer_product_id":165503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Dinkar Pillai","mobile_number":"9819829858","email_id":"gemine.reddy@hotmail.com","dop":"2026-01-14","serial_number":"550119271681573","imei1":"550119271681573","imei2":"550119271681573","popurl":"www.gorakhanatha-mehra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165495,"job_number":"JOB_165495","tr_customer_id":165512,"tr_customer_product_id":165502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Adityanandana Ganaka","mobile_number":"9896887036","email_id":"aadidev.singh@gmail.com","dop":"2026-01-14","serial_number":"510735443754949","imei1":"510735443754949","imei2":"510735443754949","popurl":"www.kali-dhawan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165494,"job_number":"JOB_165494","tr_customer_id":165511,"tr_customer_product_id":165501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Jagdish Ahluwalia","mobile_number":"9836982286","email_id":"somu.saini@hotmail.com","dop":"2026-01-14","serial_number":"349409848651597","imei1":"349409848651597","imei2":"349409848651597","popurl":"www.nirbhay-panicker.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165493,"job_number":"JOB_165493","tr_customer_id":165510,"tr_customer_product_id":165500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Swapnil Pilla","mobile_number":"9812139207","email_id":"bahula.guneta@gmail.com","dop":"2026-01-14","serial_number":"280732611989380","imei1":"280732611989380","imei2":"280732611989380","popurl":"www.gajadhar-ahluwalia.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165492,"job_number":"JOB_165492","tr_customer_id":165509,"tr_customer_product_id":165499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Shubhaprada Pothuvaal","mobile_number":"9804072714","email_id":"dhanesh.pandey@hotmail.com","dop":"2026-01-14","serial_number":"996498247056499","imei1":"996498247056499","imei2":"996498247056499","popurl":"www.aslesha-nayar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165491,"job_number":"JOB_165491","tr_customer_id":165508,"tr_customer_product_id":165498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Anilaabh Khatri","mobile_number":"9887778565","email_id":"shakuntala.gowda@yahoo.co.in","dop":"2026-01-14","serial_number":"132455574581212","imei1":"132455574581212","imei2":"132455574581212","popurl":"www.chandrakala-tandon.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165490,"job_number":"JOB_165490","tr_customer_id":165507,"tr_customer_product_id":165497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Gudakesha Nair","mobile_number":"9802628728","email_id":"lal.dubashi@hotmail.com","dop":"2026-01-14","serial_number":"142910202711041","imei1":"142910202711041","imei2":"142910202711041","popurl":"www.vyas-dwivedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165489,"job_number":"JOB_165489","tr_customer_id":165506,"tr_customer_product_id":165496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Vedang Gupta","mobile_number":"9898235923","email_id":"kama.dubashi@yahoo.co.in","dop":"2026-01-14","serial_number":"204626836330070","imei1":"204626836330070","imei2":"204626836330070","popurl":"www.shwet-adiga.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165488,"job_number":"JOB_165488","tr_customer_id":165505,"tr_customer_product_id":165495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Ekaling Banerjee","mobile_number":"9807705961","email_id":"karunanidhi.guneta@gmail.com","dop":"2026-01-14","serial_number":"762288732442731","imei1":"762288732442731","imei2":"762288732442731","popurl":"www.kali-iyer.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165487,"job_number":"JOB_165487","tr_customer_id":165504,"tr_customer_product_id":165494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Rajinder Abbott","mobile_number":"9826928768","email_id":"devajyoti.kapoor@yahoo.co.in","dop":"2026-01-14","serial_number":"704252216274963","imei1":"704252216274963","imei2":"704252216274963","popurl":"www.akshata-desai.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165486,"job_number":"JOB_165486","tr_customer_id":165503,"tr_customer_product_id":165493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Tanushri Chattopadhyay","mobile_number":"9850438924","email_id":"dhanvin.varma@hotmail.com","dop":"2026-01-14","serial_number":"744631892929481","imei1":"744631892929481","imei2":"744631892929481","popurl":"www.sarisha-guneta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165485,"job_number":"JOB_165485","tr_customer_id":165502,"tr_customer_product_id":165492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:43.000Z","modified_at":"2026-01-24T05:20:43.000Z","name":"Dhanalakshmi Kaniyar","mobile_number":"9843225780","email_id":"bilwa.ganaka@gmail.com","dop":"2026-01-14","serial_number":"257930479096808","imei1":"257930479096808","imei2":"257930479096808","popurl":"www.chakradhar-tandon.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165484,"job_number":"JOB_165484","tr_customer_id":165501,"tr_customer_product_id":165491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:43.000Z","modified_at":"2026-01-24T05:20:43.000Z","name":"Gati Bhat","mobile_number":"9814821371","email_id":"suryakant.patil@hotmail.com","dop":"2026-01-14","serial_number":"578761028907542","imei1":"578761028907542","imei2":"578761028907542","popurl":"www.bhaasvan-gandhi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165483,"job_number":"JOB_165483","tr_customer_id":165500,"tr_customer_product_id":165490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:43.000Z","modified_at":"2026-01-24T05:20:43.000Z","name":"Aatmaj Trivedi","mobile_number":"9879610875","email_id":"dwaipayana.mehra@gmail.com","dop":"2026-01-14","serial_number":"243996057815373","imei1":"243996057815373","imei2":"243996057815373","popurl":"www.rageshwari-shah.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165482,"job_number":"JOB_165482","tr_customer_id":165499,"tr_customer_product_id":165489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:43.000Z","modified_at":"2026-01-24T05:20:43.000Z","name":"Gorakhnath Mishra","mobile_number":"9817666835","email_id":"chakor.guneta@yahoo.co.in","dop":"2026-01-14","serial_number":"530234592713464","imei1":"530234592713464","imei2":"530234592713464","popurl":"www.anand swarup-verma.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165481,"job_number":"JOB_165481","tr_customer_id":165498,"tr_customer_product_id":165488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:43.000Z","modified_at":"2026-01-24T05:20:43.000Z","name":"Rajan Acharya","mobile_number":"9831803925","email_id":"shresth.guha@yahoo.co.in","dop":"2026-01-14","serial_number":"210435875501433","imei1":"210435875501433","imei2":"210435875501433","popurl":"www.aagneya-nayar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165480,"job_number":"JOB_165480","tr_customer_id":165497,"tr_customer_product_id":165487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Vishwamitra Mehra","mobile_number":"9824882314","email_id":"suresh.prajapat@gmail.com","dop":"2026-01-14","serial_number":"684904353816327","imei1":"684904353816327","imei2":"684904353816327","popurl":"www.parvati-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165479,"job_number":"JOB_165479","tr_customer_id":165496,"tr_customer_product_id":165486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Jagmeet Rana","mobile_number":"9891737618","email_id":"vishnu.desai@hotmail.com","dop":"2026-01-14","serial_number":"412191385945580","imei1":"412191385945580","imei2":"412191385945580","popurl":"www.chandini-sinha.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165478,"job_number":"JOB_165478","tr_customer_id":165495,"tr_customer_product_id":165485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Deeptimayee Pandey","mobile_number":"9866632570","email_id":"baalagopaal.patil@yahoo.co.in","dop":"2026-01-14","serial_number":"847943585605714","imei1":"847943585605714","imei2":"847943585605714","popurl":"www.deepankar-banerjee.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165477,"job_number":"JOB_165477","tr_customer_id":165494,"tr_customer_product_id":165484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Dipendra Rana","mobile_number":"9843190040","email_id":"upendra.achari@gmail.com","dop":"2026-01-14","serial_number":"234170565364985","imei1":"234170565364985","imei2":"234170565364985","popurl":"www.chandraswaroopa-kakkar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165476,"job_number":"JOB_165476","tr_customer_id":165493,"tr_customer_product_id":165483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Abhirath Bhat","mobile_number":"9887093059","email_id":"krishna.ahluwalia@hotmail.com","dop":"2026-01-14","serial_number":"929123062507774","imei1":"929123062507774","imei2":"929123062507774","popurl":"www.aditeya-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165475,"job_number":"JOB_165475","tr_customer_id":165492,"tr_customer_product_id":165482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Tapan Sinha","mobile_number":"9885078455","email_id":"laxmi.gupta@gmail.com","dop":"2026-01-14","serial_number":"447716340958876","imei1":"447716340958876","imei2":"447716340958876","popurl":"www.aasha-arora.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165474,"job_number":"JOB_165474","tr_customer_id":165491,"tr_customer_product_id":165481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Arun Shah","mobile_number":"9885871438","email_id":"deevakar.mehra@gmail.com","dop":"2026-01-14","serial_number":"899349088227204","imei1":"899349088227204","imei2":"899349088227204","popurl":"www.devika-jain.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165473,"job_number":"JOB_165473","tr_customer_id":165490,"tr_customer_product_id":165480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Balamani Malik","mobile_number":"9807389016","email_id":"keerti.patil@gmail.com","dop":"2026-01-14","serial_number":"511075121952684","imei1":"511075121952684","imei2":"511075121952684","popurl":"www.gopi-menon.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165472,"job_number":"JOB_165472","tr_customer_id":165489,"tr_customer_product_id":165479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Bhaasvan Mishra","mobile_number":"9825775902","email_id":"himadri.abbott@gmail.com","dop":"2026-01-14","serial_number":"546120583928817","imei1":"546120583928817","imei2":"546120583928817","popurl":"www.nagabhushanam-saini.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165471,"job_number":"JOB_165471","tr_customer_id":165488,"tr_customer_product_id":165478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Ameyatma Mehrotra","mobile_number":"9831580230","email_id":"vasanti.tagore@yahoo.co.in","dop":"2026-01-14","serial_number":"798698923777293","imei1":"798698923777293","imei2":"798698923777293","popurl":"www.bhaves-gupta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165470,"job_number":"JOB_165470","tr_customer_id":165487,"tr_customer_product_id":165477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Chandini Nambeesan","mobile_number":"9813715424","email_id":"aaratrika.kocchar@hotmail.com","dop":"2026-01-14","serial_number":"610428654637615","imei1":"610428654637615","imei2":"610428654637615","popurl":"www.sarala-guneta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165469,"job_number":"JOB_165469","tr_customer_id":165486,"tr_customer_product_id":165476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Laal Varman","mobile_number":"9866348627","email_id":"gandharva.somayaji@gmail.com","dop":"2026-01-14","serial_number":"122641223298619","imei1":"122641223298619","imei2":"122641223298619","popurl":"www.priyala-gandhi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165468,"job_number":"JOB_165468","tr_customer_id":165485,"tr_customer_product_id":165475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Tara Agarwal","mobile_number":"9811498175","email_id":"dinkar.namboothiri@yahoo.co.in","dop":"2026-01-14","serial_number":"904414731602293","imei1":"904414731602293","imei2":"904414731602293","popurl":"www.baijayanti-patel.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165467,"job_number":"JOB_165467","tr_customer_id":165484,"tr_customer_product_id":165474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Baalagopaal Varman","mobile_number":"9888892124","email_id":"karan.namboothiri@yahoo.co.in","dop":"2026-01-14","serial_number":"370118375659360","imei1":"370118375659360","imei2":"370118375659360","popurl":"www.anusuya-mehrotra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165466,"job_number":"JOB_165466","tr_customer_id":165483,"tr_customer_product_id":165473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Bhaumik Tandon","mobile_number":"9877465070","email_id":"gautam.kaniyar@gmail.com","dop":"2026-01-14","serial_number":"381269552358494","imei1":"381269552358494","imei2":"381269552358494","popurl":"www.dayamayee-mehra.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165465,"job_number":"JOB_165465","tr_customer_id":165482,"tr_customer_product_id":165472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:19:10.000Z","modified_at":"2026-01-24T05:19:10.000Z","name":"Jamel Keebler","mobile_number":"300-948-6373","email_id":"Shemar_Stiedemann@hotmail.com","dop":"2025-06-08","serial_number":"12720811817232","imei1":"12720811817232","imei2":"12720811817232","popurl":"2025-06-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:19:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165464,"job_number":"JOB_165464","tr_customer_id":165481,"tr_customer_product_id":165471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:03:35.000Z","modified_at":"2026-01-24T05:03:35.000Z","name":"Vivek Yadav","mobile_number":"8788138617","email_id":"ccivivek123@gmail.com","dop":"2026-01-14","serial_number":"891398385161723","imei1":"891398385161723","imei2":"891398385161723","popurl":"2026-01-14T05:03:34.489261500Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:03:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165463,"job_number":"JOB_165463","tr_customer_id":165480,"tr_customer_product_id":165470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:53:14.000Z","modified_at":"2026-01-24T04:53:14.000Z","name":"Nicolette Cole","mobile_number":"732-592-4570","email_id":"Lucy45@gmail.com","dop":"2025-04-06","serial_number":"18380129139960776","imei1":"18380129139960776","imei2":"18380129139960776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:53:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165461,"job_number":"JOB_165461","tr_customer_id":165478,"tr_customer_product_id":165468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:52:54.000Z","modified_at":"2026-01-24T04:52:54.000Z","name":"Jaycee Hilpert","mobile_number":"480-269-1662","email_id":"Martina42@yahoo.com","dop":"2025-04-06","serial_number":"10477807887607346","imei1":"10477807887607346","imei2":"10477807887607346","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:52:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165459,"job_number":"JOB_165459","tr_customer_id":165476,"tr_customer_product_id":165466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:41.000Z","modified_at":"2026-01-24T04:50:41.000Z","name":"Shwet Acharya","mobile_number":"9806210025","email_id":"kailash.patel@gmail.com","dop":"2026-01-14","serial_number":"727119346976515","imei1":"727119346976515","imei2":"727119346976515","popurl":"www.narinder-marar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165458,"job_number":"JOB_165458","tr_customer_id":165475,"tr_customer_product_id":165465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:41.000Z","modified_at":"2026-01-24T04:50:41.000Z","name":"Opaline Varman","mobile_number":"9884389213","email_id":"aarya.kapoor@hotmail.com","dop":"2026-01-14","serial_number":"390594674793521","imei1":"390594674793521","imei2":"390594674793521","popurl":"www.girindra-joshi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165457,"job_number":"JOB_165457","tr_customer_id":165474,"tr_customer_product_id":165464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:41.000Z","name":"Devi Desai","mobile_number":"9839153375","email_id":"lakshmidhar.malik@yahoo.co.in","dop":"2026-01-14","serial_number":"990756071902525","imei1":"990756071902525","imei2":"990756071902525","popurl":"www.tapan-sharma.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165456,"job_number":"JOB_165456","tr_customer_id":165473,"tr_customer_product_id":165463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Minakshi Gowda","mobile_number":"9827251883","email_id":"devangana.ahluwalia@gmail.com","dop":"2026-01-14","serial_number":"875568231961846","imei1":"875568231961846","imei2":"875568231961846","popurl":"www.aagneya-varman.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165455,"job_number":"JOB_165455","tr_customer_id":165472,"tr_customer_product_id":165462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Dharmaketu Nair","mobile_number":"9868697943","email_id":"dhanapati.varma@gmail.com","dop":"2026-01-14","serial_number":"921153741995997","imei1":"921153741995997","imei2":"921153741995997","popurl":"www.uttam-gandhi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165454,"job_number":"JOB_165454","tr_customer_id":165471,"tr_customer_product_id":165461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Bhupen Tandon","mobile_number":"9865321765","email_id":"kartik.gowda@gmail.com","dop":"2026-01-14","serial_number":"094542402756868","imei1":"094542402756868","imei2":"094542402756868","popurl":"www.tanya-banerjee.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165453,"job_number":"JOB_165453","tr_customer_id":165470,"tr_customer_product_id":165460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Paramartha Mehra","mobile_number":"9827191235","email_id":"balgopal.malik@yahoo.co.in","dop":"2026-01-14","serial_number":"018569699916048","imei1":"018569699916048","imei2":"018569699916048","popurl":"www.chaturaanan-ahuja.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165452,"job_number":"JOB_165452","tr_customer_id":165469,"tr_customer_product_id":165459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Draupadi Bhat","mobile_number":"9849961860","email_id":"gitanjali.reddy@gmail.com","dop":"2026-01-14","serial_number":"105448134279153","imei1":"105448134279153","imei2":"105448134279153","popurl":"www.rudra-pothuvaal.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165451,"job_number":"JOB_165451","tr_customer_id":165468,"tr_customer_product_id":165458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Brahmabrata Malik","mobile_number":"9810540375","email_id":"chandraketu.shukla@hotmail.com","dop":"2026-01-14","serial_number":"633236941621852","imei1":"633236941621852","imei2":"633236941621852","popurl":"www.dhyanesh-chaturvedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165450,"job_number":"JOB_165450","tr_customer_id":165467,"tr_customer_product_id":165457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Chandravati Banerjee","mobile_number":"9823702090","email_id":"sanya.mukhopadhyay@yahoo.co.in","dop":"2026-01-14","serial_number":"167387918015345","imei1":"167387918015345","imei2":"167387918015345","popurl":"www.bhargava-bharadwaj.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165449,"job_number":"JOB_165449","tr_customer_id":165466,"tr_customer_product_id":165456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Balaaditya Gandhi","mobile_number":"9872463245","email_id":"chandramohan.ganaka@gmail.com","dop":"2026-01-14","serial_number":"078486991775848","imei1":"078486991775848","imei2":"078486991775848","popurl":"www.gorakhanatha-jain.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165448,"job_number":"JOB_165448","tr_customer_id":165465,"tr_customer_product_id":165455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Avantika Chopra","mobile_number":"9809430249","email_id":"dhanvin.pandey@gmail.com","dop":"2026-01-14","serial_number":"840853718160766","imei1":"840853718160766","imei2":"840853718160766","popurl":"www.bhoopati-acharya.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165447,"job_number":"JOB_165447","tr_customer_id":165464,"tr_customer_product_id":165454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Aatmaj Marar","mobile_number":"9881939272","email_id":"adheesh.chattopadhyay@yahoo.co.in","dop":"2026-01-14","serial_number":"518540287934069","imei1":"518540287934069","imei2":"518540287934069","popurl":"www.kamlesh-singh.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165446,"job_number":"JOB_165446","tr_customer_id":165463,"tr_customer_product_id":165453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Gajadhar Bandopadhyay","mobile_number":"9882554592","email_id":"anal.pandey@hotmail.com","dop":"2026-01-14","serial_number":"850440399132511","imei1":"850440399132511","imei2":"850440399132511","popurl":"www.girika-pothuvaal.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165445,"job_number":"JOB_165445","tr_customer_id":165462,"tr_customer_product_id":165452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Aagam Mehrotra","mobile_number":"9803407688","email_id":"somu.singh@hotmail.com","dop":"2026-01-14","serial_number":"800586982321211","imei1":"800586982321211","imei2":"800586982321211","popurl":"www.mina-chaturvedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165444,"job_number":"JOB_165444","tr_customer_id":165461,"tr_customer_product_id":165451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Bhisham Pilla","mobile_number":"9834515098","email_id":"sujata.bhattacharya@hotmail.com","dop":"2026-01-14","serial_number":"557643353038141","imei1":"557643353038141","imei2":"557643353038141","popurl":"www.aditya-dutta.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165443,"job_number":"JOB_165443","tr_customer_id":165460,"tr_customer_product_id":165450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Giriraaj Marar","mobile_number":"9850334121","email_id":"bhoopati.ganaka@hotmail.com","dop":"2026-01-14","serial_number":"093972205388223","imei1":"093972205388223","imei2":"093972205388223","popurl":"www.meghnad-devar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165442,"job_number":"JOB_165442","tr_customer_id":165459,"tr_customer_product_id":165449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Gautam Rana","mobile_number":"9808705261","email_id":"mani.devar@gmail.com","dop":"2026-01-14","serial_number":"786411901638284","imei1":"786411901638284","imei2":"786411901638284","popurl":"www.govinda-joshi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165441,"job_number":"JOB_165441","tr_customer_id":165458,"tr_customer_product_id":165448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Chaaruchandra Kakkar","mobile_number":"9825915432","email_id":"rajendra.johar@gmail.com","dop":"2026-01-14","serial_number":"967320149323116","imei1":"967320149323116","imei2":"967320149323116","popurl":"www.bhoopati-pillai.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165440,"job_number":"JOB_165440","tr_customer_id":165457,"tr_customer_product_id":165447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Dakshayani Mehrotra","mobile_number":"9880309268","email_id":"eshana.mehra@yahoo.co.in","dop":"2026-01-14","serial_number":"775792479396336","imei1":"775792479396336","imei2":"775792479396336","popurl":"www.goswami-sinha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165439,"job_number":"JOB_165439","tr_customer_id":165456,"tr_customer_product_id":165446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:39.000Z","modified_at":"2026-01-24T04:50:39.000Z","name":"DIDIDID Rippin","mobile_number":"273-218-0237","email_id":"Colt.Heathcote@gmail.com","dop":"2024-10-15","serial_number":"81845678901794","imei1":"81845678901794","imei2":"81845678901794","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165438,"job_number":"JOB_165438","tr_customer_id":165455,"tr_customer_product_id":165445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:39.000Z","modified_at":"2026-01-24T04:50:39.000Z","name":"Sunil Rippin","mobile_number":"273-218-0237","email_id":"Colt.Heathcote@gmail.com","dop":"2024-10-15","serial_number":"32545678901234","imei1":"32545678901234","imei2":"32545678901234","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165437,"job_number":"JOB_165437","tr_customer_id":165454,"tr_customer_product_id":165444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:39.000Z","modified_at":"2026-01-24T04:50:39.000Z","name":"Rocker Rippin","mobile_number":"273-218-0237","email_id":"Colt.Heathcote@gmail.com","dop":"2024-10-15","serial_number":"81845678901234","imei1":"81845678901234","imei2":"81845678901234","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165436,"job_number":"JOB_165436","tr_customer_id":165453,"tr_customer_product_id":165443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:39.000Z","modified_at":"2026-01-24T04:50:39.000Z","name":"Dada Rippin","mobile_number":"273-218-0237","email_id":"Colt.Heathcote@gmail.com","dop":"2024-10-15","serial_number":"19845678901234","imei1":"19845678901234","imei2":"19845678901234","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165435,"job_number":"JOB_165435","tr_customer_id":165452,"tr_customer_product_id":165442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:39.000Z","modified_at":"2026-01-24T04:50:39.000Z","name":"Vivek Rippin","mobile_number":"273-218-0237","email_id":"Colt.Heathcote@gmail.com","dop":"2024-10-15","serial_number":"14545678901234","imei1":"14545678901234","imei2":"14545678901234","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165433,"job_number":"JOB_165433","tr_customer_id":165450,"tr_customer_product_id":165440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:39:42.000Z","modified_at":"2026-01-24T04:39:42.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"109883769458152","imei1":"109883769458152","imei2":"109883769458152","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165431,"job_number":"JOB_165431","tr_customer_id":165448,"tr_customer_product_id":165438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:39:29.000Z","modified_at":"2026-01-24T04:39:29.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"106051138437493","imei1":"106051138437493","imei2":"106051138437493","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165428,"job_number":"JOB_165428","tr_customer_id":165445,"tr_customer_product_id":165435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:32:53.000Z","modified_at":"2026-01-24T04:32:53.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-14","serial_number":"75170751806930","imei1":"75170751806930","imei2":"75170751806930","popurl":"2026-01-14T04:32:52.877713245Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:32:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165427,"job_number":"JOB_165427","tr_customer_id":165444,"tr_customer_product_id":165434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:32:36.000Z","modified_at":"2026-01-24T04:32:36.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-14","serial_number":"91042546477578","imei1":"91042546477578","imei2":"91042546477578","popurl":"2026-01-14T04:32:35.794862697Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:32:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165426,"job_number":"JOB_165426","tr_customer_id":165443,"tr_customer_product_id":165433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Vedanga Iyer","mobile_number":"9818878545","email_id":"vrinda.prajapat@hotmail.com","dop":"2026-01-14","serial_number":"841886975733437","imei1":"841886975733437","imei2":"841886975733437","popurl":"www.dron-gandhi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165425,"job_number":"JOB_165425","tr_customer_id":165442,"tr_customer_product_id":165432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Chandrakala Bhat","mobile_number":"9887057135","email_id":"chatur.asan@yahoo.co.in","dop":"2026-01-14","serial_number":"006765238252952","imei1":"006765238252952","imei2":"006765238252952","popurl":"www.kannen-bhattathiri.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165424,"job_number":"JOB_165424","tr_customer_id":165441,"tr_customer_product_id":165431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Bhargavi Chopra","mobile_number":"9899725910","email_id":"dipankar.dwivedi@yahoo.co.in","dop":"2026-01-14","serial_number":"331716760096727","imei1":"331716760096727","imei2":"331716760096727","popurl":"www.bhavani-shah.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165423,"job_number":"JOB_165423","tr_customer_id":165440,"tr_customer_product_id":165430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Sunita Varman","mobile_number":"9853302346","email_id":"chandramohan.embranthiri@yahoo.co.in","dop":"2026-01-14","serial_number":"176725950591075","imei1":"176725950591075","imei2":"176725950591075","popurl":"www.atmaja-tandon.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165422,"job_number":"JOB_165422","tr_customer_id":165439,"tr_customer_product_id":165429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Tej Sethi","mobile_number":"9833571342","email_id":"arya.guha@hotmail.com","dop":"2026-01-14","serial_number":"846776267179423","imei1":"846776267179423","imei2":"846776267179423","popurl":"www.sushma-talwar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165421,"job_number":"JOB_165421","tr_customer_id":165438,"tr_customer_product_id":165428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Sachin Saini","mobile_number":"9820994305","email_id":"harita.marar@hotmail.com","dop":"2026-01-14","serial_number":"255602128695832","imei1":"255602128695832","imei2":"255602128695832","popurl":"www.bhisham-johar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165420,"job_number":"JOB_165420","tr_customer_id":165437,"tr_customer_product_id":165427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Deeptanshu Trivedi","mobile_number":"9828064479","email_id":"saraswati.nehru@yahoo.co.in","dop":"2026-01-14","serial_number":"363813600417312","imei1":"363813600417312","imei2":"363813600417312","popurl":"www.shwet-reddy.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165419,"job_number":"JOB_165419","tr_customer_id":165436,"tr_customer_product_id":165426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Marut Arora","mobile_number":"9805208962","email_id":"daevi.talwar@yahoo.co.in","dop":"2026-01-14","serial_number":"001000635630398","imei1":"001000635630398","imei2":"001000635630398","popurl":"www.tara-khan.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165418,"job_number":"JOB_165418","tr_customer_id":165435,"tr_customer_product_id":165425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Sushma Embranthiri","mobile_number":"9881105579","email_id":"lila.gowda@gmail.com","dop":"2026-01-14","serial_number":"599070310118488","imei1":"599070310118488","imei2":"599070310118488","popurl":"www.anuraag-shah.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165417,"job_number":"JOB_165417","tr_customer_id":165434,"tr_customer_product_id":165424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Soma Iyer","mobile_number":"9894575017","email_id":"rati.bhattacharya@hotmail.com","dop":"2026-01-14","serial_number":"813391619527318","imei1":"813391619527318","imei2":"813391619527318","popurl":"www.aashritha-talwar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165416,"job_number":"JOB_165416","tr_customer_id":165433,"tr_customer_product_id":165423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Chanda Pandey","mobile_number":"9824631964","email_id":"ekaksh.chattopadhyay@hotmail.com","dop":"2026-01-14","serial_number":"953157742158475","imei1":"953157742158475","imei2":"953157742158475","popurl":"www.kanak-shukla.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165415,"job_number":"JOB_165415","tr_customer_id":165432,"tr_customer_product_id":165422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Aatmaja Shukla","mobile_number":"9808520567","email_id":"balaaditya.dubashi@gmail.com","dop":"2026-01-14","serial_number":"630147529006180","imei1":"630147529006180","imei2":"630147529006180","popurl":"www.gorakhnath-rana.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165414,"job_number":"JOB_165414","tr_customer_id":165431,"tr_customer_product_id":165421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Ekadant Kocchar","mobile_number":"9853053073","email_id":"chanda.devar@hotmail.com","dop":"2026-01-14","serial_number":"004334391747342","imei1":"004334391747342","imei2":"004334391747342","popurl":"www.javas-bhat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165413,"job_number":"JOB_165413","tr_customer_id":165430,"tr_customer_product_id":165420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Baijayanti Mukhopadhyay","mobile_number":"9861870538","email_id":"kumari.kapoor@hotmail.com","dop":"2026-01-14","serial_number":"174323900972146","imei1":"174323900972146","imei2":"174323900972146","popurl":"www.lal-jain.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165412,"job_number":"JOB_165412","tr_customer_id":165429,"tr_customer_product_id":165419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Somu Ahluwalia","mobile_number":"9883256265","email_id":"adhiraj.patel@yahoo.co.in","dop":"2026-01-14","serial_number":"880650741205039","imei1":"880650741205039","imei2":"880650741205039","popurl":"www.vrund-namboothiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165411,"job_number":"JOB_165411","tr_customer_id":165428,"tr_customer_product_id":165418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Adikavi Varma","mobile_number":"9889609728","email_id":"vijay.shukla@gmail.com","dop":"2026-01-14","serial_number":"532227972891934","imei1":"532227972891934","imei2":"532227972891934","popurl":"www.anshula-trivedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165410,"job_number":"JOB_165410","tr_customer_id":165427,"tr_customer_product_id":165417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Chatur Tagore","mobile_number":"9870745580","email_id":"jagmeet.prajapat@yahoo.co.in","dop":"2026-01-14","serial_number":"234909757006711","imei1":"234909757006711","imei2":"234909757006711","popurl":"www.subhashini-acharya.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165409,"job_number":"JOB_165409","tr_customer_id":165426,"tr_customer_product_id":165416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Chaitan Desai","mobile_number":"9871465144","email_id":"ranjeet.chaturvedi@yahoo.co.in","dop":"2026-01-14","serial_number":"048518390040938","imei1":"048518390040938","imei2":"048518390040938","popurl":"www.ojaswini-panicker.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165408,"job_number":"JOB_165408","tr_customer_id":165425,"tr_customer_product_id":165415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Bhaaswar Bharadwaj","mobile_number":"9811134401","email_id":"indra.gowda@hotmail.com","dop":"2026-01-14","serial_number":"314848063276707","imei1":"314848063276707","imei2":"314848063276707","popurl":"www.dhana-mehrotra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165407,"job_number":"JOB_165407","tr_customer_id":165424,"tr_customer_product_id":165414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:58.000Z","modified_at":"2026-01-24T04:27:58.000Z","name":"Chiranjeev Banerjee","mobile_number":"9834721926","email_id":"balagovind.pandey@hotmail.com","dop":"2026-01-14","serial_number":"928510045868407","imei1":"928510045868407","imei2":"928510045868407","popurl":"www.gajaadhar-ahuja.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165406,"job_number":"JOB_165406","tr_customer_id":165423,"tr_customer_product_id":165413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:58.000Z","modified_at":"2026-01-24T04:27:58.000Z","name":"Bhasvan Verma","mobile_number":"9872927685","email_id":"sharmila.mahajan@gmail.com","dop":"2026-01-14","serial_number":"757476286049122","imei1":"757476286049122","imei2":"757476286049122","popurl":"www.vaishno-khatri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165405,"job_number":"JOB_165405","tr_customer_id":165422,"tr_customer_product_id":165412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:58.000Z","modified_at":"2026-01-24T04:27:58.000Z","name":"Jay Dhawan","mobile_number":"9868110374","email_id":"laxman.khan@gmail.com","dop":"2026-01-14","serial_number":"574159400664376","imei1":"574159400664376","imei2":"574159400664376","popurl":"www.gayatri-singh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165404,"job_number":"JOB_165404","tr_customer_id":165421,"tr_customer_product_id":165411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:58.000Z","modified_at":"2026-01-24T04:27:58.000Z","name":"Dharmaketu Joshi","mobile_number":"9854529024","email_id":"devdan.bhattathiri@gmail.com","dop":"2026-01-14","serial_number":"061726002996298","imei1":"061726002996298","imei2":"061726002996298","popurl":"www.bharadwaj-varma.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165403,"job_number":"JOB_165403","tr_customer_id":165420,"tr_customer_product_id":165410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:57.000Z","modified_at":"2026-01-24T04:27:57.000Z","name":"Balgopal Kapoor","mobile_number":"9869602502","email_id":"ranjit.devar@hotmail.com","dop":"2026-01-14","serial_number":"982484667355714","imei1":"982484667355714","imei2":"982484667355714","popurl":"www.paramartha-deshpande.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165402,"job_number":"JOB_165402","tr_customer_id":165419,"tr_customer_product_id":165409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:57.000Z","modified_at":"2026-01-24T04:27:57.000Z","name":"Agrata Bhat","mobile_number":"9885789355","email_id":"gopal.naik@yahoo.co.in","dop":"2026-01-14","serial_number":"924016580826651","imei1":"924016580826651","imei2":"924016580826651","popurl":"www.devika-gowda.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165401,"job_number":"JOB_165401","tr_customer_id":165418,"tr_customer_product_id":165408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:57.000Z","modified_at":"2026-01-24T04:27:57.000Z","name":"Sunita Guneta","mobile_number":"9807668298","email_id":"advaya.varrier@yahoo.co.in","dop":"2026-01-14","serial_number":"051711404933680","imei1":"051711404933680","imei2":"051711404933680","popurl":"www.dayaananda-mehrotra.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165400,"job_number":"JOB_165400","tr_customer_id":165417,"tr_customer_product_id":165407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:56.000Z","modified_at":"2026-01-24T04:27:56.000Z","name":"Ekaaksh Abbott","mobile_number":"9890052794","email_id":"vishwamitra.shah@hotmail.com","dop":"2026-01-14","serial_number":"606155490602616","imei1":"606155490602616","imei2":"606155490602616","popurl":"www.deb-rana.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165399,"job_number":"JOB_165399","tr_customer_id":165416,"tr_customer_product_id":165406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:56.000Z","modified_at":"2026-01-24T04:27:56.000Z","name":"Charuvrat Kocchar","mobile_number":"9815347812","email_id":"balachandra.banerjee@yahoo.co.in","dop":"2026-01-14","serial_number":"229846216442278","imei1":"229846216442278","imei2":"229846216442278","popurl":"www.ramesh-abbott.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165398,"job_number":"JOB_165398","tr_customer_id":165415,"tr_customer_product_id":165405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:56.000Z","modified_at":"2026-01-24T04:27:56.000Z","name":"Deependra Deshpande","mobile_number":"9837293724","email_id":"amritambu.agarwal@gmail.com","dop":"2026-01-14","serial_number":"526902097761960","imei1":"526902097761960","imei2":"526902097761960","popurl":"www.dayaananda-tagore.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165397,"job_number":"JOB_165397","tr_customer_id":165414,"tr_customer_product_id":165404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Hiranya Kaniyar","mobile_number":"9801656119","email_id":"aayushman.johar@yahoo.co.in","dop":"2026-01-14","serial_number":"456912851593140","imei1":"456912851593140","imei2":"456912851593140","popurl":"www.deeptiman-chopra.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165396,"job_number":"JOB_165396","tr_customer_id":165413,"tr_customer_product_id":165403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Kanaka Saini","mobile_number":"9804196307","email_id":"menaka.dutta@yahoo.co.in","dop":"2026-01-14","serial_number":"511960548508867","imei1":"511960548508867","imei2":"511960548508867","popurl":"www.chitramala-guneta.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165395,"job_number":"JOB_165395","tr_customer_id":165412,"tr_customer_product_id":165402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Asha Deshpande","mobile_number":"9852196932","email_id":"kartik.mishra@hotmail.com","dop":"2026-01-14","serial_number":"447438135173029","imei1":"447438135173029","imei2":"447438135173029","popurl":"www.deepali-mishra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165394,"job_number":"JOB_165394","tr_customer_id":165411,"tr_customer_product_id":165401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Chatur Mahajan","mobile_number":"9852608676","email_id":"somnath.nayar@gmail.com","dop":"2026-01-14","serial_number":"854768947007554","imei1":"854768947007554","imei2":"854768947007554","popurl":"www.bhavani-mukhopadhyay.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165393,"job_number":"JOB_165393","tr_customer_id":165410,"tr_customer_product_id":165400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Aalok Iyengar","mobile_number":"9810410980","email_id":"amogh.gandhi@gmail.com","dop":"2026-01-14","serial_number":"115895301479098","imei1":"115895301479098","imei2":"115895301479098","popurl":"www.pran-gill.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165392,"job_number":"JOB_165392","tr_customer_id":165409,"tr_customer_product_id":165399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Sarvin Johar","mobile_number":"9820175652","email_id":"rohana.rana@yahoo.co.in","dop":"2026-01-14","serial_number":"432530712923217","imei1":"432530712923217","imei2":"432530712923217","popurl":"www.ranjeet-verma.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165391,"job_number":"JOB_165391","tr_customer_id":165408,"tr_customer_product_id":165398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:53.000Z","modified_at":"2026-01-24T04:27:53.000Z","name":"Deeptanshu Shukla","mobile_number":"9898060828","email_id":"daevi.dhawan@gmail.com","dop":"2026-01-14","serial_number":"706795469102623","imei1":"706795469102623","imei2":"706795469102623","popurl":"www.bhadraksh-malik.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165390,"job_number":"JOB_165390","tr_customer_id":165407,"tr_customer_product_id":165397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:53.000Z","modified_at":"2026-01-24T04:27:53.000Z","name":"Gopal Panicker","mobile_number":"9870450560","email_id":"ganaka.chaturvedi@gmail.com","dop":"2026-01-14","serial_number":"637317676472120","imei1":"637317676472120","imei2":"637317676472120","popurl":"www.krishnadas-pandey.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165389,"job_number":"JOB_165389","tr_customer_id":165406,"tr_customer_product_id":165396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:52.000Z","modified_at":"2026-01-24T04:27:52.000Z","name":"Alok Mehra","mobile_number":"9859134502","email_id":"himadri.pandey@hotmail.com","dop":"2026-01-14","serial_number":"491498836514650","imei1":"491498836514650","imei2":"491498836514650","popurl":"www.amaranaath-agarwal.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165388,"job_number":"JOB_165388","tr_customer_id":165405,"tr_customer_product_id":165395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:52.000Z","modified_at":"2026-01-24T04:27:52.000Z","name":"Opalina Tandon","mobile_number":"9868737878","email_id":"kiran.kapoor@hotmail.com","dop":"2026-01-14","serial_number":"345413575723243","imei1":"345413575723243","imei2":"345413575723243","popurl":"www.abhisyanta-sinha.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165387,"job_number":"JOB_165387","tr_customer_id":165404,"tr_customer_product_id":165394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:52.000Z","modified_at":"2026-01-24T04:27:52.000Z","name":"Rameshwar Saini","mobile_number":"9896088852","email_id":"jagathi.dwivedi@hotmail.com","dop":"2026-01-14","serial_number":"642935919776858","imei1":"642935919776858","imei2":"642935919776858","popurl":"www.dhanalakshmi-guha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165386,"job_number":"JOB_165386","tr_customer_id":165403,"tr_customer_product_id":165393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:24:47.000Z","modified_at":"2026-01-24T04:24:47.000Z","name":"Magnolia Wehner","mobile_number":"660-564-2966","email_id":"Janet.Hettinger@gmail.com","dop":"2025-04-06","serial_number":"12079838181295206","imei1":"12079838181295206","imei2":"12079838181295206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:24:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165384,"job_number":"JOB_165384","tr_customer_id":165401,"tr_customer_product_id":165391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:24:04.000Z","modified_at":"2026-01-24T04:24:04.000Z","name":"Ludwig Ullrich","mobile_number":"890-598-1694","email_id":"Monte.Anderson@hotmail.com","dop":"2025-04-06","serial_number":"17922287909484024","imei1":"17922287909484024","imei2":"17922287909484024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:24:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165382,"job_number":"JOB_165382","tr_customer_id":165399,"tr_customer_product_id":165389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:23:21.000Z","modified_at":"2026-01-24T04:23:21.000Z","name":"Joel Ankunding","mobile_number":"827-267-5322","email_id":"Winnifred_Schneider54@hotmail.com","dop":"2025-04-06","serial_number":"16845791980135318","imei1":"16845791980135318","imei2":"16845791980135318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:23:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165379,"job_number":"JOB_165379","tr_customer_id":165396,"tr_customer_product_id":165386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:18:27.000Z","modified_at":"2026-01-24T04:18:27.000Z","name":"Aarya Patil","mobile_number":"8646182846","email_id":"mandakini.gandhi@hotmail.com","dop":"2026-01-14","serial_number":"38315729594727","imei1":"38315729594727","imei2":"38315729594727","popurl":"www.chakravartee-nehru.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:18:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165376,"job_number":"JOB_165376","tr_customer_id":165393,"tr_customer_product_id":165383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:29.000Z","modified_at":"2026-01-24T03:57:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62001648375731","imei1":"62001648375731","imei2":"62001648375731","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165375,"job_number":"JOB_165375","tr_customer_id":165392,"tr_customer_product_id":165382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:29.000Z","modified_at":"2026-01-24T03:57:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"70064494170307","imei1":"70064494170307","imei2":"70064494170307","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165374,"job_number":"JOB_165374","tr_customer_id":165391,"tr_customer_product_id":165381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:29.000Z","modified_at":"2026-01-24T03:57:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95374323083601","imei1":"95374323083601","imei2":"95374323083601","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165373,"job_number":"JOB_165373","tr_customer_id":165390,"tr_customer_product_id":165380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:28.000Z","modified_at":"2026-01-24T03:57:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92151405704462","imei1":"92151405704462","imei2":"92151405704462","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165372,"job_number":"JOB_165372","tr_customer_id":165389,"tr_customer_product_id":165379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:28.000Z","modified_at":"2026-01-24T03:57:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69821337427820","imei1":"69821337427820","imei2":"69821337427820","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165371,"job_number":"JOB_165371","tr_customer_id":165388,"tr_customer_product_id":165378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:28.000Z","modified_at":"2026-01-24T03:57:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15832077451393","imei1":"15832077451393","imei2":"15832077451393","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165369,"job_number":"JOB_165369","tr_customer_id":165386,"tr_customer_product_id":165376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:00.000Z","modified_at":"2026-01-24T03:57:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"14160089827597","imei1":"14160089827597","imei2":"14160089827597","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165368,"job_number":"JOB_165368","tr_customer_id":165385,"tr_customer_product_id":165375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:59.000Z","modified_at":"2026-01-24T03:56:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62007948357390","imei1":"62007948357390","imei2":"62007948357390","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165367,"job_number":"JOB_165367","tr_customer_id":165384,"tr_customer_product_id":165374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:59.000Z","modified_at":"2026-01-24T03:56:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"17577269128697","imei1":"17577269128697","imei2":"17577269128697","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165366,"job_number":"JOB_165366","tr_customer_id":165383,"tr_customer_product_id":165373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:59.000Z","modified_at":"2026-01-24T03:56:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72065225541662","imei1":"72065225541662","imei2":"72065225541662","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165365,"job_number":"JOB_165365","tr_customer_id":165382,"tr_customer_product_id":165372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:58.000Z","modified_at":"2026-01-24T03:56:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24535194504843","imei1":"24535194504843","imei2":"24535194504843","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165364,"job_number":"JOB_165364","tr_customer_id":165381,"tr_customer_product_id":165371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:58.000Z","modified_at":"2026-01-24T03:56:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83582343585385","imei1":"83582343585385","imei2":"83582343585385","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165362,"job_number":"JOB_165362","tr_customer_id":165379,"tr_customer_product_id":165369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:30.000Z","modified_at":"2026-01-24T03:56:30.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87768503837015","imei1":"87768503837015","imei2":"87768503837015","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165361,"job_number":"JOB_165361","tr_customer_id":165378,"tr_customer_product_id":165368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:30.000Z","modified_at":"2026-01-24T03:56:30.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18940416443342","imei1":"18940416443342","imei2":"18940416443342","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165360,"job_number":"JOB_165360","tr_customer_id":165377,"tr_customer_product_id":165367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:29.000Z","modified_at":"2026-01-24T03:56:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84692265166585","imei1":"84692265166585","imei2":"84692265166585","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165359,"job_number":"JOB_165359","tr_customer_id":165376,"tr_customer_product_id":165366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:29.000Z","modified_at":"2026-01-24T03:56:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31311602469488","imei1":"31311602469488","imei2":"31311602469488","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165358,"job_number":"JOB_165358","tr_customer_id":165375,"tr_customer_product_id":165365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:29.000Z","modified_at":"2026-01-24T03:56:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12324434030108","imei1":"12324434030108","imei2":"12324434030108","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165357,"job_number":"JOB_165357","tr_customer_id":165374,"tr_customer_product_id":165364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:28.000Z","modified_at":"2026-01-24T03:56:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28469649454160","imei1":"28469649454160","imei2":"28469649454160","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165356,"job_number":"JOB_165356","tr_customer_id":165373,"tr_customer_product_id":165363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:51:56.000Z","modified_at":"2026-01-24T03:51:56.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-14","serial_number":"11794514993613","imei1":"18904414473613","imei2":"130779079163713","popurl":"2026-01-14T03:51:54.202267400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:51:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165355,"job_number":"JOB_165355","tr_customer_id":165372,"tr_customer_product_id":165362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:50:09.000Z","modified_at":"2026-01-24T03:50:09.000Z","name":"Breana Marks","mobile_number":"649-208-6435","email_id":"Angelo.Auer92@hotmail.com","dop":"2025-04-06","serial_number":"18717702518598948","imei1":"18717702518598948","imei2":"18717702518598948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165353,"job_number":"JOB_165353","tr_customer_id":165370,"tr_customer_product_id":165360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:50:07.000Z","modified_at":"2026-01-24T03:50:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14428914154344","imei1":"14428914154344","imei2":"14428914154344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:50:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165352,"job_number":"JOB_165352","tr_customer_id":165369,"tr_customer_product_id":165359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:53.000Z","modified_at":"2026-01-24T03:49:53.000Z","name":"Felicity Prohaska","mobile_number":"493-935-4616","email_id":"Maya14@hotmail.com","dop":"2025-04-06","serial_number":"18720437561758200","imei1":"18720437561758200","imei2":"18720437561758200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165350,"job_number":"JOB_165350","tr_customer_id":165367,"tr_customer_product_id":165357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:52.000Z","modified_at":"2026-01-24T03:49:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13554323013804","imei1":"13554323013804","imei2":"13554323013804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165346,"job_number":"JOB_165346","tr_customer_id":165363,"tr_customer_product_id":165353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:33.000Z","modified_at":"2026-01-24T03:49:33.000Z","name":"Nathen Reichert","mobile_number":"289-517-6308","email_id":"Wilbert_Russel@hotmail.com","dop":"2025-04-06","serial_number":"14112098358107610","imei1":"14112098358107610","imei2":"14112098358107610","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165344,"job_number":"JOB_165344","tr_customer_id":165361,"tr_customer_product_id":165351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:32.000Z","modified_at":"2026-01-24T03:49:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16427105170239","imei1":"16427105170239","imei2":"16427105170239","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165343,"job_number":"JOB_165343","tr_customer_id":165360,"tr_customer_product_id":165350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:25.000Z","modified_at":"2026-01-24T03:49:25.000Z","name":"Jolie Bernier","mobile_number":"536-628-7256","email_id":"Celestino.Wisozk49@gmail.com","dop":"2025-04-06","serial_number":"16217151647362924","imei1":"16217151647362924","imei2":"16217151647362924","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165342,"job_number":"JOB_165342","tr_customer_id":165359,"tr_customer_product_id":165349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:23.000Z","modified_at":"2026-01-24T03:49:23.000Z","name":"Krystina Gleichner","mobile_number":"345-879-8416","email_id":"Melvina17@hotmail.com","dop":"2025-04-06","serial_number":"12491444485544004","imei1":"12491444485544004","imei2":"12491444485544004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165340,"job_number":"JOB_165340","tr_customer_id":165357,"tr_customer_product_id":165347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:23.000Z","modified_at":"2026-01-24T03:49:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12684171543306","imei1":"12684171543306","imei2":"12684171543306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165338,"job_number":"JOB_165338","tr_customer_id":165355,"tr_customer_product_id":165345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:22.000Z","modified_at":"2026-01-24T03:49:22.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17976199179940","imei1":"17976199179940","imei2":"17976199179940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165337,"job_number":"JOB_165337","tr_customer_id":165354,"tr_customer_product_id":165344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:14.000Z","modified_at":"2026-01-24T03:49:15.000Z","name":"Tanya Wilderman","mobile_number":"740-556-4898","email_id":"Oren74@yahoo.com","dop":"2025-04-06","serial_number":"15465539341670244","imei1":"15465539341670244","imei2":"15465539341670244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165335,"job_number":"JOB_165335","tr_customer_id":165352,"tr_customer_product_id":165342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:13.000Z","modified_at":"2026-01-24T03:49:13.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11643872202322","imei1":"11643872202322","imei2":"11643872202322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165334,"job_number":"JOB_165334","tr_customer_id":165351,"tr_customer_product_id":165341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:11.000Z","modified_at":"2026-01-24T03:49:11.000Z","name":"Desmond Schowalter","mobile_number":"867-479-1018","email_id":"Anabelle76@yahoo.com","dop":"2025-04-06","serial_number":"18498549604324308","imei1":"18498549604324308","imei2":"18498549604324308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165332,"job_number":"JOB_165332","tr_customer_id":165349,"tr_customer_product_id":165339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:10.000Z","modified_at":"2026-01-24T03:49:10.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11166856025382","imei1":"11166856025382","imei2":"11166856025382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165327,"job_number":"JOB_165327","tr_customer_id":165344,"tr_customer_product_id":165334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:57.000Z","modified_at":"2026-01-24T03:48:57.000Z","name":"Cleve Crist","mobile_number":"959-392-2775","email_id":"Maximillian_Windler1@yahoo.com","dop":"2025-04-06","serial_number":"18890661954632910","imei1":"18890661954632910","imei2":"18890661954632910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165323,"job_number":"JOB_165323","tr_customer_id":165340,"tr_customer_product_id":165330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:55.000Z","modified_at":"2026-01-24T03:48:55.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"13499364363182","imei1":"13499364363182","imei2":"13499364363182","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165321,"job_number":"JOB_165321","tr_customer_id":165338,"tr_customer_product_id":165328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:50.000Z","modified_at":"2026-01-24T03:48:50.000Z","name":"Erich Wolf","mobile_number":"647-821-7533","email_id":"Garett_Greenfelder@gmail.com","dop":"2025-04-06","serial_number":"17382459598498484","imei1":"17382459598498484","imei2":"17382459598498484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165318,"job_number":"JOB_165318","tr_customer_id":165335,"tr_customer_product_id":165325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:49.000Z","modified_at":"2026-01-24T03:48:49.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17004721281782","imei1":"17004721281782","imei2":"17004721281782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165315,"job_number":"JOB_165315","tr_customer_id":165332,"tr_customer_product_id":165322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:48.000Z","modified_at":"2026-01-24T03:48:48.000Z","name":"Kaleigh Witting","mobile_number":"452-413-5002","email_id":"Isabell_Denesik49@gmail.com","dop":"2025-04-06","serial_number":"11442646291047482","imei1":"11442646291047482","imei2":"11442646291047482","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165314,"job_number":"JOB_165314","tr_customer_id":165331,"tr_customer_product_id":165321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:47.000Z","modified_at":"2026-01-24T03:48:47.000Z","name":"Arden Tremblay","mobile_number":"727-820-6131","email_id":"Kendra.Hyatt66@hotmail.com","dop":"2025-04-06","serial_number":"12412944973713898","imei1":"12412944973713898","imei2":"12412944973713898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165312,"job_number":"JOB_165312","tr_customer_id":165329,"tr_customer_product_id":165319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:46.000Z","modified_at":"2026-01-24T03:48:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12420352718073","imei1":"12420352718073","imei2":"12420352718073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165310,"job_number":"JOB_165310","tr_customer_id":165327,"tr_customer_product_id":165317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:46.000Z","modified_at":"2026-01-24T03:48:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19119835456881","imei1":"19119835456881","imei2":"19119835456881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165309,"job_number":"JOB_165309","tr_customer_id":165326,"tr_customer_product_id":165316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:41.000Z","modified_at":"2026-01-24T03:48:41.000Z","name":"Shania Gorczany","mobile_number":"744-942-3992","email_id":"Leonardo24@gmail.com","dop":"2025-04-06","serial_number":"10023791850303816","imei1":"10023791850303816","imei2":"10023791850303816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165307,"job_number":"JOB_165307","tr_customer_id":165324,"tr_customer_product_id":165314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:40.000Z","modified_at":"2026-01-24T03:48:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12473790051572","imei1":"12473790051572","imei2":"12473790051572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165306,"job_number":"JOB_165306","tr_customer_id":165323,"tr_customer_product_id":165313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:37.000Z","modified_at":"2026-01-24T03:48:37.000Z","name":"Jaeden Ferry","mobile_number":"422-370-3628","email_id":"Eudora_Jaskolski74@yahoo.com","dop":"2025-04-06","serial_number":"15686992023527656","imei1":"15686992023527656","imei2":"15686992023527656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165303,"job_number":"JOB_165303","tr_customer_id":165320,"tr_customer_product_id":165310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:36.000Z","modified_at":"2026-01-24T03:48:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16252649260495","imei1":"16252649260495","imei2":"16252649260495","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165299,"job_number":"JOB_165299","tr_customer_id":165316,"tr_customer_product_id":165306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:32.000Z","modified_at":"2026-01-24T03:48:32.000Z","name":"Myra Upton","mobile_number":"882-890-8135","email_id":"Junior52@gmail.com","dop":"2025-04-06","serial_number":"17259419956991238","imei1":"17259419956991238","imei2":"17259419956991238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165297,"job_number":"JOB_165297","tr_customer_id":165314,"tr_customer_product_id":165304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:30.000Z","modified_at":"2026-01-24T03:48:30.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13042543927292","imei1":"13042543927292","imei2":"13042543927292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165296,"job_number":"JOB_165296","tr_customer_id":165313,"tr_customer_product_id":165303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:29.000Z","modified_at":"2026-01-24T03:48:29.000Z","name":"Pasquale Leffler","mobile_number":"433-518-7866","email_id":"Luna98@hotmail.com","dop":"2025-04-06","serial_number":"13639098013441312","imei1":"13639098013441312","imei2":"13639098013441312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165295,"job_number":"JOB_165295","tr_customer_id":165312,"tr_customer_product_id":165302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:29.000Z","modified_at":"2026-01-24T03:48:29.000Z","name":"Ellie Durgan","mobile_number":"743-240-4314","email_id":"Margie_Johns@gmail.com","dop":"2025-04-06","serial_number":"17333391059497404","imei1":"17333391059497404","imei2":"17333391059497404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165293,"job_number":"JOB_165293","tr_customer_id":165310,"tr_customer_product_id":165300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:28.000Z","modified_at":"2026-01-24T03:48:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17076562749631","imei1":"17076562749631","imei2":"17076562749631","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165291,"job_number":"JOB_165291","tr_customer_id":165308,"tr_customer_product_id":165298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:27.000Z","modified_at":"2026-01-24T03:48:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12354189792327","imei1":"12354189792327","imei2":"12354189792327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165290,"job_number":"JOB_165290","tr_customer_id":165307,"tr_customer_product_id":165297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:19.000Z","modified_at":"2026-01-24T03:48:19.000Z","name":"Elijah Bogisich","mobile_number":"339-349-3767","email_id":"Amina.Pacocha@yahoo.com","dop":"2025-04-06","serial_number":"11778325918391316","imei1":"11778325918391316","imei2":"11778325918391316","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165289,"job_number":"JOB_165289","tr_customer_id":165306,"tr_customer_product_id":165296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:19.000Z","modified_at":"2026-01-24T03:48:19.000Z","name":"Breana VonRueden","mobile_number":"268-593-3183","email_id":"Demetrius_Mueller@gmail.com","dop":"2025-04-06","serial_number":"10494592028224830","imei1":"10494592028224830","imei2":"10494592028224830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165286,"job_number":"JOB_165286","tr_customer_id":165303,"tr_customer_product_id":165293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:17.000Z","modified_at":"2026-01-24T03:48:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17529749883360","imei1":"17529749883360","imei2":"17529749883360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165285,"job_number":"JOB_165285","tr_customer_id":165302,"tr_customer_product_id":165292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:17.000Z","modified_at":"2026-01-24T03:48:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17765310761789","imei1":"17765310761789","imei2":"17765310761789","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165284,"job_number":"JOB_165284","tr_customer_id":165301,"tr_customer_product_id":165291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:15.000Z","modified_at":"2026-01-24T03:48:15.000Z","name":"Eleanore Waelchi","mobile_number":"494-580-8033","email_id":"Nicholaus41@hotmail.com","dop":"2025-04-06","serial_number":"17004497639633658","imei1":"17004497639633658","imei2":"17004497639633658","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165279,"job_number":"JOB_165279","tr_customer_id":165296,"tr_customer_product_id":165286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:13.000Z","modified_at":"2026-01-24T03:48:13.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"12294728863929","imei1":"12294728863929","imei2":"12294728863929","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165273,"job_number":"JOB_165273","tr_customer_id":165290,"tr_customer_product_id":165280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:07.000Z","modified_at":"2026-01-24T03:48:07.000Z","name":"Randy Bartell","mobile_number":"744-267-2515","email_id":"Jesus.Bernier3@gmail.com","dop":"2025-04-06","serial_number":"15198429768929360","imei1":"15198429768929360","imei2":"15198429768929360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165271,"job_number":"JOB_165271","tr_customer_id":165288,"tr_customer_product_id":165278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:06.000Z","modified_at":"2026-01-24T03:48:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17838088974483","imei1":"17838088974483","imei2":"17838088974483","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165270,"job_number":"JOB_165270","tr_customer_id":165287,"tr_customer_product_id":165277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:05.000Z","modified_at":"2026-01-24T03:48:05.000Z","name":"Lane Marvin","mobile_number":"347-773-0071","email_id":"Elliott26@gmail.com","dop":"2025-04-06","serial_number":"10739700696448526","imei1":"10739700696448526","imei2":"10739700696448526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165268,"job_number":"JOB_165268","tr_customer_id":165285,"tr_customer_product_id":165275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:04.000Z","modified_at":"2026-01-24T03:48:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11207931997699","imei1":"11207931997699","imei2":"11207931997699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165267,"job_number":"JOB_165267","tr_customer_id":165284,"tr_customer_product_id":165274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:03.000Z","modified_at":"2026-01-24T03:48:03.000Z","name":"Elian Bailey","mobile_number":"611-677-3100","email_id":"Zelda.Becker@gmail.com","dop":"2025-04-06","serial_number":"11024040291763016","imei1":"11024040291763016","imei2":"11024040291763016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165262,"job_number":"JOB_165262","tr_customer_id":165279,"tr_customer_product_id":165269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:01.000Z","modified_at":"2026-01-24T03:48:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17897392810890","imei1":"17897392810890","imei2":"17897392810890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165260,"job_number":"JOB_165260","tr_customer_id":165277,"tr_customer_product_id":165267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:51.000Z","modified_at":"2026-01-24T03:47:51.000Z","name":"Valentin Mayer","mobile_number":"294-293-3528","email_id":"Stewart.Erdman@yahoo.com","dop":"2025-04-06","serial_number":"18195987232686020","imei1":"18195987232686020","imei2":"18195987232686020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165259,"job_number":"JOB_165259","tr_customer_id":165276,"tr_customer_product_id":165266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:49.000Z","modified_at":"2026-01-24T03:47:49.000Z","name":"Shannon Carter","mobile_number":"687-873-5321","email_id":"Donna.Cummings@gmail.com","dop":"2025-04-06","serial_number":"10150034905457890","imei1":"10150034905457890","imei2":"10150034905457890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165257,"job_number":"JOB_165257","tr_customer_id":165274,"tr_customer_product_id":165264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:49.000Z","modified_at":"2026-01-24T03:47:49.000Z","name":"Clifton Cormier","mobile_number":"360-552-5176","email_id":"Brennan_Connelly31@gmail.com","dop":"2025-04-06","serial_number":"10632270433270626","imei1":"10632270433270626","imei2":"10632270433270626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165256,"job_number":"JOB_165256","tr_customer_id":165273,"tr_customer_product_id":165263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:49.000Z","modified_at":"2026-01-24T03:47:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17593207823635","imei1":"17593207823635","imei2":"17593207823635","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165253,"job_number":"JOB_165253","tr_customer_id":165270,"tr_customer_product_id":165260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:48.000Z","modified_at":"2026-01-24T03:47:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13162430385628","imei1":"13162430385628","imei2":"13162430385628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165252,"job_number":"JOB_165252","tr_customer_id":165269,"tr_customer_product_id":165259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:48.000Z","modified_at":"2026-01-24T03:47:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19335628597194","imei1":"19335628597194","imei2":"19335628597194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165250,"job_number":"JOB_165250","tr_customer_id":165267,"tr_customer_product_id":165257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:37.000Z","modified_at":"2026-01-24T03:47:37.000Z","name":"Shawna Treutel","mobile_number":"414-259-4105","email_id":"Lillian.Swift22@yahoo.com","dop":"2025-04-06","serial_number":"12624380476171116","imei1":"12624380476171116","imei2":"12624380476171116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165248,"job_number":"JOB_165248","tr_customer_id":165265,"tr_customer_product_id":165255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:36.000Z","modified_at":"2026-01-24T03:47:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15210621805297","imei1":"15210621805297","imei2":"15210621805297","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165247,"job_number":"JOB_165247","tr_customer_id":165264,"tr_customer_product_id":165254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:35.000Z","modified_at":"2026-01-24T03:47:35.000Z","name":"Isac Ferry","mobile_number":"944-701-4369","email_id":"Pete_Koch@gmail.com","dop":"2025-04-06","serial_number":"14235458838788024","imei1":"14235458838788024","imei2":"14235458838788024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165245,"job_number":"JOB_165245","tr_customer_id":165262,"tr_customer_product_id":165252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:34.000Z","modified_at":"2026-01-24T03:47:34.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19980397546200","imei1":"19980397546200","imei2":"19980397546200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165244,"job_number":"JOB_165244","tr_customer_id":165261,"tr_customer_product_id":165251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:31.000Z","modified_at":"2026-01-24T03:47:31.000Z","name":"Reta Murray","mobile_number":"755-211-7241","email_id":"Mason.Ferry@hotmail.com","dop":"2025-06-18","serial_number":"1048423908180399","imei1":"1048423908180399","imei2":"1048423908180399","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165243,"job_number":"JOB_165243","tr_customer_id":165260,"tr_customer_product_id":165250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:31.000Z","modified_at":"2026-01-24T03:47:31.000Z","name":"Aiyana Rowe","mobile_number":"573-899-3329","email_id":"Zaria53@gmail.com","dop":"2025-04-06","serial_number":"13726684371870338","imei1":"13726684371870338","imei2":"13726684371870338","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165241,"job_number":"JOB_165241","tr_customer_id":165258,"tr_customer_product_id":165248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:30.000Z","modified_at":"2026-01-24T03:47:30.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10265565717621","imei1":"10265565717621","imei2":"10265565717621","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165238,"job_number":"JOB_165238","tr_customer_id":165255,"tr_customer_product_id":165245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:29.000Z","modified_at":"2026-01-24T03:47:29.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"10884333805824","imei1":"10884333805824","imei2":"10884333805824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165235,"job_number":"JOB_165235","tr_customer_id":165252,"tr_customer_product_id":165242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:23.000Z","modified_at":"2026-01-24T03:47:23.000Z","name":"Kristofer Kiehn","mobile_number":"893-355-5862","email_id":"Woodrow_Torp@yahoo.com","dop":"2025-04-06","serial_number":"10326450933890530","imei1":"10326450933890530","imei2":"10326450933890530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165232,"job_number":"JOB_165232","tr_customer_id":165249,"tr_customer_product_id":165239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:22.000Z","modified_at":"2026-01-24T03:47:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16007705472498","imei1":"16007705472498","imei2":"16007705472498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165231,"job_number":"JOB_165231","tr_customer_id":165248,"tr_customer_product_id":165238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:19.000Z","modified_at":"2026-01-24T03:47:19.000Z","name":"Rachel Armstrong","mobile_number":"299-934-8270","email_id":"Cleve_Larkin48@yahoo.com","dop":"2025-04-06","serial_number":"11436319448481816","imei1":"11436319448481816","imei2":"11436319448481816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165229,"job_number":"JOB_165229","tr_customer_id":165246,"tr_customer_product_id":165236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:18.000Z","modified_at":"2026-01-24T03:47:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17375916782165","imei1":"17375916782165","imei2":"17375916782165","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165228,"job_number":"JOB_165228","tr_customer_id":165245,"tr_customer_product_id":165235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:15.000Z","modified_at":"2026-01-24T03:47:15.000Z","name":"Vance Schamberger","mobile_number":"267-876-4459","email_id":"Norval_Kuvalis@gmail.com","dop":"2025-04-06","serial_number":"19611514260066976","imei1":"19611514260066976","imei2":"19611514260066976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165226,"job_number":"JOB_165226","tr_customer_id":165243,"tr_customer_product_id":165233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:10.000Z","modified_at":"2026-01-24T03:47:10.000Z","name":"Bella Stracke","mobile_number":"989-223-0954","email_id":"Florence15@gmail.com","dop":"2025-04-06","serial_number":"18307658520214464","imei1":"18307658520214464","imei2":"18307658520214464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165224,"job_number":"JOB_165224","tr_customer_id":165241,"tr_customer_product_id":165231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:08.000Z","modified_at":"2026-01-24T03:47:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13439910089528","imei1":"13439910089528","imei2":"13439910089528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165222,"job_number":"JOB_165222","tr_customer_id":165239,"tr_customer_product_id":165229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:06.000Z","modified_at":"2026-01-24T03:47:06.000Z","name":"Icie Schaefer","mobile_number":"391-380-1114","email_id":"Rosina83@yahoo.com","dop":"2025-04-06","serial_number":"17355661698514082","imei1":"17355661698514082","imei2":"17355661698514082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165220,"job_number":"JOB_165220","tr_customer_id":165237,"tr_customer_product_id":165227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:56.000Z","modified_at":"2026-01-24T03:46:56.000Z","name":"Patrick Cruickshank","mobile_number":"476-971-6599","email_id":"Madeline32@yahoo.com","dop":"2025-04-06","serial_number":"15163374061810008","imei1":"15163374061810008","imei2":"15163374061810008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165218,"job_number":"JOB_165218","tr_customer_id":165235,"tr_customer_product_id":165225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:54.000Z","modified_at":"2026-01-24T03:46:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11920408539379","imei1":"11920408539379","imei2":"11920408539379","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165217,"job_number":"JOB_165217","tr_customer_id":165234,"tr_customer_product_id":165224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:54.000Z","modified_at":"2026-01-24T03:46:54.000Z","name":"Malachi Mante","mobile_number":"726-459-4971","email_id":"Manley_Schinner97@yahoo.com","dop":"2025-04-06","serial_number":"11847350529309364","imei1":"11847350529309364","imei2":"11847350529309364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165215,"job_number":"JOB_165215","tr_customer_id":165232,"tr_customer_product_id":165222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:53.000Z","modified_at":"2026-01-24T03:46:53.000Z","name":"Jaime Tromp","mobile_number":"520-909-2781","email_id":"Chaz_Harber@hotmail.com","dop":"2025-04-06","serial_number":"14601063717259336","imei1":"14601063717259336","imei2":"14601063717259336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165213,"job_number":"JOB_165213","tr_customer_id":165230,"tr_customer_product_id":165220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:51.000Z","modified_at":"2026-01-24T03:46:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12724244283282","imei1":"12724244283282","imei2":"12724244283282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165212,"job_number":"JOB_165212","tr_customer_id":165229,"tr_customer_product_id":165219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:49.000Z","modified_at":"2026-01-24T03:46:49.000Z","name":"Allene D'Amore","mobile_number":"658-500-3778","email_id":"Alvina_Nolan37@gmail.com","dop":"2025-06-18","serial_number":"1018546429533210","imei1":"1018546429533210","imei2":"1018546429533210","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165210,"job_number":"JOB_165210","tr_customer_id":165227,"tr_customer_product_id":165217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:48.000Z","modified_at":"2026-01-24T03:46:48.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10295864243369","imei1":"10295864243369","imei2":"10295864243369","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165209,"job_number":"JOB_165209","tr_customer_id":165226,"tr_customer_product_id":165216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:47.000Z","modified_at":"2026-01-24T03:46:47.000Z","name":"Zelma Bartoletti","mobile_number":"402-367-0122","email_id":"Georgiana.Mann@hotmail.com","dop":"2025-04-06","serial_number":"18001907938669360","imei1":"18001907938669360","imei2":"18001907938669360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165207,"job_number":"JOB_165207","tr_customer_id":165224,"tr_customer_product_id":165214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:46.000Z","modified_at":"2026-01-24T03:46:46.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10404459839236","imei1":"10404459839236","imei2":"10404459839236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165204,"job_number":"JOB_165204","tr_customer_id":165221,"tr_customer_product_id":165211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:30.000Z","modified_at":"2026-01-24T03:46:30.000Z","name":"Maddison Feest","mobile_number":"515-659-7262","email_id":"Hailey63@yahoo.com","dop":"2025-04-06","serial_number":"15458836469705062","imei1":"15458836469705062","imei2":"15458836469705062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165201,"job_number":"JOB_165201","tr_customer_id":165218,"tr_customer_product_id":165208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:16.000Z","modified_at":"2026-01-24T03:46:16.000Z","name":"Odell Greenfelder","mobile_number":"870-981-9350","email_id":"Justine.Walsh74@gmail.com","dop":"2025-04-06","serial_number":"14988859506061440","imei1":"14988859506061440","imei2":"14988859506061440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165198,"job_number":"JOB_165198","tr_customer_id":165215,"tr_customer_product_id":165205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:04.000Z","modified_at":"2026-01-24T03:46:04.000Z","name":"Amparo Kshlerin","mobile_number":"381-681-8183","email_id":"Vincenza_Collier14@yahoo.com","dop":"2025-04-06","serial_number":"16254909928325924","imei1":"16254909928325924","imei2":"16254909928325924","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165196,"job_number":"JOB_165196","tr_customer_id":165213,"tr_customer_product_id":165203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:03.000Z","modified_at":"2026-01-24T03:46:03.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"11288208623723","imei1":"11288208623723","imei2":"11288208623723","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165195,"job_number":"JOB_165195","tr_customer_id":165212,"tr_customer_product_id":165202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:45:56.000Z","modified_at":"2026-01-24T03:45:56.000Z","name":"Nash Streich","mobile_number":"736-708-8115","email_id":"Conrad_Johnston43@hotmail.com","dop":"2025-04-06","serial_number":"15833176501882092","imei1":"15833176501882092","imei2":"15833176501882092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:45:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165192,"job_number":"JOB_165192","tr_customer_id":165209,"tr_customer_product_id":165199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:29:45.000Z","modified_at":"2026-01-24T03:29:45.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-14","serial_number":"11794514993612","imei1":"18904414473612","imei2":"130779079163712","popurl":"2026-01-14T03:29:42.924599100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165191,"job_number":"JOB_165191","tr_customer_id":165208,"tr_customer_product_id":165198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:08:52.000Z","modified_at":"2026-01-24T03:08:52.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-14","serial_number":"11794514993692","imei1":"18904414473692","imei2":"130779079163792","popurl":"2026-01-14T03:08:49.568922500Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:08:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165189,"job_number":"JOB_165189","tr_customer_id":165206,"tr_customer_product_id":165196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T02:31:59.000Z","modified_at":"2026-01-24T02:31:59.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-14","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-14T02:31:56.148478100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T02:31:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165188,"job_number":"JOB_165188","tr_customer_id":165205,"tr_customer_product_id":165195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-23T23:42:57.000Z","modified_at":"2026-01-23T23:42:57.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-13","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-13T23:42:57.457039208Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-23T23:42:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165187,"job_number":"JOB_165187","tr_customer_id":165204,"tr_customer_product_id":165194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-23T23:40:30.000Z","modified_at":"2026-01-23T23:40:30.000Z","name":"Radha Trivedi","mobile_number":"7024030579","email_id":"bodhan.gowda@yahoo.co.in","dop":"2026-01-13","serial_number":"658147176491614","imei1":"658147176491614","imei2":"658147176491614","popurl":"www.agrata-embranthiri.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-23T23:40:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165186,"job_number":"JOB_165186","tr_customer_id":165203,"tr_customer_product_id":165193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-23T23:40:30.000Z","modified_at":"2026-01-23T23:40:30.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-13","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-13T23:40:29.666528997Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-23T23:40:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165430,"job_number":"JOB_165430","tr_customer_id":165447,"tr_customer_product_id":165437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:37:21.000Z","modified_at":"2026-01-24T04:37:21.000Z","name":"Amodini Panicker","mobile_number":"8240874778","email_id":"prem.chopra@yahoo.co.in","dop":"2026-01-14","serial_number":"953753765593979","imei1":"346468571859408","imei2":"110605895740800","popurl":"www.chandani-asan.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:37:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165378,"job_number":"JOB_165378","tr_customer_id":165395,"tr_customer_product_id":165385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:01:58.000Z","modified_at":"2026-01-24T04:01:58.000Z","name":"Janis Doyle","mobile_number":"789-498-2468","email_id":"Craig_Jacobson51@hotmail.com","dop":"2025-11-09","serial_number":"33286636283367","imei1":"33286636283367","imei2":"33286636283367","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:01:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165331,"job_number":"JOB_165331","tr_customer_id":165348,"tr_customer_product_id":165338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:05.000Z","modified_at":"2026-01-24T03:49:05.000Z","name":"Chandler Hirthe","mobile_number":"305-637-7431","email_id":"Kenya_Bahringer@gmail.com","dop":"2025-06-09","serial_number":"74114767894301950","imei1":"74114767894301950","imei2":"74114767894301950","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165330,"job_number":"JOB_165330","tr_customer_id":165347,"tr_customer_product_id":165337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:03.000Z","modified_at":"2026-01-24T03:49:03.000Z","name":"Herminia Gerhold","mobile_number":"269-491-7625","email_id":"Clementine_Balistreri@yahoo.com","dop":"2025-06-09","serial_number":"101567892864210","imei1":"101567892864210","imei2":"101567892864210","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165328,"job_number":"JOB_165328","tr_customer_id":165345,"tr_customer_product_id":165335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:03.000Z","modified_at":"2026-01-24T03:49:03.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"108655859389815","imei1":"108655859389815","imei2":"108655859389815","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165319,"job_number":"JOB_165319","tr_customer_id":165336,"tr_customer_product_id":165326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:49.000Z","modified_at":"2026-01-24T03:48:49.000Z","name":"Roselyn Welch","mobile_number":"985-636-0881","email_id":"Orlando.Mayer34@hotmail.com","dop":"2025-06-09","serial_number":"101563529608687","imei1":"101563529608687","imei2":"101563529608687","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165316,"job_number":"JOB_165316","tr_customer_id":165333,"tr_customer_product_id":165323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:48.000Z","modified_at":"2026-01-24T03:48:48.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106297103739946","imei1":"106297103739946","imei2":"106297103739946","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165304,"job_number":"JOB_165304","tr_customer_id":165321,"tr_customer_product_id":165311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:36.000Z","modified_at":"2026-01-24T03:48:36.000Z","name":"Mossie Oberbrunner","mobile_number":"702-524-7924","email_id":"Deangelo_Moore@yahoo.com","dop":"2025-06-09","serial_number":"20315345858026310","imei1":"20315345858026310","imei2":"20315345858026310","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165302,"job_number":"JOB_165302","tr_customer_id":165319,"tr_customer_product_id":165309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:34.000Z","modified_at":"2026-01-24T03:48:34.000Z","name":"Ed Thompson","mobile_number":"701-260-0323","email_id":"Mackenzie.Deckow3@gmail.com","dop":"2025-06-09","serial_number":"104727413155763","imei1":"104727413155763","imei2":"104727413155763","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165300,"job_number":"JOB_165300","tr_customer_id":165317,"tr_customer_product_id":165307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:34.000Z","modified_at":"2026-01-24T03:48:34.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109211789309755","imei1":"109211789309755","imei2":"109211789309755","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165282,"job_number":"JOB_165282","tr_customer_id":165299,"tr_customer_product_id":165289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:14.000Z","modified_at":"2026-01-24T03:48:14.000Z","name":"Earline Fahey","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"105164321720542","imei1":"105164321720542","imei2":"105164321720542","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165280,"job_number":"JOB_165280","tr_customer_id":165297,"tr_customer_product_id":165287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:14.000Z","modified_at":"2026-01-24T03:48:14.000Z","name":"Alyce Kling","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101704248277401","imei1":"101704248277401","imei2":"101704248277401","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165277,"job_number":"JOB_165277","tr_customer_id":165294,"tr_customer_product_id":165284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:13.000Z","modified_at":"2026-01-24T03:48:13.000Z","name":"Rodger Welch","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"151961029544427","imei1":"151961029544427","imei2":"151961029544427","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165276,"job_number":"JOB_165276","tr_customer_id":165293,"tr_customer_product_id":165283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:13.000Z","modified_at":"2026-01-24T03:48:13.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"128018002721617","imei1":"128018002721617","imei2":"128018002721617","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165266,"job_number":"JOB_165266","tr_customer_id":165283,"tr_customer_product_id":165273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:02.000Z","modified_at":"2026-01-24T03:48:02.000Z","name":"Ericka Schmitt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"156337493072168","imei1":"156337493072168","imei2":"156337493072168","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165265,"job_number":"JOB_165265","tr_customer_id":165282,"tr_customer_product_id":165272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:02.000Z","modified_at":"2026-01-24T03:48:02.000Z","name":"Merritt Kuhic","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"197622394715727","imei1":"197622394715727","imei2":"197622394715727","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165263,"job_number":"JOB_165263","tr_customer_id":165280,"tr_customer_product_id":165270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:02.000Z","modified_at":"2026-01-24T03:48:02.000Z","name":"Samir Heaney","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"170699904011310","imei1":"170699904011310","imei2":"170699904011310","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165261,"job_number":"JOB_165261","tr_customer_id":165278,"tr_customer_product_id":165268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:01.000Z","modified_at":"2026-01-24T03:48:01.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"184299283237916","imei1":"184299283237916","imei2":"184299283237916","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165251,"job_number":"JOB_165251","tr_customer_id":165268,"tr_customer_product_id":165258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:38.000Z","modified_at":"2026-01-24T03:47:38.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Retha93@gmail.com","dop":"2025-07-02","serial_number":"15378550413215","imei1":"15378550413215","imei2":"15378550413215","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165234,"job_number":"JOB_165234","tr_customer_id":165251,"tr_customer_product_id":165241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:22.000Z","modified_at":"2026-01-24T03:47:22.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Nicola73@hotmail.com","dop":"2025-07-02","serial_number":"19886404242755","imei1":"19886404242755","imei2":"19886404242755","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165223,"job_number":"JOB_165223","tr_customer_id":165240,"tr_customer_product_id":165230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:06.000Z","modified_at":"2026-01-24T03:47:06.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Mckenzie.Franecki0@yahoo.com","dop":"2025-07-02","serial_number":"19433006903996","imei1":"19433006903996","imei2":"19433006903996","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 234ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept-Language en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5d9357ad-df57-4a5d-9907-3b0a4dcee902
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 56
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-H3shGFl7q/f00cdfdnM00wx0Ems"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:24 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNjR9.GQWX5k4SyGSqbG1B34fLo81iQBczZ7RLjO_ZjLtQ-rM"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 229ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNjR9.GQWX5k4SyGSqbG1B34fLo81iQBczZ7RLjO_ZjLtQ-rM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d56ab282-4f9e-4811-a74f-ffb4042faad8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:24 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 249ms
Mean size per request: 163B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNjR9.GQWX5k4SyGSqbG1B34fLo81iQBczZ7RLjO_ZjLtQ-rM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 69974aa0-be5e-4954-bf6a-18ae80541e94
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 163
ETag W/"a3-nhTSOVC1Xtfn5XsWYbV+6MK5q2s"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:25 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":2},{"label":"Repair completed","key":"repair_completed","count":74}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 253ms
Mean size per request: 1.95KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNjR9.GQWX5k4SyGSqbG1B34fLo81iQBczZ7RLjO_ZjLtQ-rM
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token be17bafc-748f-480b-8bd1-a5a4ed0d8b36
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{"details_key":"pending_for_repair"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7ce-K8Pxn/c9kIky+TtjXKuzjuOMRwM"
Vary Accept-Encoding
Content-Encoding gzip
Date Sat, 24 Jan 2026 06:14:25 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":165190,"job_number":"JOB_165190","tr_customer_id":165207,"tr_customer_product_id":165197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T02:40:48.000Z","modified_at":"2026-01-24T02:41:09.000Z","name":"Berry Bergstrom","mobile_number":"829-478-1502","email_id":"Haley.Rolfson@gmail.com","dop":"2026-01-04","serial_number":"15045935714565","imei1":"15045935714565","imei2":"15045935714565","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-24T02:41:09.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":165565,"job_number":"JOB_165565","tr_customer_id":165582,"tr_customer_product_id":165572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T06:14:18.000Z","modified_at":"2026-01-24T06:14:23.000Z","name":"Gertrude Brown","mobile_number":"911-718-6603","email_id":"Trever_Reichert66@yahoo.com","dop":"2025-11-04","serial_number":"45886525775194","imei1":"45886525775194","imei2":"45886525775194","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-24T06:14:23.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 247ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNjR9.GQWX5k4SyGSqbG1B34fLo81iQBczZ7RLjO_ZjLtQ-rM
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b20b022a-7735-423b-8407-9428c7353b9a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:25 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 461ms
Mean size per request: 2.33KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNjR9.GQWX5k4SyGSqbG1B34fLo81iQBczZ7RLjO_ZjLtQ-rM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4d789fa0-995d-42c0-9496-3b0ea712c30f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"957-W5lsgoNV35LpMUYmTs/WCgawveg"
Vary Accept-Encoding
Content-Encoding gzip
Date Sat, 24 Jan 2026 06:14:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":165565,"job_number":"JOB_165565","tr_customer_id":165582,"tr_customer_product_id":165572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T06:14:18.000Z","modified_at":"2026-01-24T06:14:23.000Z","name":"Gertrude Brown","mobile_number":"911-718-6603","email_id":"Trever_Reichert66@yahoo.com","dop":"2025-11-04","serial_number":"45886525775194","imei1":"45886525775194","imei2":"45886525775194","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-24T06:14:23.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":165565,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-24T06:14:18.000Z"}],"quatations":[]},{"id":165190,"job_number":"JOB_165190","tr_customer_id":165207,"tr_customer_product_id":165197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T02:40:48.000Z","modified_at":"2026-01-24T02:41:09.000Z","name":"Berry Bergstrom","mobile_number":"829-478-1502","email_id":"Haley.Rolfson@gmail.com","dop":"2026-01-04","serial_number":"15045935714565","imei1":"15045935714565","imei2":"15045935714565","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-24T02:41:09.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":165190,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-24T02:40:48.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 239ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNjR9.GQWX5k4SyGSqbG1B34fLo81iQBczZ7RLjO_ZjLtQ-rM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 36dacfd5-f35f-459e-841b-8f606973e3be
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Sat, 24 Jan 2026 06:14:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 238ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNjR9.GQWX5k4SyGSqbG1B34fLo81iQBczZ7RLjO_ZjLtQ-rM
Content-Type application/json
Accept application/json, text/plain, */*
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7264796a-26a4-4dfa-a3fc-626eac39cc20
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 136
Request Body
{
            "job_id":165565,
            "problems": [
                {
                    "id": 3,
                    "remark": "Reinstalled OS"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 230ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5600fa82-c2e1-41fd-9804-c6f7878db553
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 55
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-4FSjTwTkXE6O76ssr4oYpTPuf4Y"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTIzNTI2Nn0.chWELnOiFegipZampryYX62bU0myHRJmsQGogFy0Zac"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 231ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTIzNTI2Nn0.chWELnOiFegipZampryYX62bU0myHRJmsQGogFy0Zac
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2c93ef2f-f968-42f8-9adb-0fa2c79ba946
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 255ms
Mean size per request: 201B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTIzNTI2Nn0.chWELnOiFegipZampryYX62bU0myHRJmsQGogFy0Zac
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 92cda5ae-6ac7-41e3-afa0-ac31778eea26
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 201
ETag W/"c9-AWRF6VCBvOVSl315iA1Hv2W5j+g"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":2},{"label":"QC Completed","key":"qc_completed","count":73},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 231ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTIzNTI2Nn0.chWELnOiFegipZampryYX62bU0myHRJmsQGogFy0Zac
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2cfad8ac-b7c5-49cb-a42a-a2b441708871
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 281ms
Mean size per request: 70.59KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTIzNTI2Nn0.chWELnOiFegipZampryYX62bU0myHRJmsQGogFy0Zac
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fe9e5051-711b-480a-a6e3-8e2b13bb6804
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"11a61-18T/NG2BFyZ5LdNMupwYGmLn+yo"
Vary Accept-Encoding
Content-Encoding gzip
Date Sat, 24 Jan 2026 06:14:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":165562,"job_number":"JOB_165562","tr_customer_id":165579,"tr_customer_product_id":165569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:52:54.000Z","modified_at":"2026-01-24T05:53:20.000Z","name":"Henry Hermann","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"134171379839264","imei1":"134171379839264","imei2":"134171379839264","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T05:53:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165559,"job_number":"JOB_165559","tr_customer_id":165576,"tr_customer_product_id":165566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:52:24.000Z","modified_at":"2026-01-24T05:52:49.000Z","name":"Nelda Harber","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"172926269145155","imei1":"172926269145155","imei2":"172926269145155","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T05:52:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165556,"job_number":"JOB_165556","tr_customer_id":165573,"tr_customer_product_id":165563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:51:53.000Z","modified_at":"2026-01-24T05:52:19.000Z","name":"Maida Dicki","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"103894538511916","imei1":"103894538511916","imei2":"103894538511916","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T05:52:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165508,"job_number":"JOB_165508","tr_customer_id":165525,"tr_customer_product_id":165515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:28.000Z","modified_at":"2026-01-24T05:29:05.000Z","name":"Orie Little","mobile_number":"525-384-1398","email_id":"Guiseppe_Smitham@yahoo.com","dop":"2025-04-06","serial_number":"15957412024678","imei1":"15957412024678","imei2":"15957412024678","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T05:29:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165506,"job_number":"JOB_165506","tr_customer_id":165523,"tr_customer_product_id":165513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:27:38.000Z","modified_at":"2026-01-24T05:28:15.000Z","name":"Aiden Rohan","mobile_number":"918-852-3017","email_id":"Alexzander29@yahoo.com","dop":"2025-04-06","serial_number":"17318834713118","imei1":"17318834713118","imei2":"17318834713118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T05:28:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165462,"job_number":"JOB_165462","tr_customer_id":165479,"tr_customer_product_id":165469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:53:12.000Z","modified_at":"2026-01-24T04:53:52.000Z","name":"Karine Von","mobile_number":"981-312-0876","email_id":"Demetris89@gmail.com","dop":"2025-04-06","serial_number":"14873249974537","imei1":"14873249974537","imei2":"14873249974537","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T04:53:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165460,"job_number":"JOB_165460","tr_customer_id":165477,"tr_customer_product_id":165467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:52:53.000Z","modified_at":"2026-01-24T04:53:28.000Z","name":"Orion Brekke","mobile_number":"914-538-2054","email_id":"Barbara60@gmail.com","dop":"2025-04-06","serial_number":"11934189118319","imei1":"11934189118319","imei2":"11934189118319","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T04:53:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165434,"job_number":"JOB_165434","tr_customer_id":165451,"tr_customer_product_id":165441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:39:42.000Z","modified_at":"2026-01-24T04:39:52.000Z","name":"Christelle McClure","mobile_number":"431-767-5068","email_id":"Shayne.Corkery50@yahoo.com","dop":"2025-07-01","serial_number":"109327534425204","imei1":"109327534425204","imei2":"109327534425204","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T04:39:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165432,"job_number":"JOB_165432","tr_customer_id":165449,"tr_customer_product_id":165439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:39:30.000Z","modified_at":"2026-01-24T04:39:40.000Z","name":"Gabriella Kerluke","mobile_number":"737-317-0547","email_id":"Geovany_Weimann51@hotmail.com","dop":"2025-07-01","serial_number":"103814157588324","imei1":"103814157588324","imei2":"103814157588324","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T04:39:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165385,"job_number":"JOB_165385","tr_customer_id":165402,"tr_customer_product_id":165392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:24:46.000Z","modified_at":"2026-01-24T04:25:22.000Z","name":"Andrew Leuschke","mobile_number":"991-281-6403","email_id":"Lafayette.Keebler86@hotmail.com","dop":"2025-04-06","serial_number":"12956495377567","imei1":"12956495377567","imei2":"12956495377567","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T04:25:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165383,"job_number":"JOB_165383","tr_customer_id":165400,"tr_customer_product_id":165390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:24:03.000Z","modified_at":"2026-01-24T04:24:39.000Z","name":"Ron Marks","mobile_number":"774-779-5594","email_id":"Ressie.Barrows16@yahoo.com","dop":"2025-04-06","serial_number":"10234358658673","imei1":"10234358658673","imei2":"10234358658673","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T04:24:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165381,"job_number":"JOB_165381","tr_customer_id":165398,"tr_customer_product_id":165388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:23:20.000Z","modified_at":"2026-01-24T04:23:56.000Z","name":"Georgiana Roberts","mobile_number":"287-318-6889","email_id":"Sydney_Jones@yahoo.com","dop":"2025-04-06","serial_number":"18511483938795","imei1":"18511483938795","imei2":"18511483938795","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T04:23:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165380,"job_number":"JOB_165380","tr_customer_id":165397,"tr_customer_product_id":165387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:21:44.000Z","modified_at":"2026-01-24T04:37:53.000Z","name":"Kraig Mayert","mobile_number":"891-347-5577","email_id":"Berta5@gmail.com","dop":"2026-01-04","serial_number":"14536486101644","imei1":"14536486101644","imei2":"14536486101644","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-24T04:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165354,"job_number":"JOB_165354","tr_customer_id":165371,"tr_customer_product_id":165361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:50:08.000Z","modified_at":"2026-01-24T03:50:45.000Z","name":"Jovany Hintz","mobile_number":"799-242-0870","email_id":"Anjali63@gmail.com","dop":"2025-04-06","serial_number":"19172633001544","imei1":"19172633001544","imei2":"19172633001544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165351,"job_number":"JOB_165351","tr_customer_id":165368,"tr_customer_product_id":165358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:52.000Z","modified_at":"2026-01-24T03:50:27.000Z","name":"Rebekah Crooks","mobile_number":"389-639-8225","email_id":"Nikolas34@hotmail.com","dop":"2025-04-06","serial_number":"11070167175546","imei1":"11070167175546","imei2":"11070167175546","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:50:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165345,"job_number":"JOB_165345","tr_customer_id":165362,"tr_customer_product_id":165352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:32.000Z","modified_at":"2026-01-24T03:50:08.000Z","name":"Patsy Wilkinson","mobile_number":"464-558-4664","email_id":"Hellen65@yahoo.com","dop":"2025-04-06","serial_number":"14910771462650","imei1":"14910771462650","imei2":"14910771462650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:50:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165341,"job_number":"JOB_165341","tr_customer_id":165358,"tr_customer_product_id":165348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:23.000Z","modified_at":"2026-01-24T03:50:00.000Z","name":"Jacklyn Wisoky","mobile_number":"535-964-6142","email_id":"Constantin70@gmail.com","dop":"2025-04-06","serial_number":"18620551817047","imei1":"18620551817047","imei2":"18620551817047","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165339,"job_number":"JOB_165339","tr_customer_id":165356,"tr_customer_product_id":165346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:22.000Z","modified_at":"2026-01-24T03:50:02.000Z","name":"Myah Littel","mobile_number":"826-946-1503","email_id":"Eldon_Okuneva@hotmail.com","dop":"2025-04-06","serial_number":"17876708639977","imei1":"17876708639977","imei2":"17876708639977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165336,"job_number":"JOB_165336","tr_customer_id":165353,"tr_customer_product_id":165343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:13.000Z","modified_at":"2026-01-24T03:49:49.000Z","name":"Willard Borer","mobile_number":"429-871-0550","email_id":"Kyler75@hotmail.com","dop":"2025-04-06","serial_number":"17655381050455","imei1":"17655381050455","imei2":"17655381050455","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165333,"job_number":"JOB_165333","tr_customer_id":165350,"tr_customer_product_id":165340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:10.000Z","modified_at":"2026-01-24T03:49:45.000Z","name":"Selina Konopelski","mobile_number":"662-684-1473","email_id":"Daren37@gmail.com","dop":"2025-04-06","serial_number":"15675762155541","imei1":"15675762155541","imei2":"15675762155541","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165325,"job_number":"JOB_165325","tr_customer_id":165342,"tr_customer_product_id":165332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:56.000Z","modified_at":"2026-01-24T03:49:31.000Z","name":"Deron Howell","mobile_number":"264-228-4633","email_id":"Remington.Kuhic@hotmail.com","dop":"2025-04-06","serial_number":"12100932487775","imei1":"12100932487775","imei2":"12100932487775","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165320,"job_number":"JOB_165320","tr_customer_id":165337,"tr_customer_product_id":165327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:49.000Z","modified_at":"2026-01-24T03:49:25.000Z","name":"Calista Bins","mobile_number":"304-317-4356","email_id":"Cristina97@yahoo.com","dop":"2025-04-06","serial_number":"13874467875541","imei1":"13874467875541","imei2":"13874467875541","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165313,"job_number":"JOB_165313","tr_customer_id":165330,"tr_customer_product_id":165320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:47.000Z","modified_at":"2026-01-24T03:49:22.000Z","name":"Daisy Jacobson","mobile_number":"512-397-9519","email_id":"Magdalen_Lehner12@yahoo.com","dop":"2025-04-06","serial_number":"10176441396311","imei1":"10176441396311","imei2":"10176441396311","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165311,"job_number":"JOB_165311","tr_customer_id":165328,"tr_customer_product_id":165318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:46.000Z","modified_at":"2026-01-24T03:49:23.000Z","name":"Ivory Wolf","mobile_number":"711-712-3147","email_id":"Thalia.Jerde38@hotmail.com","dop":"2025-04-06","serial_number":"10166449174588","imei1":"10166449174588","imei2":"10166449174588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165308,"job_number":"JOB_165308","tr_customer_id":165325,"tr_customer_product_id":165315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:40.000Z","modified_at":"2026-01-24T03:49:16.000Z","name":"Esmeralda Ruecker","mobile_number":"495-546-8924","email_id":"Kallie.Hartmann@hotmail.com","dop":"2025-04-06","serial_number":"16913730069897","imei1":"16913730069897","imei2":"16913730069897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165305,"job_number":"JOB_165305","tr_customer_id":165322,"tr_customer_product_id":165312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:36.000Z","modified_at":"2026-01-24T03:49:14.000Z","name":"Colleen Swift","mobile_number":"782-630-7179","email_id":"Rosie64@gmail.com","dop":"2025-04-06","serial_number":"10497813776174","imei1":"10497813776174","imei2":"10497813776174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165298,"job_number":"JOB_165298","tr_customer_id":165315,"tr_customer_product_id":165305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:31.000Z","modified_at":"2026-01-24T03:49:06.000Z","name":"Nicole Steuber","mobile_number":"583-703-3100","email_id":"Sabrina29@yahoo.com","dop":"2025-04-06","serial_number":"14853994153611","imei1":"14853994153611","imei2":"14853994153611","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165294,"job_number":"JOB_165294","tr_customer_id":165311,"tr_customer_product_id":165301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:28.000Z","modified_at":"2026-01-24T03:49:01.000Z","name":"Marlee Luettgen","mobile_number":"467-319-1714","email_id":"Irwin31@gmail.com","dop":"2025-04-06","serial_number":"12930018441064","imei1":"12930018441064","imei2":"12930018441064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165292,"job_number":"JOB_165292","tr_customer_id":165309,"tr_customer_product_id":165299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:28.000Z","modified_at":"2026-01-24T03:49:03.000Z","name":"Polly Bednar","mobile_number":"886-599-9228","email_id":"Kaley_Schuster@gmail.com","dop":"2025-04-06","serial_number":"11166809691436","imei1":"11166809691436","imei2":"11166809691436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165288,"job_number":"JOB_165288","tr_customer_id":165305,"tr_customer_product_id":165295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:17.000Z","modified_at":"2026-01-24T03:48:52.000Z","name":"Amalia Schulist","mobile_number":"600-631-6223","email_id":"Mae13@yahoo.com","dop":"2025-04-06","serial_number":"17696535419523","imei1":"17696535419523","imei2":"17696535419523","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165287,"job_number":"JOB_165287","tr_customer_id":165304,"tr_customer_product_id":165294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:17.000Z","modified_at":"2026-01-24T03:48:53.000Z","name":"Lizzie Sporer","mobile_number":"455-427-1911","email_id":"Lessie_Feeney@hotmail.com","dop":"2025-04-06","serial_number":"11151640209231","imei1":"11151640209231","imei2":"11151640209231","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165281,"job_number":"JOB_165281","tr_customer_id":165298,"tr_customer_product_id":165288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:14.000Z","modified_at":"2026-01-24T03:48:49.000Z","name":"Ora Zboncak","mobile_number":"633-644-2072","email_id":"Forrest.Goodwin33@yahoo.com","dop":"2025-04-06","serial_number":"10864419329946","imei1":"10864419329946","imei2":"10864419329946","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165272,"job_number":"JOB_165272","tr_customer_id":165289,"tr_customer_product_id":165279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:06.000Z","modified_at":"2026-01-24T03:48:42.000Z","name":"Gennaro Bergstrom","mobile_number":"601-534-9004","email_id":"Kristian94@hotmail.com","dop":"2025-04-06","serial_number":"13617331936404","imei1":"13617331936404","imei2":"13617331936404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165269,"job_number":"JOB_165269","tr_customer_id":165286,"tr_customer_product_id":165276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:04.000Z","modified_at":"2026-01-24T03:48:40.000Z","name":"Wayne Rosenbaum","mobile_number":"580-577-6365","email_id":"Hallie.Stamm@yahoo.com","dop":"2025-04-06","serial_number":"13528751543087","imei1":"13528751543087","imei2":"13528751543087","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165264,"job_number":"JOB_165264","tr_customer_id":165281,"tr_customer_product_id":165271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:02.000Z","modified_at":"2026-01-24T03:48:38.000Z","name":"Johann Botsford","mobile_number":"632-683-7666","email_id":"Aleen79@hotmail.com","dop":"2025-04-06","serial_number":"10107523326127","imei1":"10107523326127","imei2":"10107523326127","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165258,"job_number":"JOB_165258","tr_customer_id":165275,"tr_customer_product_id":165265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:49.000Z","modified_at":"2026-01-24T03:48:28.000Z","name":"Bud Tremblay","mobile_number":"859-525-2976","email_id":"Stevie.Tillman@gmail.com","dop":"2025-04-06","serial_number":"18140877880880","imei1":"18140877880880","imei2":"18140877880880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165255,"job_number":"JOB_165255","tr_customer_id":165272,"tr_customer_product_id":165262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:48.000Z","modified_at":"2026-01-24T03:48:21.000Z","name":"Christopher Quitzon","mobile_number":"694-976-8037","email_id":"Halie_Ruecker48@gmail.com","dop":"2025-04-06","serial_number":"14425112581044","imei1":"14425112581044","imei2":"14425112581044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165254,"job_number":"JOB_165254","tr_customer_id":165271,"tr_customer_product_id":165261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:48.000Z","modified_at":"2026-01-24T03:48:23.000Z","name":"Geo Wyman","mobile_number":"929-440-1257","email_id":"Mackenzie49@hotmail.com","dop":"2025-04-06","serial_number":"14175926824094","imei1":"14175926824094","imei2":"14175926824094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165249,"job_number":"JOB_165249","tr_customer_id":165266,"tr_customer_product_id":165256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:36.000Z","modified_at":"2026-01-24T03:48:10.000Z","name":"Delilah Dooley","mobile_number":"468-942-5942","email_id":"Marcella_Hamill@yahoo.com","dop":"2025-04-06","serial_number":"16574777996611","imei1":"16574777996611","imei2":"16574777996611","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165246,"job_number":"JOB_165246","tr_customer_id":165263,"tr_customer_product_id":165253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:34.000Z","modified_at":"2026-01-24T03:48:10.000Z","name":"Teresa Casper","mobile_number":"997-814-3496","email_id":"Serena91@hotmail.com","dop":"2025-04-06","serial_number":"19783290971610","imei1":"19783290971610","imei2":"19783290971610","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165242,"job_number":"JOB_165242","tr_customer_id":165259,"tr_customer_product_id":165249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:31.000Z","modified_at":"2026-01-24T03:48:06.000Z","name":"Alphonso Jaskolski","mobile_number":"509-715-9500","email_id":"Jaydon_Little31@yahoo.com","dop":"2025-06-18","serial_number":"10487996669797","imei1":"10487996669797","imei2":"10487996669797","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165239,"job_number":"JOB_165239","tr_customer_id":165256,"tr_customer_product_id":165246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:29.000Z","modified_at":"2026-01-24T03:48:05.000Z","name":"Garth Schmidt","mobile_number":"496-561-9172","email_id":"Macie_Cartwright@hotmail.com","dop":"2025-04-06","serial_number":"14168896875444","imei1":"14168896875444","imei2":"14168896875444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165233,"job_number":"JOB_165233","tr_customer_id":165250,"tr_customer_product_id":165240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:22.000Z","modified_at":"2026-01-24T03:47:57.000Z","name":"Milford Lynch","mobile_number":"228-835-4546","email_id":"Fredy.Auer@yahoo.com","dop":"2025-04-06","serial_number":"12879513286869","imei1":"12879513286869","imei2":"12879513286869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165230,"job_number":"JOB_165230","tr_customer_id":165247,"tr_customer_product_id":165237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:18.000Z","modified_at":"2026-01-24T03:47:54.000Z","name":"Diego Dicki","mobile_number":"423-553-3094","email_id":"Joany_Johnson@gmail.com","dop":"2025-04-06","serial_number":"15733339361868","imei1":"15733339361868","imei2":"15733339361868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165227,"job_number":"JOB_165227","tr_customer_id":165244,"tr_customer_product_id":165234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:13.000Z","modified_at":"2026-01-24T03:47:49.000Z","name":"Lessie Cremin","mobile_number":"631-594-4467","email_id":"Jarvis_Bogisich@gmail.com","dop":"2025-04-06","serial_number":"10525826858687","imei1":"10525826858687","imei2":"10525826858687","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165225,"job_number":"JOB_165225","tr_customer_id":165242,"tr_customer_product_id":165232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:08.000Z","modified_at":"2026-01-24T03:47:41.000Z","name":"Idell Larkin","mobile_number":"883-330-4689","email_id":"Mariela.McLaughlin@hotmail.com","dop":"2025-04-06","serial_number":"12915115221935","imei1":"12915115221935","imei2":"12915115221935","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165221,"job_number":"JOB_165221","tr_customer_id":165238,"tr_customer_product_id":165228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:04.000Z","modified_at":"2026-01-24T03:47:38.000Z","name":"Ryann Romaguera","mobile_number":"419-395-6523","email_id":"Thora.Kirlin@gmail.com","dop":"2025-04-06","serial_number":"14447140594622","imei1":"14447140594622","imei2":"14447140594622","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165219,"job_number":"JOB_165219","tr_customer_id":165236,"tr_customer_product_id":165226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:55.000Z","modified_at":"2026-01-24T03:47:29.000Z","name":"Karlee Rempel","mobile_number":"985-431-9206","email_id":"Carli71@hotmail.com","dop":"2025-04-06","serial_number":"12841736426590","imei1":"12841736426590","imei2":"12841736426590","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165216,"job_number":"JOB_165216","tr_customer_id":165233,"tr_customer_product_id":165223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:53.000Z","modified_at":"2026-01-24T03:47:29.000Z","name":"Ursula Lakin","mobile_number":"696-974-4969","email_id":"Russel_Prohaska85@gmail.com","dop":"2025-04-06","serial_number":"15909922008324","imei1":"15909922008324","imei2":"15909922008324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165214,"job_number":"JOB_165214","tr_customer_id":165231,"tr_customer_product_id":165221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:51.000Z","modified_at":"2026-01-24T03:47:27.000Z","name":"Alfred Williamson","mobile_number":"489-359-7036","email_id":"Marley12@gmail.com","dop":"2025-04-06","serial_number":"11260948827689","imei1":"11260948827689","imei2":"11260948827689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165211,"job_number":"JOB_165211","tr_customer_id":165228,"tr_customer_product_id":165218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:49.000Z","modified_at":"2026-01-24T03:47:23.000Z","name":"Donato Balistreri","mobile_number":"979-678-7990","email_id":"Emma20@yahoo.com","dop":"2025-06-18","serial_number":"10769688366220","imei1":"10769688366220","imei2":"10769688366220","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165208,"job_number":"JOB_165208","tr_customer_id":165225,"tr_customer_product_id":165215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:46.000Z","modified_at":"2026-01-24T03:47:22.000Z","name":"Arvid Langosh","mobile_number":"507-835-9223","email_id":"Freddie.Conroy89@hotmail.com","dop":"2025-04-06","serial_number":"12680589231953","imei1":"12680589231953","imei2":"12680589231953","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165203,"job_number":"JOB_165203","tr_customer_id":165220,"tr_customer_product_id":165210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:28.000Z","modified_at":"2026-01-24T03:47:03.000Z","name":"Kasandra Lakin","mobile_number":"610-278-8319","email_id":"Catherine_McKenzie20@hotmail.com","dop":"2025-04-06","serial_number":"16245445778918","imei1":"16245445778918","imei2":"16245445778918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165200,"job_number":"JOB_165200","tr_customer_id":165217,"tr_customer_product_id":165207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:15.000Z","modified_at":"2026-01-24T03:46:49.000Z","name":"Janessa Lang","mobile_number":"636-502-3354","email_id":"Alford.Koepp77@yahoo.com","dop":"2025-04-06","serial_number":"18282570152671","imei1":"18282570152671","imei2":"18282570152671","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:46:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165199,"job_number":"JOB_165199","tr_customer_id":165216,"tr_customer_product_id":165206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:05.000Z","modified_at":"2026-01-24T03:46:13.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"78408771303540","imei1":"78408771303540","imei2":"78408771303540","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:46:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165197,"job_number":"JOB_165197","tr_customer_id":165214,"tr_customer_product_id":165204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:03.000Z","modified_at":"2026-01-24T03:46:39.000Z","name":"Mona Gulgowski","mobile_number":"553-969-1357","email_id":"Jaqueline97@gmail.com","dop":"2025-04-06","serial_number":"10594313299913","imei1":"10594313299913","imei2":"10594313299913","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:46:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165194,"job_number":"JOB_165194","tr_customer_id":165211,"tr_customer_product_id":165201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:45:54.000Z","modified_at":"2026-01-24T03:46:30.000Z","name":"Mathilde Terry","mobile_number":"874-239-5346","email_id":"Nelson.Beatty4@hotmail.com","dop":"2025-04-06","serial_number":"17648778917670","imei1":"17648778917670","imei2":"17648778917670","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:46:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165193,"job_number":"JOB_165193","tr_customer_id":165210,"tr_customer_product_id":165200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:45:54.000Z","modified_at":"2026-01-24T03:46:02.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"105816843894228","imei1":"105816843894228","imei2":"105816843894228","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:46:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165377,"job_number":"JOB_165377","tr_customer_id":165394,"tr_customer_product_id":165384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:29.000Z","modified_at":"2026-01-24T03:57:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"94153004613839","imei1":"94153004613839","imei2":"94153004613839","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165370,"job_number":"JOB_165370","tr_customer_id":165387,"tr_customer_product_id":165377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:00.000Z","modified_at":"2026-01-24T03:57:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20155290712716","imei1":"20155290712716","imei2":"20155290712716","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165363,"job_number":"JOB_165363","tr_customer_id":165380,"tr_customer_product_id":165370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:30.000Z","modified_at":"2026-01-24T03:56:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62267676982266","imei1":"62267676982266","imei2":"62267676982266","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:56:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165348,"job_number":"JOB_165348","tr_customer_id":165365,"tr_customer_product_id":165355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:39.000Z","modified_at":"2026-01-24T03:50:16.000Z","name":"Vernon Streich","mobile_number":"710-415-8052","email_id":"Dewayne_Hintz@yahoo.com","dop":"2000-01-31","serial_number":"10203852130749","imei1":"10203852130749","imei2":"10203852130749","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165324,"job_number":"JOB_165324","tr_customer_id":165341,"tr_customer_product_id":165331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:56.000Z","modified_at":"2026-01-24T03:49:32.000Z","name":"Catherine Howell","mobile_number":"946-827-9177","email_id":"Geoffrey34@hotmail.com","dop":"2000-01-31","serial_number":"10720153211243","imei1":"10720153211243","imei2":"10720153211243","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165275,"job_number":"JOB_165275","tr_customer_id":165292,"tr_customer_product_id":165282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:12.000Z","modified_at":"2026-01-24T03:48:48.000Z","name":"Cesar Hessel","mobile_number":"805-359-5121","email_id":"Luisa.King@hotmail.com","dop":"2000-01-31","serial_number":"10800688240996","imei1":"10800688240996","imei2":"10800688240996","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165237,"job_number":"JOB_165237","tr_customer_id":165254,"tr_customer_product_id":165244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:28.000Z","modified_at":"2026-01-24T03:48:05.000Z","name":"Mafalda Buckridge","mobile_number":"402-319-0830","email_id":"Erica.Mitchell63@hotmail.com","dop":"2000-01-31","serial_number":"10676331148815","imei1":"10676331148815","imei2":"10676331148815","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165564,"job_number":"JOB_165564","tr_customer_id":165581,"tr_customer_product_id":165571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T06:14:03.000Z","modified_at":"2026-01-24T06:14:14.000Z","name":"Jairo Gerhold","mobile_number":"969-391-0112","email_id":"Darwin14@yahoo.com","dop":"2025-11-04","serial_number":"87652544601848","imei1":"87652544601848","imei2":"87652544601848","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T06:14:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165329,"job_number":"JOB_165329","tr_customer_id":165346,"tr_customer_product_id":165336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:03.000Z","modified_at":"2026-01-24T03:49:13.000Z","name":"Jeremy Sipes","mobile_number":"227-267-5955","email_id":"Ronny_Runolfsson@gmail.com","dop":"2025-06-09","serial_number":"106901663804755","imei1":"106901663804755","imei2":"106901663804755","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165317,"job_number":"JOB_165317","tr_customer_id":165334,"tr_customer_product_id":165324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:49.000Z","modified_at":"2026-01-24T03:48:59.000Z","name":"Ayden Lemke","mobile_number":"849-844-6427","email_id":"Lonie.Boyer56@gmail.com","dop":"2025-06-09","serial_number":"103681522946978","imei1":"103681522946978","imei2":"103681522946978","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165301,"job_number":"JOB_165301","tr_customer_id":165318,"tr_customer_product_id":165308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:34.000Z","modified_at":"2026-01-24T03:48:44.000Z","name":"Rosario Glover","mobile_number":"698-957-2587","email_id":"Coy.Ullrich@yahoo.com","dop":"2025-06-09","serial_number":"102060254844036","imei1":"102060254844036","imei2":"102060254844036","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165283,"job_number":"JOB_165283","tr_customer_id":165300,"tr_customer_product_id":165290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:15.000Z","modified_at":"2026-01-24T03:48:38.000Z","name":"Sidney Gorczany","mobile_number":"843-718-8642","email_id":"Loren.Rutherford@gmail.com","dop":"2025-10-01","serial_number":"17465372921200","imei1":"17465372921200","imei2":"17465372921200","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165206,"job_number":"JOB_165206","tr_customer_id":165223,"tr_customer_product_id":165213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:44.000Z","modified_at":"2026-01-24T03:46:53.000Z","name":"giyu tomiaka","mobile_number":"561-723-8475","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"314337953635339","imei1":"314337953635339","imei2":"314337953635339","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165205,"job_number":"JOB_165205","tr_customer_id":165222,"tr_customer_product_id":165212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:34.000Z","modified_at":"2026-01-24T03:46:42.000Z","name":"tanjiro kamado","mobile_number":"543-953-8544","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"146865443942739","imei1":"146865443942739","imei2":"146865443942739","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:46:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165202,"job_number":"JOB_165202","tr_customer_id":165219,"tr_customer_product_id":165209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:23.000Z","modified_at":"2026-01-24T03:46:32.000Z","name":"saitama sensei","mobile_number":"542-753-2083","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"971924464190361","imei1":"971924464190361","imei2":"971924464190361","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:46:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 550ms
Mean size per request: 1.98KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTIzNTI2Nn0.chWELnOiFegipZampryYX62bU0myHRJmsQGogFy0Zac
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a116eeb7-4f0a-48ad-8b82-c1378ea477ce
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7ef-diKeR761S7pajDQIxLts84RyrTs"
Vary Accept-Encoding
Content-Encoding gzip
Date Sat, 24 Jan 2026 06:14:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":165429,"job_number":"JOB_165429","tr_customer_id":165446,"tr_customer_product_id":165436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:35:28.000Z","modified_at":"2026-01-24T04:38:46.000Z","name":"Morris Russel","mobile_number":"496-675-7604","email_id":"Antonietta.Kuvalis@hotmail.com","dop":"2026-01-04","serial_number":"10544966715126","imei1":"10544966715126","imei2":"10544966715126","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-24T04:38:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":165565,"job_number":"JOB_165565","tr_customer_id":165582,"tr_customer_product_id":165572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T06:14:18.000Z","modified_at":"2026-01-24T06:14:26.000Z","name":"Gertrude Brown","mobile_number":"911-718-6603","email_id":"Trever_Reichert66@yahoo.com","dop":"2025-11-04","serial_number":"45886525775194","imei1":"45886525775194","imei2":"45886525775194","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-24T06:14:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 236ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTIzNTI2Nn0.chWELnOiFegipZampryYX62bU0myHRJmsQGogFy0Zac
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6493efdf-35b9-4fc5-9c66-498ebf0b0c23
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 165565
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 556ms
Mean size per request: 1.01KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTIzNTI2Nn0.chWELnOiFegipZampryYX62bU0myHRJmsQGogFy0Zac
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6c66f6e9-8ec8-4253-a184-d4f36abf8284
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"40a-Vgl5f39GHz31yteDia+UqG/T0rY"
Vary Accept-Encoding
Content-Encoding gzip
Date Sat, 24 Jan 2026 06:14:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":165429,"job_number":"JOB_165429","tr_customer_id":165446,"tr_customer_product_id":165436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:35:28.000Z","modified_at":"2026-01-24T04:38:46.000Z","name":"Morris Russel","mobile_number":"496-675-7604","email_id":"Antonietta.Kuvalis@hotmail.com","dop":"2026-01-04","serial_number":"10544966715126","imei1":"10544966715126","imei2":"10544966715126","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-24T04:38:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 230ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 05f93b6a-8810-4c86-821c-27dab95b4861
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 42
Request Body
{"username":"iamfd","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-tN9SyEHrjigzYd3KUPjsuEWEQ34"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNjl9.uaooQOUq2Dczq-2o3uQ-6Xin3Y3V4oIs0ThzINI5hY4"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 230ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNTV9.t1S9f0tJJu0tCwKQJTFgjXi20rg2X8D2jHzqZYMRSzU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token da621db5-11c8-44ae-b8de-fb707d3ffc1e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 294ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNTV9.t1S9f0tJJu0tCwKQJTFgjXi20rg2X8D2jHzqZYMRSzU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 73d08ffb-0dc2-4d7b-b25c-4e00e140f0de
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-p95giFHiebYnlQqiD8kETD8G2Ps"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":2},{"label":"Created today","key":"created_today","count":377},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 288ms
Mean size per request: 1.95KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNTV9.t1S9f0tJJu0tCwKQJTFgjXi20rg2X8D2jHzqZYMRSzU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 770204b7-1ee2-48df-bab3-9f602e32f871
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7ce-LUXjVhTbnhPxYHMs7Zd/ZXOEgUI"
Vary Accept-Encoding
Content-Encoding gzip
Date Sat, 24 Jan 2026 06:14:30 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":165380,"job_number":"JOB_165380","tr_customer_id":165397,"tr_customer_product_id":165387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:21:44.000Z","modified_at":"2026-01-24T04:37:53.000Z","name":"Kraig Mayert","mobile_number":"891-347-5577","email_id":"Berta5@gmail.com","dop":"2026-01-04","serial_number":"14536486101644","imei1":"14536486101644","imei2":"14536486101644","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-24T04:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165565,"job_number":"JOB_165565","tr_customer_id":165582,"tr_customer_product_id":165572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T06:14:18.000Z","modified_at":"2026-01-24T06:14:28.000Z","name":"Gertrude Brown","mobile_number":"911-718-6603","email_id":"Trever_Reichert66@yahoo.com","dop":"2025-11-04","serial_number":"45886525775194","imei1":"45886525775194","imei2":"45886525775194","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-24T06:14:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 288ms
Mean size per request: 1.95KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNTV9.t1S9f0tJJu0tCwKQJTFgjXi20rg2X8D2jHzqZYMRSzU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 027a87e8-4dc2-4051-bc42-f2081e627ee6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7ce-LUXjVhTbnhPxYHMs7Zd/ZXOEgUI"
Vary Accept-Encoding
Content-Encoding gzip
Date Sat, 24 Jan 2026 06:14:30 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":165380,"job_number":"JOB_165380","tr_customer_id":165397,"tr_customer_product_id":165387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:21:44.000Z","modified_at":"2026-01-24T04:37:53.000Z","name":"Kraig Mayert","mobile_number":"891-347-5577","email_id":"Berta5@gmail.com","dop":"2026-01-04","serial_number":"14536486101644","imei1":"14536486101644","imei2":"14536486101644","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-24T04:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165565,"job_number":"JOB_165565","tr_customer_id":165582,"tr_customer_product_id":165572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T06:14:18.000Z","modified_at":"2026-01-24T06:14:28.000Z","name":"Gertrude Brown","mobile_number":"911-718-6603","email_id":"Trever_Reichert66@yahoo.com","dop":"2025-11-04","serial_number":"45886525775194","imei1":"45886525775194","imei2":"45886525775194","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-24T06:14:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 247ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNTV9.t1S9f0tJJu0tCwKQJTFgjXi20rg2X8D2jHzqZYMRSzU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f16fd566-5fad-438f-b2eb-fdd9e1e7656c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 165565
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:30 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_98100"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 253ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNTV9.t1S9f0tJJu0tCwKQJTFgjXi20rg2X8D2jHzqZYMRSzU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a9bcb3be-e9f4-46ca-8431-3768a7fab409
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{"searchText":"JOB_98100"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/165565
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNTV9.t1S9f0tJJu0tCwKQJTFgjXi20rg2X8D2jHzqZYMRSzU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token baaba233-7474-4828-86e9-52e46b031442
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Information
Request Method: GET
Request URL:
Response Information
Response Code: -
Mean time per request: 0ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Response Headers
Response Body
No Response Body for this request
Test Information
No Tests for this request
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 230ms
Mean size per request: 690B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Singh
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token aad00553-86db-4ab5-b4ed-028aa6a6c3ae
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-YGs0xkFEXW3AvjhpOwRG3QMKom8"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNzF9.8gML5knLT0zL0kb-4uL6l6_BH0uaIu4Bk50GZ57Zg78"}}
Test Information
NamePassedFailedSkipped
Verify if the status code is 200 1 0 0
Verify that message should be 'Success' 1 0 0
Verify that token shoukd be valid 1 0 0
Verify JSON Success 1 0 0
Verify the resposne time is below 400ms 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 230ms
Mean size per request: 111B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Singh
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 27acce94-8234-45d3-881f-5e02d3059746
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 71
Request Body
{
            "username": "{{invalidusername}}",
            "password": "Pass123"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 401
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 228ms
Mean size per request: 98B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Singh
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 18b51303-2033-46da-a070-d8a65cf12cb1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "username": "",
            "password": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:32 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 400
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 229ms
Mean size per request: 438B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNzF9.8gML5knLT0zL0kb-4uL6l6_BH0uaIu4Bk50GZ57Zg78
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4e302563-60c5-4b14-a8ca-e0ad07687977
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:32 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Verify if status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify the response tine is below 400ms 1 0 0
Verify user data is present in response 1 0 0
Verify JSON Response Schema 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 230ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNzF9.8gML5knLT0zL0kb-4uL6l6_BH0uaIu4Bk50GZ57Zg78
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token eadd239c-ae95-4dc9-a738-5beb4cf8940a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:32 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Security:Veirfy if passowrd field is not present in the response 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Security:Veirfy if passowrd field is not present in the response
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 227ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNzF9.8gML5knLT0zL0kb-4uL6l6_BH0uaIu4Bk50GZ57Zg78
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 98de9aa1-0557-4c6a-8052-289cecb89503
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:32 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 255ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNzF9.8gML5knLT0zL0kb-4uL6l6_BH0uaIu4Bk50GZ57Zg78
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2bb2637c-778a-4a7e-bf95-1730b919e3a0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-XTrIv14oGV39u9joXPbBTuDkyM0"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:33 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":377},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify that status code is 200 1 0 0
Verify that response time is below 500ms 1 0 0
Verify if response message is success 1 0 0
Verify JSON Schema 1 0 0
Verify if the length of the data array is 3 1 0 0
Verify if the keys are present in response data Array 1 0 0
Verify if the count for the Json object Pending for delivery is Number or not 1 0 0
Verify if the count for the Json object Created today is Number or not 1 0 0
Verify if the count for the Json object Pending for FST assignment is Number or not 1 0 0
Total 9 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 228ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNzF9.8gML5knLT0zL0kb-4uL6l6_BH0uaIu4Bk50GZ57Zg78
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 95cf3189-bd0d-43d1-b5c9-933ae71bc951
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:33 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 264ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNzF9.8gML5knLT0zL0kb-4uL6l6_BH0uaIu4Bk50GZ57Zg78
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 405ccfe2-fc98-4c8d-a467-2d47013f894c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-XTrIv14oGV39u9joXPbBTuDkyM0"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:33 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":377},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 239ms
Mean size per request: 10.53KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNzF9.8gML5knLT0zL0kb-4uL6l6_BH0uaIu4Bk50GZ57Zg78
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b453a9a3-ba9f-44d6-ad3a-4bddd6e1fb99
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Sat, 24 Jan 2026 06:14:33 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify if the key mst_oem is present in the response body 1 0 0
Verify if the key mst_model is present in the response body 1 0 0
Verify if the key mst_action_status is present in the response body 1 0 0
Verify if the key mst_warrenty_status is present in the response body 1 0 0
Verify if the key mst_product is present in the response body 1 0 0
Verify if the key mst_role is present in the response body 1 0 0
Verify if the key mst_service_location is present in the response body 1 0 0
Verify if the key mst_problem is present in the response body 1 0 0
Verify if the key map_fst_pincode is present in the response body 1 0 0
Verify if the key is storing a non empty array 1 0 0
Total 14 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 227ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNzF9.8gML5knLT0zL0kb-4uL6l6_BH0uaIu4Bk50GZ57Zg78
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 98dbe0d2-3f73-4e3b-bc8c-10ed01218a7e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 237ms
Mean size per request: 10.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNzF9.8gML5knLT0zL0kb-4uL6l6_BH0uaIu4Bk50GZ57Zg78
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4f736555-096b-491d-ba88-a64de9591e70
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Sat, 24 Jan 2026 06:14:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 303ms
Mean size per request: 233B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNzF9.8gML5knLT0zL0kb-4uL6l6_BH0uaIu4Bk50GZ57Zg78
randomnumber 657
randomFirstName Ebony
randomLastName Predovic
randomEmail Santa.OReilly41@yahoo.com
randomPhone 675-747-9847
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 868e638f-be3d-47af-a887-cdc820934682
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1050
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "William",
                "last_name": "Funk",
                "mobile_number": "727-360-4465",
                "mobile_number_alt": "",
                "email_id": "Maryse_Ryan@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"10206759416153",
                "imei1": "10206759416153",
                "imei2": "10206759416153",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-lWQLUKSJ9ddlBNROX0oPzaC0TC0"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":165566,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":165583,"tr_customer_product_id":165573,"job_number":"JOB_165566"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is Job Created Successfully 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify that id is present in the response data 1 0 0
Verify that mst_service_location_id is present in the response data 1 0 0
Verify that mst_platform_id is present in the response data 1 0 0
Verify that mst_warrenty_status_id is present in the response data 1 0 0
Verify that mst_oem_id is present in the response data 1 0 0
Verify that tr_customer_id is present in the response data 1 0 0
Verify that tr_customer_product_id is present in the response data 1 0 0
Verify that job_number is present in the response data 1 0 0
Verify job_number starts with JOB_ 1 0 0
Total 13 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 228ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNzF9.8gML5knLT0zL0kb-4uL6l6_BH0uaIu4Bk50GZ57Zg78
randomnumber 252
randomFirstName Tyshawn
randomLastName Hintz
randomEmail Israel24@gmail.com
randomPhone 933-423-2346
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0bb10053-01e5-4ac3-aecc-4852636d6620
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1056
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Benton",
                "last_name": "Pacocha",
                "mobile_number": "439-310-0506",
                "mobile_number_alt": "",
                "email_id": "Karen_Lemke63@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"57221103333562",
                "imei1": "57221103333562",
                "imei2": "57221103333562",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:35 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 403 - Forbidden
Mean time per request: 229ms
Mean size per request: 100B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNjF9.A_ZXrZKS6_zdSTK6O-ak5sCaQpniUePSQ4_HmiQwjTc
randomnumber 122
randomFirstName Brandi
randomLastName Sanford
randomEmail Axel_Schumm81@yahoo.com
randomPhone 768-740-9561
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c2ef76f0-0a6c-4b50-aa8a-722319935b14
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1054
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Letitia",
                "last_name": "Denesik",
                "mobile_number": "344-245-2769",
                "mobile_number_alt": "",
                "email_id": "Adelbert30@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"56706521071777",
                "imei1": "56706521071777",
                "imei2": "56706521071777",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 100
ETag W/"64-Xjpp+ImmLdm0l7V0Jeu5bjN/7P4"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:35 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":403,"message":"Permission denied","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 403 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 228ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNzF9.8gML5knLT0zL0kb-4uL6l6_BH0uaIu4Bk50GZ57Zg78
randomnumber 266
randomFirstName Aubree
randomLastName Waters
randomEmail Opal_Will51@yahoo.com
randomPhone 536-749-7105
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8693201a-1e76-487c-8081-70f790160328
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:35 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 230ms
Mean size per request: 143B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNzF9.8gML5knLT0zL0kb-4uL6l6_BH0uaIu4Bk50GZ57Zg78
randomnumber 54
randomFirstName Conrad
randomLastName Reynolds
randomEmail Evan_Wiza17@yahoo.com
randomPhone 371-850-3699
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1c91e85f-e96c-4e45-b14f-34866edcf0d9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1041
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Elmer",
                "last_name": "Bashirian",
                "mobile_number": "669-525-6758",
                "mobile_number_alt": "",
                "email_id": "Franz.Dietrich@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"100000653",
                "imei1": "100000653",
                "imei2": "100000653",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:35 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 400
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 228ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNzF9.8gML5knLT0zL0kb-4uL6l6_BH0uaIu4Bk50GZ57Zg78
randomnumber 691
randomFirstName Keenan
randomLastName Larkin
randomEmail Maia28@hotmail.com
randomPhone 236-552-8858
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 055c7ea2-c6a3-4b30-b86d-3d9723c3c456
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:35 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 254ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNzF9.8gML5knLT0zL0kb-4uL6l6_BH0uaIu4Bk50GZ57Zg78
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 74dbf263-f0c8-4bbd-9ad4-a7887814ba1d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-p/dTJtYPMc3iq/TbT4SwcC3JYF8"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:36 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":378},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Check if the count for the created jobs today is greater than the old value 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Check if the count for the created jobs today is greater than the old value
the argument to above must be a number
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 564ms
Mean size per request: 367.82KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNzF9.8gML5knLT0zL0kb-4uL6l6_BH0uaIu4Bk50GZ57Zg78
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b259a449-c288-443a-a38d-f564884385a4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"5bf49-lW6gDzibRC2asGqG/M4ImcLh7E0"
Vary Accept-Encoding
Content-Encoding gzip
Date Sat, 24 Jan 2026 06:14:36 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":165563,"job_number":"JOB_165563","tr_customer_id":165580,"tr_customer_product_id":165570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:52:55.000Z","modified_at":"2026-01-24T05:52:55.000Z","name":"Kole Schaefer","mobile_number":"544-654-4911","email_id":"Oceane99@yahoo.com","dop":"2025-10-22","serial_number":"1018868188432210","imei1":"1018868188432210","imei2":"1018868188432210","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:52:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165562,"job_number":"JOB_165562","tr_customer_id":165579,"tr_customer_product_id":165569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:52:54.000Z","modified_at":"2026-01-24T05:53:20.000Z","name":"Henry Hermann","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"134171379839264","imei1":"134171379839264","imei2":"134171379839264","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T05:53:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165561,"job_number":"JOB_165561","tr_customer_id":165578,"tr_customer_product_id":165568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:52:54.000Z","modified_at":"2026-01-24T05:52:54.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"168531571654591","imei1":"168531571654591","imei2":"168531571654591","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:52:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165560,"job_number":"JOB_165560","tr_customer_id":165577,"tr_customer_product_id":165567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:52:25.000Z","modified_at":"2026-01-24T05:52:25.000Z","name":"Dana Hagenes","mobile_number":"787-319-9331","email_id":"Isaias_Nitzsche0@yahoo.com","dop":"2025-10-22","serial_number":"1078833725844029","imei1":"1078833725844029","imei2":"1078833725844029","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:52:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165559,"job_number":"JOB_165559","tr_customer_id":165576,"tr_customer_product_id":165566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:52:24.000Z","modified_at":"2026-01-24T05:52:49.000Z","name":"Nelda Harber","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"172926269145155","imei1":"172926269145155","imei2":"172926269145155","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T05:52:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165558,"job_number":"JOB_165558","tr_customer_id":165575,"tr_customer_product_id":165565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:52:23.000Z","modified_at":"2026-01-24T05:52:23.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"146360252603744","imei1":"146360252603744","imei2":"146360252603744","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:52:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165557,"job_number":"JOB_165557","tr_customer_id":165574,"tr_customer_product_id":165564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:51:54.000Z","modified_at":"2026-01-24T05:51:54.000Z","name":"Hoyt Nitzsche","mobile_number":"655-985-3501","email_id":"Hillard92@gmail.com","dop":"2025-10-22","serial_number":"1047161158945245","imei1":"1047161158945245","imei2":"1047161158945245","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:51:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165556,"job_number":"JOB_165556","tr_customer_id":165573,"tr_customer_product_id":165563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:51:53.000Z","modified_at":"2026-01-24T05:52:19.000Z","name":"Maida Dicki","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"103894538511916","imei1":"103894538511916","imei2":"103894538511916","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T05:52:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165555,"job_number":"JOB_165555","tr_customer_id":165572,"tr_customer_product_id":165562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:51:53.000Z","modified_at":"2026-01-24T05:51:53.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"129845718761150","imei1":"129845718761150","imei2":"129845718761150","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:51:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165554,"job_number":"JOB_165554","tr_customer_id":165571,"tr_customer_product_id":165561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:50:29.000Z","modified_at":"2026-01-24T05:50:29.000Z","name":"Aasa Sinha","mobile_number":"9880206044","email_id":"harita.kaur@hotmail.com","dop":"2026-01-14","serial_number":"442066434917601","imei1":"442066434917601","imei2":"442066434917601","popurl":"www.vimala-mehrotra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165553,"job_number":"JOB_165553","tr_customer_id":165570,"tr_customer_product_id":165560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:50:29.000Z","modified_at":"2026-01-24T05:50:29.000Z","name":"Sarisha Embranthiri","mobile_number":"9823486458","email_id":"drona.johar@gmail.com","dop":"2026-01-14","serial_number":"636410102838021","imei1":"636410102838021","imei2":"636410102838021","popurl":"www.swami-ganaka.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165552,"job_number":"JOB_165552","tr_customer_id":165569,"tr_customer_product_id":165559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:50:29.000Z","modified_at":"2026-01-24T05:50:29.000Z","name":"Gemini Khanna","mobile_number":"9820323259","email_id":"elakshi.tandon@hotmail.com","dop":"2026-01-14","serial_number":"435617254289810","imei1":"435617254289810","imei2":"435617254289810","popurl":"www.gajbaahu-jha.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165551,"job_number":"JOB_165551","tr_customer_id":165568,"tr_customer_product_id":165558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:50:29.000Z","modified_at":"2026-01-24T05:50:29.000Z","name":"Vasudev Reddy","mobile_number":"9876514123","email_id":"bhasvan.namboothiri@hotmail.com","dop":"2026-01-14","serial_number":"348553023139561","imei1":"348553023139561","imei2":"348553023139561","popurl":"www.sarada-bharadwaj.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165550,"job_number":"JOB_165550","tr_customer_id":165567,"tr_customer_product_id":165557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:50:29.000Z","modified_at":"2026-01-24T05:50:29.000Z","name":"Adikavi Rana","mobile_number":"9863846503","email_id":"dhyanesh.chaturvedi@gmail.com","dop":"2026-01-14","serial_number":"006354475895247","imei1":"006354475895247","imei2":"006354475895247","popurl":"www.amarnath-trivedi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165549,"job_number":"JOB_165549","tr_customer_id":165566,"tr_customer_product_id":165556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:37:54.000Z","modified_at":"2026-01-24T05:37:54.000Z","name":"Claude Padberg","mobile_number":"904-246-4684","email_id":"Noemie_VonRueden@hotmail.com","dop":"2025-10-22","serial_number":"192694850891085","imei1":"192694850891085","imei2":"192694850891085","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:37:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165548,"job_number":"JOB_165548","tr_customer_id":165565,"tr_customer_product_id":165555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:35:05.000Z","modified_at":"2026-01-24T05:35:05.000Z","name":"Madyson Bernier","mobile_number":"287-737-8658","email_id":"Ava52@gmail.com","dop":"2025-10-22","serial_number":"1002866380221851","imei1":"1002866380221851","imei2":"1002866380221851","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:35:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165547,"job_number":"JOB_165547","tr_customer_id":165564,"tr_customer_product_id":165554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:35:04.000Z","modified_at":"2026-01-24T05:35:04.000Z","name":"Lily Lueilwitz","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"156671772539565","imei1":"156671772539565","imei2":"156671772539565","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:35:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165546,"job_number":"JOB_165546","tr_customer_id":165563,"tr_customer_product_id":165553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:35:04.000Z","modified_at":"2026-01-24T05:35:04.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"105673378191273","imei1":"105673378191273","imei2":"105673378191273","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:35:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165545,"job_number":"JOB_165545","tr_customer_id":165562,"tr_customer_product_id":165552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:58.000Z","modified_at":"2026-01-24T05:34:58.000Z","name":"Rocio Hilll","mobile_number":"537-883-5068","email_id":"Burnice.Hoppe@yahoo.com","dop":"2025-10-22","serial_number":"1094531615442012","imei1":"1094531615442012","imei2":"1094531615442012","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165544,"job_number":"JOB_165544","tr_customer_id":165561,"tr_customer_product_id":165551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:57.000Z","modified_at":"2026-01-24T05:34:57.000Z","name":"Betty D'Amore","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"146922063765981","imei1":"146922063765981","imei2":"146922063765981","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165543,"job_number":"JOB_165543","tr_customer_id":165560,"tr_customer_product_id":165550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:57.000Z","modified_at":"2026-01-24T05:34:57.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"193448228733416","imei1":"193448228733416","imei2":"193448228733416","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165542,"job_number":"JOB_165542","tr_customer_id":165559,"tr_customer_product_id":165549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:52.000Z","modified_at":"2026-01-24T05:34:52.000Z","name":"Lavonne Block","mobile_number":"518-257-3646","email_id":"Lynn35@gmail.com","dop":"2025-10-22","serial_number":"1025170319562993","imei1":"1025170319562993","imei2":"1025170319562993","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165541,"job_number":"JOB_165541","tr_customer_id":165558,"tr_customer_product_id":165548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:50.000Z","modified_at":"2026-01-24T05:34:50.000Z","name":"Delta Parisian","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"102818797041315","imei1":"102818797041315","imei2":"102818797041315","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165540,"job_number":"JOB_165540","tr_customer_id":165557,"tr_customer_product_id":165547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:50.000Z","modified_at":"2026-01-24T05:34:50.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"115350151478709","imei1":"115350151478709","imei2":"115350151478709","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165539,"job_number":"JOB_165539","tr_customer_id":165556,"tr_customer_product_id":165546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Shreya Achari","mobile_number":"9852686863","email_id":"harita.mehra@yahoo.co.in","dop":"2026-01-14","serial_number":"934084886103175","imei1":"934084886103175","imei2":"934084886103175","popurl":"www.nalini-arora.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165538,"job_number":"JOB_165538","tr_customer_id":165555,"tr_customer_product_id":165545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Dipankar Joshi","mobile_number":"9869496528","email_id":"bhamini.butt@hotmail.com","dop":"2026-01-14","serial_number":"978719750927855","imei1":"978719750927855","imei2":"978719750927855","popurl":"www.aaryan-nayar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165537,"job_number":"JOB_165537","tr_customer_id":165554,"tr_customer_product_id":165544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Devak Varrier","mobile_number":"9881768271","email_id":"gotum.patil@gmail.com","dop":"2026-01-14","serial_number":"922851835771685","imei1":"922851835771685","imei2":"922851835771685","popurl":"www.madhuri-rana.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165536,"job_number":"JOB_165536","tr_customer_id":165553,"tr_customer_product_id":165543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Heema Chaturvedi","mobile_number":"9898867320","email_id":"akshata.butt@yahoo.co.in","dop":"2026-01-14","serial_number":"911403431663804","imei1":"911403431663804","imei2":"911403431663804","popurl":"www.kanchan-guha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165535,"job_number":"JOB_165535","tr_customer_id":165552,"tr_customer_product_id":165542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Swami Namboothiri","mobile_number":"9804432430","email_id":"brajendra.banerjee@gmail.com","dop":"2026-01-14","serial_number":"464402238925487","imei1":"464402238925487","imei2":"464402238925487","popurl":"www.manisha-mishra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165534,"job_number":"JOB_165534","tr_customer_id":165551,"tr_customer_product_id":165541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Rajendra Guha","mobile_number":"9817778785","email_id":"deepan.kaniyar@hotmail.com","dop":"2026-01-14","serial_number":"869531702641326","imei1":"869531702641326","imei2":"869531702641326","popurl":"www.kannan-varma.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165533,"job_number":"JOB_165533","tr_customer_id":165550,"tr_customer_product_id":165540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Vasudeva Kapoor","mobile_number":"9893831129","email_id":"jagmeet.desai@hotmail.com","dop":"2026-01-14","serial_number":"088185609299585","imei1":"088185609299585","imei2":"088185609299585","popurl":"www.aditeya-ahluwalia.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165532,"job_number":"JOB_165532","tr_customer_id":165549,"tr_customer_product_id":165539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Hamsini Somayaji","mobile_number":"9852495771","email_id":"chandramani.varma@yahoo.co.in","dop":"2026-01-14","serial_number":"222785283755671","imei1":"222785283755671","imei2":"222785283755671","popurl":"www.dharitri-nair.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165531,"job_number":"JOB_165531","tr_customer_id":165548,"tr_customer_product_id":165538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Udit Gupta","mobile_number":"9861047664","email_id":"vasundhara.mishra@gmail.com","dop":"2026-01-14","serial_number":"387938117654240","imei1":"387938117654240","imei2":"387938117654240","popurl":"www.bhargava-butt.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165530,"job_number":"JOB_165530","tr_customer_id":165547,"tr_customer_product_id":165537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Lal Dubashi","mobile_number":"9800595022","email_id":"buddhana.menon@hotmail.com","dop":"2026-01-14","serial_number":"683839499678452","imei1":"683839499678452","imei2":"683839499678452","popurl":"www.ajeet-bharadwaj.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165529,"job_number":"JOB_165529","tr_customer_id":165546,"tr_customer_product_id":165536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Dhruv Pothuvaal","mobile_number":"9875674480","email_id":"buddhana.desai@gmail.com","dop":"2026-01-14","serial_number":"056023541529509","imei1":"056023541529509","imei2":"056023541529509","popurl":"www.devajyoti-mishra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165528,"job_number":"JOB_165528","tr_customer_id":165545,"tr_customer_product_id":165535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Kanishka Bandopadhyay","mobile_number":"9835769297","email_id":"chinmayananda.panicker@yahoo.co.in","dop":"2026-01-14","serial_number":"553189197209310","imei1":"553189197209310","imei2":"553189197209310","popurl":"www.aadrika-varman.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165527,"job_number":"JOB_165527","tr_customer_id":165544,"tr_customer_product_id":165534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Dipendra Kapoor","mobile_number":"9885444505","email_id":"trilok.talwar@hotmail.com","dop":"2026-01-14","serial_number":"519175413184888","imei1":"519175413184888","imei2":"519175413184888","popurl":"www.leela-butt.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165526,"job_number":"JOB_165526","tr_customer_id":165543,"tr_customer_product_id":165533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Dhanapati Menon","mobile_number":"9873628664","email_id":"purnima.khan@hotmail.com","dop":"2026-01-14","serial_number":"258618669318153","imei1":"258618669318153","imei2":"258618669318153","popurl":"www.deeptanshu-varrier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165525,"job_number":"JOB_165525","tr_customer_id":165542,"tr_customer_product_id":165532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Dharmaketu Chaturvedi","mobile_number":"9815792228","email_id":"bhaanumati.ahluwalia@yahoo.co.in","dop":"2026-01-14","serial_number":"823603721607594","imei1":"823603721607594","imei2":"823603721607594","popurl":"www.aatmaj-tagore.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165524,"job_number":"JOB_165524","tr_customer_id":165541,"tr_customer_product_id":165531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Atreyee Khan","mobile_number":"9870091964","email_id":"darshwana.agarwal@yahoo.co.in","dop":"2026-01-14","serial_number":"140305443845836","imei1":"140305443845836","imei2":"140305443845836","popurl":"www.ravi-menon.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165523,"job_number":"JOB_165523","tr_customer_id":165540,"tr_customer_product_id":165530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Chandan Ganaka","mobile_number":"9863294766","email_id":"radha.achari@yahoo.co.in","dop":"2026-01-14","serial_number":"138667987754520","imei1":"138667987754520","imei2":"138667987754520","popurl":"www.opaline-bhattathiri.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165522,"job_number":"JOB_165522","tr_customer_id":165539,"tr_customer_product_id":165529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Anuja Trivedi","mobile_number":"9884869817","email_id":"devi.menon@hotmail.com","dop":"2026-01-14","serial_number":"072582943030677","imei1":"072582943030677","imei2":"072582943030677","popurl":"www.nirbhay-chaturvedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165521,"job_number":"JOB_165521","tr_customer_id":165537,"tr_customer_product_id":165527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Rageswari Guha","mobile_number":"9874451420","email_id":"soma.reddy@gmail.com","dop":"2026-01-14","serial_number":"619879519554272","imei1":"619879519554272","imei2":"619879519554272","popurl":"www.anang-butt.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165520,"job_number":"JOB_165520","tr_customer_id":165538,"tr_customer_product_id":165528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Sheela Abbott","mobile_number":"9816213888","email_id":"shresth.mahajan@gmail.com","dop":"2026-01-14","serial_number":"513068801558661","imei1":"513068801558661","imei2":"513068801558661","popurl":"www.anuraag-pilla.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165519,"job_number":"JOB_165519","tr_customer_id":165536,"tr_customer_product_id":165526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Saroja Joshi","mobile_number":"9846147341","email_id":"bhupen.malik@yahoo.co.in","dop":"2026-01-14","serial_number":"411326487709554","imei1":"411326487709554","imei2":"411326487709554","popurl":"www.ahilya-ganaka.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165518,"job_number":"JOB_165518","tr_customer_id":165535,"tr_customer_product_id":165525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Daksha Rana","mobile_number":"9895844162","email_id":"avantika.gupta@gmail.com","dop":"2026-01-14","serial_number":"018289402297154","imei1":"018289402297154","imei2":"018289402297154","popurl":"www.veda-mehra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165517,"job_number":"JOB_165517","tr_customer_id":165534,"tr_customer_product_id":165524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Bela Khanna","mobile_number":"9873309226","email_id":"somu.tandon@yahoo.co.in","dop":"2026-01-14","serial_number":"561440833942790","imei1":"561440833942790","imei2":"561440833942790","popurl":"www.chandradev-guha.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165516,"job_number":"JOB_165516","tr_customer_id":165533,"tr_customer_product_id":165523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Vaidehi Mishra","mobile_number":"9894725140","email_id":"shobhana.pillai@yahoo.co.in","dop":"2026-01-14","serial_number":"044577519631575","imei1":"044577519631575","imei2":"044577519631575","popurl":"www.dakshayani-singh.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165515,"job_number":"JOB_165515","tr_customer_id":165532,"tr_customer_product_id":165522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Akshita Sethi","mobile_number":"9840049144","email_id":"harita.jha@hotmail.com","dop":"2026-01-14","serial_number":"943954939053538","imei1":"943954939053538","imei2":"943954939053538","popurl":"www.draupadi-namboothiri.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165514,"job_number":"JOB_165514","tr_customer_id":165531,"tr_customer_product_id":165521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Kannen Naik","mobile_number":"9868313965","email_id":"girik.pothuvaal@gmail.com","dop":"2026-01-14","serial_number":"708014944444958","imei1":"708014944444958","imei2":"708014944444958","popurl":"www.vrinda-sinha.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165513,"job_number":"JOB_165513","tr_customer_id":165530,"tr_customer_product_id":165520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Chandra Pothuvaal","mobile_number":"9856841753","email_id":"amritambu.gupta@yahoo.co.in","dop":"2026-01-14","serial_number":"435393774090811","imei1":"435393774090811","imei2":"435393774090811","popurl":"www.sanka-nambeesan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165512,"job_number":"JOB_165512","tr_customer_id":165529,"tr_customer_product_id":165519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Giri Bhattathiri","mobile_number":"9884664825","email_id":"devajyoti.nambeesan@yahoo.co.in","dop":"2026-01-14","serial_number":"111114905545525","imei1":"111114905545525","imei2":"111114905545525","popurl":"www.anal-kaniyar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165511,"job_number":"JOB_165511","tr_customer_id":165528,"tr_customer_product_id":165518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Leela Mukhopadhyay","mobile_number":"9861601455","email_id":"chakor.naik@yahoo.co.in","dop":"2026-01-14","serial_number":"136270079033389","imei1":"136270079033389","imei2":"136270079033389","popurl":"www.usha-dhawan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165510,"job_number":"JOB_165510","tr_customer_id":165527,"tr_customer_product_id":165517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Dhana Gowda","mobile_number":"9848145066","email_id":"dinkar.agarwal@gmail.com","dop":"2026-01-14","serial_number":"025976055350217","imei1":"025976055350217","imei2":"025976055350217","popurl":"www.deeptiman-mishra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165509,"job_number":"JOB_165509","tr_customer_id":165526,"tr_customer_product_id":165516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:29.000Z","modified_at":"2026-01-24T05:28:29.000Z","name":"Delores Armstrong","mobile_number":"318-439-9385","email_id":"Carmel.Rosenbaum@yahoo.com","dop":"2025-04-06","serial_number":"18174827416943092","imei1":"18174827416943092","imei2":"18174827416943092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165508,"job_number":"JOB_165508","tr_customer_id":165525,"tr_customer_product_id":165515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:28.000Z","modified_at":"2026-01-24T05:29:05.000Z","name":"Orie Little","mobile_number":"525-384-1398","email_id":"Guiseppe_Smitham@yahoo.com","dop":"2025-04-06","serial_number":"15957412024678","imei1":"15957412024678","imei2":"15957412024678","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T05:29:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165507,"job_number":"JOB_165507","tr_customer_id":165524,"tr_customer_product_id":165514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:27:39.000Z","modified_at":"2026-01-24T05:27:39.000Z","name":"Josefina Padberg","mobile_number":"665-589-5279","email_id":"Rickey.Tremblay@gmail.com","dop":"2025-04-06","serial_number":"11273135426038496","imei1":"11273135426038496","imei2":"11273135426038496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:27:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165506,"job_number":"JOB_165506","tr_customer_id":165523,"tr_customer_product_id":165513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:27:38.000Z","modified_at":"2026-01-24T05:28:15.000Z","name":"Aiden Rohan","mobile_number":"918-852-3017","email_id":"Alexzander29@yahoo.com","dop":"2025-04-06","serial_number":"17318834713118","imei1":"17318834713118","imei2":"17318834713118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T05:28:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165505,"job_number":"JOB_165505","tr_customer_id":165522,"tr_customer_product_id":165512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:30.000Z","modified_at":"2026-01-24T05:22:30.000Z","name":"Meghnath Menon","mobile_number":"9824364357","email_id":"gita.varma@gmail.com","dop":"2026-01-14","serial_number":"204241835066694","imei1":"204241835066694","imei2":"204241835066694","popurl":"www.niro-sharma.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165504,"job_number":"JOB_165504","tr_customer_id":165521,"tr_customer_product_id":165511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:30.000Z","modified_at":"2026-01-24T05:22:30.000Z","name":"Chandra Gupta","mobile_number":"9807608897","email_id":"bhooshit.jha@yahoo.co.in","dop":"2026-01-14","serial_number":"135004602020188","imei1":"135004602020188","imei2":"135004602020188","popurl":"www.mukesh-achari.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165503,"job_number":"JOB_165503","tr_customer_id":165520,"tr_customer_product_id":165510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:30.000Z","modified_at":"2026-01-24T05:22:30.000Z","name":"Garud Dutta","mobile_number":"9812912792","email_id":"geetanjali.patel@hotmail.com","dop":"2026-01-14","serial_number":"273199796640445","imei1":"273199796640445","imei2":"273199796640445","popurl":"www.ashlesh-acharya.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165502,"job_number":"JOB_165502","tr_customer_id":165519,"tr_customer_product_id":165509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:30.000Z","modified_at":"2026-01-24T05:22:30.000Z","name":"Jyoti Nehru","mobile_number":"9893922526","email_id":"kanaka.gowda@hotmail.com","dop":"2026-01-14","serial_number":"613144388003999","imei1":"613144388003999","imei2":"613144388003999","popurl":"www.kannen-kocchar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165501,"job_number":"JOB_165501","tr_customer_id":165518,"tr_customer_product_id":165508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:30.000Z","modified_at":"2026-01-24T05:22:30.000Z","name":"Amritambu Dhawan","mobile_number":"9861774402","email_id":"amodini.shah@gmail.com","dop":"2026-01-14","serial_number":"931511561613644","imei1":"931511561613644","imei2":"931511561613644","popurl":"www.sameer-shukla.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165500,"job_number":"JOB_165500","tr_customer_id":165517,"tr_customer_product_id":165507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Himadri Kocchar","mobile_number":"9883292063","email_id":"inder.mahajan@gmail.com","dop":"2026-01-14","serial_number":"860436536734665","imei1":"860436536734665","imei2":"860436536734665","popurl":"www.veda-prajapat.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165499,"job_number":"JOB_165499","tr_customer_id":165515,"tr_customer_product_id":165506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Aditya Mukhopadhyay","mobile_number":"9838639115","email_id":"adinath.mehra@yahoo.co.in","dop":"2026-01-14","serial_number":"068937258082342","imei1":"068937258082342","imei2":"068937258082342","popurl":"www.sharda-mehra.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165498,"job_number":"JOB_165498","tr_customer_id":165516,"tr_customer_product_id":165505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Jahnu Chattopadhyay","mobile_number":"9887527124","email_id":"dayaamay.gowda@hotmail.com","dop":"2026-01-14","serial_number":"217579745065474","imei1":"217579745065474","imei2":"217579745065474","popurl":"www.chitraksh-khan.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165497,"job_number":"JOB_165497","tr_customer_id":165514,"tr_customer_product_id":165504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Agneya Bhattathiri","mobile_number":"9871191280","email_id":"shiv.shah@yahoo.co.in","dop":"2026-01-14","serial_number":"344533209011035","imei1":"344533209011035","imei2":"344533209011035","popurl":"www.balaaditya-jain.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165496,"job_number":"JOB_165496","tr_customer_id":165513,"tr_customer_product_id":165503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Dinkar Pillai","mobile_number":"9819829858","email_id":"gemine.reddy@hotmail.com","dop":"2026-01-14","serial_number":"550119271681573","imei1":"550119271681573","imei2":"550119271681573","popurl":"www.gorakhanatha-mehra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165495,"job_number":"JOB_165495","tr_customer_id":165512,"tr_customer_product_id":165502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Adityanandana Ganaka","mobile_number":"9896887036","email_id":"aadidev.singh@gmail.com","dop":"2026-01-14","serial_number":"510735443754949","imei1":"510735443754949","imei2":"510735443754949","popurl":"www.kali-dhawan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165494,"job_number":"JOB_165494","tr_customer_id":165511,"tr_customer_product_id":165501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Jagdish Ahluwalia","mobile_number":"9836982286","email_id":"somu.saini@hotmail.com","dop":"2026-01-14","serial_number":"349409848651597","imei1":"349409848651597","imei2":"349409848651597","popurl":"www.nirbhay-panicker.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165493,"job_number":"JOB_165493","tr_customer_id":165510,"tr_customer_product_id":165500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Swapnil Pilla","mobile_number":"9812139207","email_id":"bahula.guneta@gmail.com","dop":"2026-01-14","serial_number":"280732611989380","imei1":"280732611989380","imei2":"280732611989380","popurl":"www.gajadhar-ahluwalia.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165492,"job_number":"JOB_165492","tr_customer_id":165509,"tr_customer_product_id":165499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Shubhaprada Pothuvaal","mobile_number":"9804072714","email_id":"dhanesh.pandey@hotmail.com","dop":"2026-01-14","serial_number":"996498247056499","imei1":"996498247056499","imei2":"996498247056499","popurl":"www.aslesha-nayar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165491,"job_number":"JOB_165491","tr_customer_id":165508,"tr_customer_product_id":165498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Anilaabh Khatri","mobile_number":"9887778565","email_id":"shakuntala.gowda@yahoo.co.in","dop":"2026-01-14","serial_number":"132455574581212","imei1":"132455574581212","imei2":"132455574581212","popurl":"www.chandrakala-tandon.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165490,"job_number":"JOB_165490","tr_customer_id":165507,"tr_customer_product_id":165497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Gudakesha Nair","mobile_number":"9802628728","email_id":"lal.dubashi@hotmail.com","dop":"2026-01-14","serial_number":"142910202711041","imei1":"142910202711041","imei2":"142910202711041","popurl":"www.vyas-dwivedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165489,"job_number":"JOB_165489","tr_customer_id":165506,"tr_customer_product_id":165496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Vedang Gupta","mobile_number":"9898235923","email_id":"kama.dubashi@yahoo.co.in","dop":"2026-01-14","serial_number":"204626836330070","imei1":"204626836330070","imei2":"204626836330070","popurl":"www.shwet-adiga.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165488,"job_number":"JOB_165488","tr_customer_id":165505,"tr_customer_product_id":165495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Ekaling Banerjee","mobile_number":"9807705961","email_id":"karunanidhi.guneta@gmail.com","dop":"2026-01-14","serial_number":"762288732442731","imei1":"762288732442731","imei2":"762288732442731","popurl":"www.kali-iyer.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165487,"job_number":"JOB_165487","tr_customer_id":165504,"tr_customer_product_id":165494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Rajinder Abbott","mobile_number":"9826928768","email_id":"devajyoti.kapoor@yahoo.co.in","dop":"2026-01-14","serial_number":"704252216274963","imei1":"704252216274963","imei2":"704252216274963","popurl":"www.akshata-desai.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165486,"job_number":"JOB_165486","tr_customer_id":165503,"tr_customer_product_id":165493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Tanushri Chattopadhyay","mobile_number":"9850438924","email_id":"dhanvin.varma@hotmail.com","dop":"2026-01-14","serial_number":"744631892929481","imei1":"744631892929481","imei2":"744631892929481","popurl":"www.sarisha-guneta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165485,"job_number":"JOB_165485","tr_customer_id":165502,"tr_customer_product_id":165492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:43.000Z","modified_at":"2026-01-24T05:20:43.000Z","name":"Dhanalakshmi Kaniyar","mobile_number":"9843225780","email_id":"bilwa.ganaka@gmail.com","dop":"2026-01-14","serial_number":"257930479096808","imei1":"257930479096808","imei2":"257930479096808","popurl":"www.chakradhar-tandon.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165484,"job_number":"JOB_165484","tr_customer_id":165501,"tr_customer_product_id":165491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:43.000Z","modified_at":"2026-01-24T05:20:43.000Z","name":"Gati Bhat","mobile_number":"9814821371","email_id":"suryakant.patil@hotmail.com","dop":"2026-01-14","serial_number":"578761028907542","imei1":"578761028907542","imei2":"578761028907542","popurl":"www.bhaasvan-gandhi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165483,"job_number":"JOB_165483","tr_customer_id":165500,"tr_customer_product_id":165490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:43.000Z","modified_at":"2026-01-24T05:20:43.000Z","name":"Aatmaj Trivedi","mobile_number":"9879610875","email_id":"dwaipayana.mehra@gmail.com","dop":"2026-01-14","serial_number":"243996057815373","imei1":"243996057815373","imei2":"243996057815373","popurl":"www.rageshwari-shah.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165482,"job_number":"JOB_165482","tr_customer_id":165499,"tr_customer_product_id":165489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:43.000Z","modified_at":"2026-01-24T05:20:43.000Z","name":"Gorakhnath Mishra","mobile_number":"9817666835","email_id":"chakor.guneta@yahoo.co.in","dop":"2026-01-14","serial_number":"530234592713464","imei1":"530234592713464","imei2":"530234592713464","popurl":"www.anand swarup-verma.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165481,"job_number":"JOB_165481","tr_customer_id":165498,"tr_customer_product_id":165488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:43.000Z","modified_at":"2026-01-24T05:20:43.000Z","name":"Rajan Acharya","mobile_number":"9831803925","email_id":"shresth.guha@yahoo.co.in","dop":"2026-01-14","serial_number":"210435875501433","imei1":"210435875501433","imei2":"210435875501433","popurl":"www.aagneya-nayar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165480,"job_number":"JOB_165480","tr_customer_id":165497,"tr_customer_product_id":165487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Vishwamitra Mehra","mobile_number":"9824882314","email_id":"suresh.prajapat@gmail.com","dop":"2026-01-14","serial_number":"684904353816327","imei1":"684904353816327","imei2":"684904353816327","popurl":"www.parvati-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165479,"job_number":"JOB_165479","tr_customer_id":165496,"tr_customer_product_id":165486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Jagmeet Rana","mobile_number":"9891737618","email_id":"vishnu.desai@hotmail.com","dop":"2026-01-14","serial_number":"412191385945580","imei1":"412191385945580","imei2":"412191385945580","popurl":"www.chandini-sinha.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165478,"job_number":"JOB_165478","tr_customer_id":165495,"tr_customer_product_id":165485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Deeptimayee Pandey","mobile_number":"9866632570","email_id":"baalagopaal.patil@yahoo.co.in","dop":"2026-01-14","serial_number":"847943585605714","imei1":"847943585605714","imei2":"847943585605714","popurl":"www.deepankar-banerjee.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165477,"job_number":"JOB_165477","tr_customer_id":165494,"tr_customer_product_id":165484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Dipendra Rana","mobile_number":"9843190040","email_id":"upendra.achari@gmail.com","dop":"2026-01-14","serial_number":"234170565364985","imei1":"234170565364985","imei2":"234170565364985","popurl":"www.chandraswaroopa-kakkar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165476,"job_number":"JOB_165476","tr_customer_id":165493,"tr_customer_product_id":165483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Abhirath Bhat","mobile_number":"9887093059","email_id":"krishna.ahluwalia@hotmail.com","dop":"2026-01-14","serial_number":"929123062507774","imei1":"929123062507774","imei2":"929123062507774","popurl":"www.aditeya-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165475,"job_number":"JOB_165475","tr_customer_id":165492,"tr_customer_product_id":165482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Tapan Sinha","mobile_number":"9885078455","email_id":"laxmi.gupta@gmail.com","dop":"2026-01-14","serial_number":"447716340958876","imei1":"447716340958876","imei2":"447716340958876","popurl":"www.aasha-arora.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165474,"job_number":"JOB_165474","tr_customer_id":165491,"tr_customer_product_id":165481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Arun Shah","mobile_number":"9885871438","email_id":"deevakar.mehra@gmail.com","dop":"2026-01-14","serial_number":"899349088227204","imei1":"899349088227204","imei2":"899349088227204","popurl":"www.devika-jain.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165473,"job_number":"JOB_165473","tr_customer_id":165490,"tr_customer_product_id":165480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Balamani Malik","mobile_number":"9807389016","email_id":"keerti.patil@gmail.com","dop":"2026-01-14","serial_number":"511075121952684","imei1":"511075121952684","imei2":"511075121952684","popurl":"www.gopi-menon.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165472,"job_number":"JOB_165472","tr_customer_id":165489,"tr_customer_product_id":165479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Bhaasvan Mishra","mobile_number":"9825775902","email_id":"himadri.abbott@gmail.com","dop":"2026-01-14","serial_number":"546120583928817","imei1":"546120583928817","imei2":"546120583928817","popurl":"www.nagabhushanam-saini.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165471,"job_number":"JOB_165471","tr_customer_id":165488,"tr_customer_product_id":165478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Ameyatma Mehrotra","mobile_number":"9831580230","email_id":"vasanti.tagore@yahoo.co.in","dop":"2026-01-14","serial_number":"798698923777293","imei1":"798698923777293","imei2":"798698923777293","popurl":"www.bhaves-gupta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165470,"job_number":"JOB_165470","tr_customer_id":165487,"tr_customer_product_id":165477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Chandini Nambeesan","mobile_number":"9813715424","email_id":"aaratrika.kocchar@hotmail.com","dop":"2026-01-14","serial_number":"610428654637615","imei1":"610428654637615","imei2":"610428654637615","popurl":"www.sarala-guneta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165469,"job_number":"JOB_165469","tr_customer_id":165486,"tr_customer_product_id":165476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Laal Varman","mobile_number":"9866348627","email_id":"gandharva.somayaji@gmail.com","dop":"2026-01-14","serial_number":"122641223298619","imei1":"122641223298619","imei2":"122641223298619","popurl":"www.priyala-gandhi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165468,"job_number":"JOB_165468","tr_customer_id":165485,"tr_customer_product_id":165475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Tara Agarwal","mobile_number":"9811498175","email_id":"dinkar.namboothiri@yahoo.co.in","dop":"2026-01-14","serial_number":"904414731602293","imei1":"904414731602293","imei2":"904414731602293","popurl":"www.baijayanti-patel.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165467,"job_number":"JOB_165467","tr_customer_id":165484,"tr_customer_product_id":165474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Baalagopaal Varman","mobile_number":"9888892124","email_id":"karan.namboothiri@yahoo.co.in","dop":"2026-01-14","serial_number":"370118375659360","imei1":"370118375659360","imei2":"370118375659360","popurl":"www.anusuya-mehrotra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165466,"job_number":"JOB_165466","tr_customer_id":165483,"tr_customer_product_id":165473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Bhaumik Tandon","mobile_number":"9877465070","email_id":"gautam.kaniyar@gmail.com","dop":"2026-01-14","serial_number":"381269552358494","imei1":"381269552358494","imei2":"381269552358494","popurl":"www.dayamayee-mehra.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165465,"job_number":"JOB_165465","tr_customer_id":165482,"tr_customer_product_id":165472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:19:10.000Z","modified_at":"2026-01-24T05:19:10.000Z","name":"Jamel Keebler","mobile_number":"300-948-6373","email_id":"Shemar_Stiedemann@hotmail.com","dop":"2025-06-08","serial_number":"12720811817232","imei1":"12720811817232","imei2":"12720811817232","popurl":"2025-06-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:19:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165463,"job_number":"JOB_165463","tr_customer_id":165480,"tr_customer_product_id":165470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:53:14.000Z","modified_at":"2026-01-24T04:53:14.000Z","name":"Nicolette Cole","mobile_number":"732-592-4570","email_id":"Lucy45@gmail.com","dop":"2025-04-06","serial_number":"18380129139960776","imei1":"18380129139960776","imei2":"18380129139960776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:53:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165462,"job_number":"JOB_165462","tr_customer_id":165479,"tr_customer_product_id":165469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:53:12.000Z","modified_at":"2026-01-24T04:53:52.000Z","name":"Karine Von","mobile_number":"981-312-0876","email_id":"Demetris89@gmail.com","dop":"2025-04-06","serial_number":"14873249974537","imei1":"14873249974537","imei2":"14873249974537","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T04:53:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165461,"job_number":"JOB_165461","tr_customer_id":165478,"tr_customer_product_id":165468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:52:54.000Z","modified_at":"2026-01-24T04:52:54.000Z","name":"Jaycee Hilpert","mobile_number":"480-269-1662","email_id":"Martina42@yahoo.com","dop":"2025-04-06","serial_number":"10477807887607346","imei1":"10477807887607346","imei2":"10477807887607346","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:52:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165460,"job_number":"JOB_165460","tr_customer_id":165477,"tr_customer_product_id":165467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:52:53.000Z","modified_at":"2026-01-24T04:53:28.000Z","name":"Orion Brekke","mobile_number":"914-538-2054","email_id":"Barbara60@gmail.com","dop":"2025-04-06","serial_number":"11934189118319","imei1":"11934189118319","imei2":"11934189118319","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T04:53:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165459,"job_number":"JOB_165459","tr_customer_id":165476,"tr_customer_product_id":165466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:41.000Z","modified_at":"2026-01-24T04:50:41.000Z","name":"Shwet Acharya","mobile_number":"9806210025","email_id":"kailash.patel@gmail.com","dop":"2026-01-14","serial_number":"727119346976515","imei1":"727119346976515","imei2":"727119346976515","popurl":"www.narinder-marar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165458,"job_number":"JOB_165458","tr_customer_id":165475,"tr_customer_product_id":165465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:41.000Z","modified_at":"2026-01-24T04:50:41.000Z","name":"Opaline Varman","mobile_number":"9884389213","email_id":"aarya.kapoor@hotmail.com","dop":"2026-01-14","serial_number":"390594674793521","imei1":"390594674793521","imei2":"390594674793521","popurl":"www.girindra-joshi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165457,"job_number":"JOB_165457","tr_customer_id":165474,"tr_customer_product_id":165464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:41.000Z","name":"Devi Desai","mobile_number":"9839153375","email_id":"lakshmidhar.malik@yahoo.co.in","dop":"2026-01-14","serial_number":"990756071902525","imei1":"990756071902525","imei2":"990756071902525","popurl":"www.tapan-sharma.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165456,"job_number":"JOB_165456","tr_customer_id":165473,"tr_customer_product_id":165463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Minakshi Gowda","mobile_number":"9827251883","email_id":"devangana.ahluwalia@gmail.com","dop":"2026-01-14","serial_number":"875568231961846","imei1":"875568231961846","imei2":"875568231961846","popurl":"www.aagneya-varman.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165455,"job_number":"JOB_165455","tr_customer_id":165472,"tr_customer_product_id":165462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Dharmaketu Nair","mobile_number":"9868697943","email_id":"dhanapati.varma@gmail.com","dop":"2026-01-14","serial_number":"921153741995997","imei1":"921153741995997","imei2":"921153741995997","popurl":"www.uttam-gandhi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165454,"job_number":"JOB_165454","tr_customer_id":165471,"tr_customer_product_id":165461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Bhupen Tandon","mobile_number":"9865321765","email_id":"kartik.gowda@gmail.com","dop":"2026-01-14","serial_number":"094542402756868","imei1":"094542402756868","imei2":"094542402756868","popurl":"www.tanya-banerjee.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165453,"job_number":"JOB_165453","tr_customer_id":165470,"tr_customer_product_id":165460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Paramartha Mehra","mobile_number":"9827191235","email_id":"balgopal.malik@yahoo.co.in","dop":"2026-01-14","serial_number":"018569699916048","imei1":"018569699916048","imei2":"018569699916048","popurl":"www.chaturaanan-ahuja.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165452,"job_number":"JOB_165452","tr_customer_id":165469,"tr_customer_product_id":165459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Draupadi Bhat","mobile_number":"9849961860","email_id":"gitanjali.reddy@gmail.com","dop":"2026-01-14","serial_number":"105448134279153","imei1":"105448134279153","imei2":"105448134279153","popurl":"www.rudra-pothuvaal.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165451,"job_number":"JOB_165451","tr_customer_id":165468,"tr_customer_product_id":165458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Brahmabrata Malik","mobile_number":"9810540375","email_id":"chandraketu.shukla@hotmail.com","dop":"2026-01-14","serial_number":"633236941621852","imei1":"633236941621852","imei2":"633236941621852","popurl":"www.dhyanesh-chaturvedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165450,"job_number":"JOB_165450","tr_customer_id":165467,"tr_customer_product_id":165457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Chandravati Banerjee","mobile_number":"9823702090","email_id":"sanya.mukhopadhyay@yahoo.co.in","dop":"2026-01-14","serial_number":"167387918015345","imei1":"167387918015345","imei2":"167387918015345","popurl":"www.bhargava-bharadwaj.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165449,"job_number":"JOB_165449","tr_customer_id":165466,"tr_customer_product_id":165456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Balaaditya Gandhi","mobile_number":"9872463245","email_id":"chandramohan.ganaka@gmail.com","dop":"2026-01-14","serial_number":"078486991775848","imei1":"078486991775848","imei2":"078486991775848","popurl":"www.gorakhanatha-jain.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165448,"job_number":"JOB_165448","tr_customer_id":165465,"tr_customer_product_id":165455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Avantika Chopra","mobile_number":"9809430249","email_id":"dhanvin.pandey@gmail.com","dop":"2026-01-14","serial_number":"840853718160766","imei1":"840853718160766","imei2":"840853718160766","popurl":"www.bhoopati-acharya.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165447,"job_number":"JOB_165447","tr_customer_id":165464,"tr_customer_product_id":165454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Aatmaj Marar","mobile_number":"9881939272","email_id":"adheesh.chattopadhyay@yahoo.co.in","dop":"2026-01-14","serial_number":"518540287934069","imei1":"518540287934069","imei2":"518540287934069","popurl":"www.kamlesh-singh.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165446,"job_number":"JOB_165446","tr_customer_id":165463,"tr_customer_product_id":165453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Gajadhar Bandopadhyay","mobile_number":"9882554592","email_id":"anal.pandey@hotmail.com","dop":"2026-01-14","serial_number":"850440399132511","imei1":"850440399132511","imei2":"850440399132511","popurl":"www.girika-pothuvaal.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165445,"job_number":"JOB_165445","tr_customer_id":165462,"tr_customer_product_id":165452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Aagam Mehrotra","mobile_number":"9803407688","email_id":"somu.singh@hotmail.com","dop":"2026-01-14","serial_number":"800586982321211","imei1":"800586982321211","imei2":"800586982321211","popurl":"www.mina-chaturvedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165444,"job_number":"JOB_165444","tr_customer_id":165461,"tr_customer_product_id":165451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Bhisham Pilla","mobile_number":"9834515098","email_id":"sujata.bhattacharya@hotmail.com","dop":"2026-01-14","serial_number":"557643353038141","imei1":"557643353038141","imei2":"557643353038141","popurl":"www.aditya-dutta.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165443,"job_number":"JOB_165443","tr_customer_id":165460,"tr_customer_product_id":165450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Giriraaj Marar","mobile_number":"9850334121","email_id":"bhoopati.ganaka@hotmail.com","dop":"2026-01-14","serial_number":"093972205388223","imei1":"093972205388223","imei2":"093972205388223","popurl":"www.meghnad-devar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165442,"job_number":"JOB_165442","tr_customer_id":165459,"tr_customer_product_id":165449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Gautam Rana","mobile_number":"9808705261","email_id":"mani.devar@gmail.com","dop":"2026-01-14","serial_number":"786411901638284","imei1":"786411901638284","imei2":"786411901638284","popurl":"www.govinda-joshi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165441,"job_number":"JOB_165441","tr_customer_id":165458,"tr_customer_product_id":165448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Chaaruchandra Kakkar","mobile_number":"9825915432","email_id":"rajendra.johar@gmail.com","dop":"2026-01-14","serial_number":"967320149323116","imei1":"967320149323116","imei2":"967320149323116","popurl":"www.bhoopati-pillai.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165440,"job_number":"JOB_165440","tr_customer_id":165457,"tr_customer_product_id":165447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Dakshayani Mehrotra","mobile_number":"9880309268","email_id":"eshana.mehra@yahoo.co.in","dop":"2026-01-14","serial_number":"775792479396336","imei1":"775792479396336","imei2":"775792479396336","popurl":"www.goswami-sinha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165434,"job_number":"JOB_165434","tr_customer_id":165451,"tr_customer_product_id":165441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:39:42.000Z","modified_at":"2026-01-24T04:39:52.000Z","name":"Christelle McClure","mobile_number":"431-767-5068","email_id":"Shayne.Corkery50@yahoo.com","dop":"2025-07-01","serial_number":"109327534425204","imei1":"109327534425204","imei2":"109327534425204","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T04:39:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165433,"job_number":"JOB_165433","tr_customer_id":165450,"tr_customer_product_id":165440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:39:42.000Z","modified_at":"2026-01-24T04:39:42.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"109883769458152","imei1":"109883769458152","imei2":"109883769458152","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165432,"job_number":"JOB_165432","tr_customer_id":165449,"tr_customer_product_id":165439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:39:30.000Z","modified_at":"2026-01-24T04:39:40.000Z","name":"Gabriella Kerluke","mobile_number":"737-317-0547","email_id":"Geovany_Weimann51@hotmail.com","dop":"2025-07-01","serial_number":"103814157588324","imei1":"103814157588324","imei2":"103814157588324","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T04:39:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165431,"job_number":"JOB_165431","tr_customer_id":165448,"tr_customer_product_id":165438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:39:29.000Z","modified_at":"2026-01-24T04:39:29.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"106051138437493","imei1":"106051138437493","imei2":"106051138437493","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165429,"job_number":"JOB_165429","tr_customer_id":165446,"tr_customer_product_id":165436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:35:28.000Z","modified_at":"2026-01-24T04:38:46.000Z","name":"Morris Russel","mobile_number":"496-675-7604","email_id":"Antonietta.Kuvalis@hotmail.com","dop":"2026-01-04","serial_number":"10544966715126","imei1":"10544966715126","imei2":"10544966715126","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-24T04:38:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165428,"job_number":"JOB_165428","tr_customer_id":165445,"tr_customer_product_id":165435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:32:53.000Z","modified_at":"2026-01-24T04:32:53.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-14","serial_number":"75170751806930","imei1":"75170751806930","imei2":"75170751806930","popurl":"2026-01-14T04:32:52.877713245Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:32:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165427,"job_number":"JOB_165427","tr_customer_id":165444,"tr_customer_product_id":165434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:32:36.000Z","modified_at":"2026-01-24T04:32:36.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-14","serial_number":"91042546477578","imei1":"91042546477578","imei2":"91042546477578","popurl":"2026-01-14T04:32:35.794862697Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:32:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165426,"job_number":"JOB_165426","tr_customer_id":165443,"tr_customer_product_id":165433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Vedanga Iyer","mobile_number":"9818878545","email_id":"vrinda.prajapat@hotmail.com","dop":"2026-01-14","serial_number":"841886975733437","imei1":"841886975733437","imei2":"841886975733437","popurl":"www.dron-gandhi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165425,"job_number":"JOB_165425","tr_customer_id":165442,"tr_customer_product_id":165432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Chandrakala Bhat","mobile_number":"9887057135","email_id":"chatur.asan@yahoo.co.in","dop":"2026-01-14","serial_number":"006765238252952","imei1":"006765238252952","imei2":"006765238252952","popurl":"www.kannen-bhattathiri.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165424,"job_number":"JOB_165424","tr_customer_id":165441,"tr_customer_product_id":165431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Bhargavi Chopra","mobile_number":"9899725910","email_id":"dipankar.dwivedi@yahoo.co.in","dop":"2026-01-14","serial_number":"331716760096727","imei1":"331716760096727","imei2":"331716760096727","popurl":"www.bhavani-shah.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165423,"job_number":"JOB_165423","tr_customer_id":165440,"tr_customer_product_id":165430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Sunita Varman","mobile_number":"9853302346","email_id":"chandramohan.embranthiri@yahoo.co.in","dop":"2026-01-14","serial_number":"176725950591075","imei1":"176725950591075","imei2":"176725950591075","popurl":"www.atmaja-tandon.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165422,"job_number":"JOB_165422","tr_customer_id":165439,"tr_customer_product_id":165429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Tej Sethi","mobile_number":"9833571342","email_id":"arya.guha@hotmail.com","dop":"2026-01-14","serial_number":"846776267179423","imei1":"846776267179423","imei2":"846776267179423","popurl":"www.sushma-talwar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165421,"job_number":"JOB_165421","tr_customer_id":165438,"tr_customer_product_id":165428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Sachin Saini","mobile_number":"9820994305","email_id":"harita.marar@hotmail.com","dop":"2026-01-14","serial_number":"255602128695832","imei1":"255602128695832","imei2":"255602128695832","popurl":"www.bhisham-johar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165420,"job_number":"JOB_165420","tr_customer_id":165437,"tr_customer_product_id":165427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Deeptanshu Trivedi","mobile_number":"9828064479","email_id":"saraswati.nehru@yahoo.co.in","dop":"2026-01-14","serial_number":"363813600417312","imei1":"363813600417312","imei2":"363813600417312","popurl":"www.shwet-reddy.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165419,"job_number":"JOB_165419","tr_customer_id":165436,"tr_customer_product_id":165426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Marut Arora","mobile_number":"9805208962","email_id":"daevi.talwar@yahoo.co.in","dop":"2026-01-14","serial_number":"001000635630398","imei1":"001000635630398","imei2":"001000635630398","popurl":"www.tara-khan.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165418,"job_number":"JOB_165418","tr_customer_id":165435,"tr_customer_product_id":165425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Sushma Embranthiri","mobile_number":"9881105579","email_id":"lila.gowda@gmail.com","dop":"2026-01-14","serial_number":"599070310118488","imei1":"599070310118488","imei2":"599070310118488","popurl":"www.anuraag-shah.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165417,"job_number":"JOB_165417","tr_customer_id":165434,"tr_customer_product_id":165424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Soma Iyer","mobile_number":"9894575017","email_id":"rati.bhattacharya@hotmail.com","dop":"2026-01-14","serial_number":"813391619527318","imei1":"813391619527318","imei2":"813391619527318","popurl":"www.aashritha-talwar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165416,"job_number":"JOB_165416","tr_customer_id":165433,"tr_customer_product_id":165423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Chanda Pandey","mobile_number":"9824631964","email_id":"ekaksh.chattopadhyay@hotmail.com","dop":"2026-01-14","serial_number":"953157742158475","imei1":"953157742158475","imei2":"953157742158475","popurl":"www.kanak-shukla.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165415,"job_number":"JOB_165415","tr_customer_id":165432,"tr_customer_product_id":165422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Aatmaja Shukla","mobile_number":"9808520567","email_id":"balaaditya.dubashi@gmail.com","dop":"2026-01-14","serial_number":"630147529006180","imei1":"630147529006180","imei2":"630147529006180","popurl":"www.gorakhnath-rana.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165414,"job_number":"JOB_165414","tr_customer_id":165431,"tr_customer_product_id":165421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Ekadant Kocchar","mobile_number":"9853053073","email_id":"chanda.devar@hotmail.com","dop":"2026-01-14","serial_number":"004334391747342","imei1":"004334391747342","imei2":"004334391747342","popurl":"www.javas-bhat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165413,"job_number":"JOB_165413","tr_customer_id":165430,"tr_customer_product_id":165420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Baijayanti Mukhopadhyay","mobile_number":"9861870538","email_id":"kumari.kapoor@hotmail.com","dop":"2026-01-14","serial_number":"174323900972146","imei1":"174323900972146","imei2":"174323900972146","popurl":"www.lal-jain.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165412,"job_number":"JOB_165412","tr_customer_id":165429,"tr_customer_product_id":165419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Somu Ahluwalia","mobile_number":"9883256265","email_id":"adhiraj.patel@yahoo.co.in","dop":"2026-01-14","serial_number":"880650741205039","imei1":"880650741205039","imei2":"880650741205039","popurl":"www.vrund-namboothiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165411,"job_number":"JOB_165411","tr_customer_id":165428,"tr_customer_product_id":165418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Adikavi Varma","mobile_number":"9889609728","email_id":"vijay.shukla@gmail.com","dop":"2026-01-14","serial_number":"532227972891934","imei1":"532227972891934","imei2":"532227972891934","popurl":"www.anshula-trivedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165410,"job_number":"JOB_165410","tr_customer_id":165427,"tr_customer_product_id":165417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Chatur Tagore","mobile_number":"9870745580","email_id":"jagmeet.prajapat@yahoo.co.in","dop":"2026-01-14","serial_number":"234909757006711","imei1":"234909757006711","imei2":"234909757006711","popurl":"www.subhashini-acharya.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165409,"job_number":"JOB_165409","tr_customer_id":165426,"tr_customer_product_id":165416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Chaitan Desai","mobile_number":"9871465144","email_id":"ranjeet.chaturvedi@yahoo.co.in","dop":"2026-01-14","serial_number":"048518390040938","imei1":"048518390040938","imei2":"048518390040938","popurl":"www.ojaswini-panicker.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165408,"job_number":"JOB_165408","tr_customer_id":165425,"tr_customer_product_id":165415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Bhaaswar Bharadwaj","mobile_number":"9811134401","email_id":"indra.gowda@hotmail.com","dop":"2026-01-14","serial_number":"314848063276707","imei1":"314848063276707","imei2":"314848063276707","popurl":"www.dhana-mehrotra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165407,"job_number":"JOB_165407","tr_customer_id":165424,"tr_customer_product_id":165414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:58.000Z","modified_at":"2026-01-24T04:27:58.000Z","name":"Chiranjeev Banerjee","mobile_number":"9834721926","email_id":"balagovind.pandey@hotmail.com","dop":"2026-01-14","serial_number":"928510045868407","imei1":"928510045868407","imei2":"928510045868407","popurl":"www.gajaadhar-ahuja.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165406,"job_number":"JOB_165406","tr_customer_id":165423,"tr_customer_product_id":165413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:58.000Z","modified_at":"2026-01-24T04:27:58.000Z","name":"Bhasvan Verma","mobile_number":"9872927685","email_id":"sharmila.mahajan@gmail.com","dop":"2026-01-14","serial_number":"757476286049122","imei1":"757476286049122","imei2":"757476286049122","popurl":"www.vaishno-khatri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165405,"job_number":"JOB_165405","tr_customer_id":165422,"tr_customer_product_id":165412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:58.000Z","modified_at":"2026-01-24T04:27:58.000Z","name":"Jay Dhawan","mobile_number":"9868110374","email_id":"laxman.khan@gmail.com","dop":"2026-01-14","serial_number":"574159400664376","imei1":"574159400664376","imei2":"574159400664376","popurl":"www.gayatri-singh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165404,"job_number":"JOB_165404","tr_customer_id":165421,"tr_customer_product_id":165411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:58.000Z","modified_at":"2026-01-24T04:27:58.000Z","name":"Dharmaketu Joshi","mobile_number":"9854529024","email_id":"devdan.bhattathiri@gmail.com","dop":"2026-01-14","serial_number":"061726002996298","imei1":"061726002996298","imei2":"061726002996298","popurl":"www.bharadwaj-varma.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165403,"job_number":"JOB_165403","tr_customer_id":165420,"tr_customer_product_id":165410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:57.000Z","modified_at":"2026-01-24T04:27:57.000Z","name":"Balgopal Kapoor","mobile_number":"9869602502","email_id":"ranjit.devar@hotmail.com","dop":"2026-01-14","serial_number":"982484667355714","imei1":"982484667355714","imei2":"982484667355714","popurl":"www.paramartha-deshpande.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165402,"job_number":"JOB_165402","tr_customer_id":165419,"tr_customer_product_id":165409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:57.000Z","modified_at":"2026-01-24T04:27:57.000Z","name":"Agrata Bhat","mobile_number":"9885789355","email_id":"gopal.naik@yahoo.co.in","dop":"2026-01-14","serial_number":"924016580826651","imei1":"924016580826651","imei2":"924016580826651","popurl":"www.devika-gowda.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165401,"job_number":"JOB_165401","tr_customer_id":165418,"tr_customer_product_id":165408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:57.000Z","modified_at":"2026-01-24T04:27:57.000Z","name":"Sunita Guneta","mobile_number":"9807668298","email_id":"advaya.varrier@yahoo.co.in","dop":"2026-01-14","serial_number":"051711404933680","imei1":"051711404933680","imei2":"051711404933680","popurl":"www.dayaananda-mehrotra.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165400,"job_number":"JOB_165400","tr_customer_id":165417,"tr_customer_product_id":165407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:56.000Z","modified_at":"2026-01-24T04:27:56.000Z","name":"Ekaaksh Abbott","mobile_number":"9890052794","email_id":"vishwamitra.shah@hotmail.com","dop":"2026-01-14","serial_number":"606155490602616","imei1":"606155490602616","imei2":"606155490602616","popurl":"www.deb-rana.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165399,"job_number":"JOB_165399","tr_customer_id":165416,"tr_customer_product_id":165406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:56.000Z","modified_at":"2026-01-24T04:27:56.000Z","name":"Charuvrat Kocchar","mobile_number":"9815347812","email_id":"balachandra.banerjee@yahoo.co.in","dop":"2026-01-14","serial_number":"229846216442278","imei1":"229846216442278","imei2":"229846216442278","popurl":"www.ramesh-abbott.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165398,"job_number":"JOB_165398","tr_customer_id":165415,"tr_customer_product_id":165405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:56.000Z","modified_at":"2026-01-24T04:27:56.000Z","name":"Deependra Deshpande","mobile_number":"9837293724","email_id":"amritambu.agarwal@gmail.com","dop":"2026-01-14","serial_number":"526902097761960","imei1":"526902097761960","imei2":"526902097761960","popurl":"www.dayaananda-tagore.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165397,"job_number":"JOB_165397","tr_customer_id":165414,"tr_customer_product_id":165404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Hiranya Kaniyar","mobile_number":"9801656119","email_id":"aayushman.johar@yahoo.co.in","dop":"2026-01-14","serial_number":"456912851593140","imei1":"456912851593140","imei2":"456912851593140","popurl":"www.deeptiman-chopra.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165396,"job_number":"JOB_165396","tr_customer_id":165413,"tr_customer_product_id":165403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Kanaka Saini","mobile_number":"9804196307","email_id":"menaka.dutta@yahoo.co.in","dop":"2026-01-14","serial_number":"511960548508867","imei1":"511960548508867","imei2":"511960548508867","popurl":"www.chitramala-guneta.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165395,"job_number":"JOB_165395","tr_customer_id":165412,"tr_customer_product_id":165402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Asha Deshpande","mobile_number":"9852196932","email_id":"kartik.mishra@hotmail.com","dop":"2026-01-14","serial_number":"447438135173029","imei1":"447438135173029","imei2":"447438135173029","popurl":"www.deepali-mishra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165394,"job_number":"JOB_165394","tr_customer_id":165411,"tr_customer_product_id":165401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Chatur Mahajan","mobile_number":"9852608676","email_id":"somnath.nayar@gmail.com","dop":"2026-01-14","serial_number":"854768947007554","imei1":"854768947007554","imei2":"854768947007554","popurl":"www.bhavani-mukhopadhyay.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165393,"job_number":"JOB_165393","tr_customer_id":165410,"tr_customer_product_id":165400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Aalok Iyengar","mobile_number":"9810410980","email_id":"amogh.gandhi@gmail.com","dop":"2026-01-14","serial_number":"115895301479098","imei1":"115895301479098","imei2":"115895301479098","popurl":"www.pran-gill.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165392,"job_number":"JOB_165392","tr_customer_id":165409,"tr_customer_product_id":165399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Sarvin Johar","mobile_number":"9820175652","email_id":"rohana.rana@yahoo.co.in","dop":"2026-01-14","serial_number":"432530712923217","imei1":"432530712923217","imei2":"432530712923217","popurl":"www.ranjeet-verma.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165391,"job_number":"JOB_165391","tr_customer_id":165408,"tr_customer_product_id":165398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:53.000Z","modified_at":"2026-01-24T04:27:53.000Z","name":"Deeptanshu Shukla","mobile_number":"9898060828","email_id":"daevi.dhawan@gmail.com","dop":"2026-01-14","serial_number":"706795469102623","imei1":"706795469102623","imei2":"706795469102623","popurl":"www.bhadraksh-malik.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165390,"job_number":"JOB_165390","tr_customer_id":165407,"tr_customer_product_id":165397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:53.000Z","modified_at":"2026-01-24T04:27:53.000Z","name":"Gopal Panicker","mobile_number":"9870450560","email_id":"ganaka.chaturvedi@gmail.com","dop":"2026-01-14","serial_number":"637317676472120","imei1":"637317676472120","imei2":"637317676472120","popurl":"www.krishnadas-pandey.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165389,"job_number":"JOB_165389","tr_customer_id":165406,"tr_customer_product_id":165396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:52.000Z","modified_at":"2026-01-24T04:27:52.000Z","name":"Alok Mehra","mobile_number":"9859134502","email_id":"himadri.pandey@hotmail.com","dop":"2026-01-14","serial_number":"491498836514650","imei1":"491498836514650","imei2":"491498836514650","popurl":"www.amaranaath-agarwal.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165388,"job_number":"JOB_165388","tr_customer_id":165405,"tr_customer_product_id":165395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:52.000Z","modified_at":"2026-01-24T04:27:52.000Z","name":"Opalina Tandon","mobile_number":"9868737878","email_id":"kiran.kapoor@hotmail.com","dop":"2026-01-14","serial_number":"345413575723243","imei1":"345413575723243","imei2":"345413575723243","popurl":"www.abhisyanta-sinha.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165387,"job_number":"JOB_165387","tr_customer_id":165404,"tr_customer_product_id":165394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:52.000Z","modified_at":"2026-01-24T04:27:52.000Z","name":"Rameshwar Saini","mobile_number":"9896088852","email_id":"jagathi.dwivedi@hotmail.com","dop":"2026-01-14","serial_number":"642935919776858","imei1":"642935919776858","imei2":"642935919776858","popurl":"www.dhanalakshmi-guha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165386,"job_number":"JOB_165386","tr_customer_id":165403,"tr_customer_product_id":165393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:24:47.000Z","modified_at":"2026-01-24T04:24:47.000Z","name":"Magnolia Wehner","mobile_number":"660-564-2966","email_id":"Janet.Hettinger@gmail.com","dop":"2025-04-06","serial_number":"12079838181295206","imei1":"12079838181295206","imei2":"12079838181295206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:24:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165385,"job_number":"JOB_165385","tr_customer_id":165402,"tr_customer_product_id":165392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:24:46.000Z","modified_at":"2026-01-24T04:25:22.000Z","name":"Andrew Leuschke","mobile_number":"991-281-6403","email_id":"Lafayette.Keebler86@hotmail.com","dop":"2025-04-06","serial_number":"12956495377567","imei1":"12956495377567","imei2":"12956495377567","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T04:25:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165384,"job_number":"JOB_165384","tr_customer_id":165401,"tr_customer_product_id":165391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:24:04.000Z","modified_at":"2026-01-24T04:24:04.000Z","name":"Ludwig Ullrich","mobile_number":"890-598-1694","email_id":"Monte.Anderson@hotmail.com","dop":"2025-04-06","serial_number":"17922287909484024","imei1":"17922287909484024","imei2":"17922287909484024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:24:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165383,"job_number":"JOB_165383","tr_customer_id":165400,"tr_customer_product_id":165390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:24:03.000Z","modified_at":"2026-01-24T04:24:39.000Z","name":"Ron Marks","mobile_number":"774-779-5594","email_id":"Ressie.Barrows16@yahoo.com","dop":"2025-04-06","serial_number":"10234358658673","imei1":"10234358658673","imei2":"10234358658673","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T04:24:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165382,"job_number":"JOB_165382","tr_customer_id":165399,"tr_customer_product_id":165389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:23:21.000Z","modified_at":"2026-01-24T04:23:21.000Z","name":"Joel Ankunding","mobile_number":"827-267-5322","email_id":"Winnifred_Schneider54@hotmail.com","dop":"2025-04-06","serial_number":"16845791980135318","imei1":"16845791980135318","imei2":"16845791980135318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:23:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165381,"job_number":"JOB_165381","tr_customer_id":165398,"tr_customer_product_id":165388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:23:20.000Z","modified_at":"2026-01-24T04:23:56.000Z","name":"Georgiana Roberts","mobile_number":"287-318-6889","email_id":"Sydney_Jones@yahoo.com","dop":"2025-04-06","serial_number":"18511483938795","imei1":"18511483938795","imei2":"18511483938795","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T04:23:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165380,"job_number":"JOB_165380","tr_customer_id":165397,"tr_customer_product_id":165387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:21:44.000Z","modified_at":"2026-01-24T04:37:53.000Z","name":"Kraig Mayert","mobile_number":"891-347-5577","email_id":"Berta5@gmail.com","dop":"2026-01-04","serial_number":"14536486101644","imei1":"14536486101644","imei2":"14536486101644","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-24T04:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165379,"job_number":"JOB_165379","tr_customer_id":165396,"tr_customer_product_id":165386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:18:27.000Z","modified_at":"2026-01-24T04:18:27.000Z","name":"Aarya Patil","mobile_number":"8646182846","email_id":"mandakini.gandhi@hotmail.com","dop":"2026-01-14","serial_number":"38315729594727","imei1":"38315729594727","imei2":"38315729594727","popurl":"www.chakravartee-nehru.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:18:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165356,"job_number":"JOB_165356","tr_customer_id":165373,"tr_customer_product_id":165363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:51:56.000Z","modified_at":"2026-01-24T03:51:56.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-14","serial_number":"11794514993613","imei1":"18904414473613","imei2":"130779079163713","popurl":"2026-01-14T03:51:54.202267400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:51:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165355,"job_number":"JOB_165355","tr_customer_id":165372,"tr_customer_product_id":165362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:50:09.000Z","modified_at":"2026-01-24T03:50:09.000Z","name":"Breana Marks","mobile_number":"649-208-6435","email_id":"Angelo.Auer92@hotmail.com","dop":"2025-04-06","serial_number":"18717702518598948","imei1":"18717702518598948","imei2":"18717702518598948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165354,"job_number":"JOB_165354","tr_customer_id":165371,"tr_customer_product_id":165361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:50:08.000Z","modified_at":"2026-01-24T03:50:45.000Z","name":"Jovany Hintz","mobile_number":"799-242-0870","email_id":"Anjali63@gmail.com","dop":"2025-04-06","serial_number":"19172633001544","imei1":"19172633001544","imei2":"19172633001544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165353,"job_number":"JOB_165353","tr_customer_id":165370,"tr_customer_product_id":165360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:50:07.000Z","modified_at":"2026-01-24T03:50:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14428914154344","imei1":"14428914154344","imei2":"14428914154344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:50:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165352,"job_number":"JOB_165352","tr_customer_id":165369,"tr_customer_product_id":165359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:53.000Z","modified_at":"2026-01-24T03:49:53.000Z","name":"Felicity Prohaska","mobile_number":"493-935-4616","email_id":"Maya14@hotmail.com","dop":"2025-04-06","serial_number":"18720437561758200","imei1":"18720437561758200","imei2":"18720437561758200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165351,"job_number":"JOB_165351","tr_customer_id":165368,"tr_customer_product_id":165358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:52.000Z","modified_at":"2026-01-24T03:50:27.000Z","name":"Rebekah Crooks","mobile_number":"389-639-8225","email_id":"Nikolas34@hotmail.com","dop":"2025-04-06","serial_number":"11070167175546","imei1":"11070167175546","imei2":"11070167175546","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:50:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165350,"job_number":"JOB_165350","tr_customer_id":165367,"tr_customer_product_id":165357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:52.000Z","modified_at":"2026-01-24T03:49:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13554323013804","imei1":"13554323013804","imei2":"13554323013804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165346,"job_number":"JOB_165346","tr_customer_id":165363,"tr_customer_product_id":165353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:33.000Z","modified_at":"2026-01-24T03:49:33.000Z","name":"Nathen Reichert","mobile_number":"289-517-6308","email_id":"Wilbert_Russel@hotmail.com","dop":"2025-04-06","serial_number":"14112098358107610","imei1":"14112098358107610","imei2":"14112098358107610","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165345,"job_number":"JOB_165345","tr_customer_id":165362,"tr_customer_product_id":165352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:32.000Z","modified_at":"2026-01-24T03:50:08.000Z","name":"Patsy Wilkinson","mobile_number":"464-558-4664","email_id":"Hellen65@yahoo.com","dop":"2025-04-06","serial_number":"14910771462650","imei1":"14910771462650","imei2":"14910771462650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:50:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165344,"job_number":"JOB_165344","tr_customer_id":165361,"tr_customer_product_id":165351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:32.000Z","modified_at":"2026-01-24T03:49:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16427105170239","imei1":"16427105170239","imei2":"16427105170239","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165343,"job_number":"JOB_165343","tr_customer_id":165360,"tr_customer_product_id":165350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:25.000Z","modified_at":"2026-01-24T03:49:25.000Z","name":"Jolie Bernier","mobile_number":"536-628-7256","email_id":"Celestino.Wisozk49@gmail.com","dop":"2025-04-06","serial_number":"16217151647362924","imei1":"16217151647362924","imei2":"16217151647362924","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165342,"job_number":"JOB_165342","tr_customer_id":165359,"tr_customer_product_id":165349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:23.000Z","modified_at":"2026-01-24T03:49:23.000Z","name":"Krystina Gleichner","mobile_number":"345-879-8416","email_id":"Melvina17@hotmail.com","dop":"2025-04-06","serial_number":"12491444485544004","imei1":"12491444485544004","imei2":"12491444485544004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165341,"job_number":"JOB_165341","tr_customer_id":165358,"tr_customer_product_id":165348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:23.000Z","modified_at":"2026-01-24T03:50:00.000Z","name":"Jacklyn Wisoky","mobile_number":"535-964-6142","email_id":"Constantin70@gmail.com","dop":"2025-04-06","serial_number":"18620551817047","imei1":"18620551817047","imei2":"18620551817047","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165340,"job_number":"JOB_165340","tr_customer_id":165357,"tr_customer_product_id":165347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:23.000Z","modified_at":"2026-01-24T03:49:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12684171543306","imei1":"12684171543306","imei2":"12684171543306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165339,"job_number":"JOB_165339","tr_customer_id":165356,"tr_customer_product_id":165346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:22.000Z","modified_at":"2026-01-24T03:50:02.000Z","name":"Myah Littel","mobile_number":"826-946-1503","email_id":"Eldon_Okuneva@hotmail.com","dop":"2025-04-06","serial_number":"17876708639977","imei1":"17876708639977","imei2":"17876708639977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165338,"job_number":"JOB_165338","tr_customer_id":165355,"tr_customer_product_id":165345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:22.000Z","modified_at":"2026-01-24T03:49:22.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17976199179940","imei1":"17976199179940","imei2":"17976199179940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165337,"job_number":"JOB_165337","tr_customer_id":165354,"tr_customer_product_id":165344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:14.000Z","modified_at":"2026-01-24T03:49:15.000Z","name":"Tanya Wilderman","mobile_number":"740-556-4898","email_id":"Oren74@yahoo.com","dop":"2025-04-06","serial_number":"15465539341670244","imei1":"15465539341670244","imei2":"15465539341670244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165336,"job_number":"JOB_165336","tr_customer_id":165353,"tr_customer_product_id":165343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:13.000Z","modified_at":"2026-01-24T03:49:49.000Z","name":"Willard Borer","mobile_number":"429-871-0550","email_id":"Kyler75@hotmail.com","dop":"2025-04-06","serial_number":"17655381050455","imei1":"17655381050455","imei2":"17655381050455","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165335,"job_number":"JOB_165335","tr_customer_id":165352,"tr_customer_product_id":165342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:13.000Z","modified_at":"2026-01-24T03:49:13.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11643872202322","imei1":"11643872202322","imei2":"11643872202322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165334,"job_number":"JOB_165334","tr_customer_id":165351,"tr_customer_product_id":165341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:11.000Z","modified_at":"2026-01-24T03:49:11.000Z","name":"Desmond Schowalter","mobile_number":"867-479-1018","email_id":"Anabelle76@yahoo.com","dop":"2025-04-06","serial_number":"18498549604324308","imei1":"18498549604324308","imei2":"18498549604324308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165333,"job_number":"JOB_165333","tr_customer_id":165350,"tr_customer_product_id":165340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:10.000Z","modified_at":"2026-01-24T03:49:45.000Z","name":"Selina Konopelski","mobile_number":"662-684-1473","email_id":"Daren37@gmail.com","dop":"2025-04-06","serial_number":"15675762155541","imei1":"15675762155541","imei2":"15675762155541","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165332,"job_number":"JOB_165332","tr_customer_id":165349,"tr_customer_product_id":165339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:10.000Z","modified_at":"2026-01-24T03:49:10.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11166856025382","imei1":"11166856025382","imei2":"11166856025382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165327,"job_number":"JOB_165327","tr_customer_id":165344,"tr_customer_product_id":165334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:57.000Z","modified_at":"2026-01-24T03:48:57.000Z","name":"Cleve Crist","mobile_number":"959-392-2775","email_id":"Maximillian_Windler1@yahoo.com","dop":"2025-04-06","serial_number":"18890661954632910","imei1":"18890661954632910","imei2":"18890661954632910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165325,"job_number":"JOB_165325","tr_customer_id":165342,"tr_customer_product_id":165332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:56.000Z","modified_at":"2026-01-24T03:49:31.000Z","name":"Deron Howell","mobile_number":"264-228-4633","email_id":"Remington.Kuhic@hotmail.com","dop":"2025-04-06","serial_number":"12100932487775","imei1":"12100932487775","imei2":"12100932487775","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165323,"job_number":"JOB_165323","tr_customer_id":165340,"tr_customer_product_id":165330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:55.000Z","modified_at":"2026-01-24T03:48:55.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"13499364363182","imei1":"13499364363182","imei2":"13499364363182","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165321,"job_number":"JOB_165321","tr_customer_id":165338,"tr_customer_product_id":165328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:50.000Z","modified_at":"2026-01-24T03:48:50.000Z","name":"Erich Wolf","mobile_number":"647-821-7533","email_id":"Garett_Greenfelder@gmail.com","dop":"2025-04-06","serial_number":"17382459598498484","imei1":"17382459598498484","imei2":"17382459598498484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165320,"job_number":"JOB_165320","tr_customer_id":165337,"tr_customer_product_id":165327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:49.000Z","modified_at":"2026-01-24T03:49:25.000Z","name":"Calista Bins","mobile_number":"304-317-4356","email_id":"Cristina97@yahoo.com","dop":"2025-04-06","serial_number":"13874467875541","imei1":"13874467875541","imei2":"13874467875541","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165318,"job_number":"JOB_165318","tr_customer_id":165335,"tr_customer_product_id":165325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:49.000Z","modified_at":"2026-01-24T03:48:49.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17004721281782","imei1":"17004721281782","imei2":"17004721281782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165315,"job_number":"JOB_165315","tr_customer_id":165332,"tr_customer_product_id":165322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:48.000Z","modified_at":"2026-01-24T03:48:48.000Z","name":"Kaleigh Witting","mobile_number":"452-413-5002","email_id":"Isabell_Denesik49@gmail.com","dop":"2025-04-06","serial_number":"11442646291047482","imei1":"11442646291047482","imei2":"11442646291047482","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165314,"job_number":"JOB_165314","tr_customer_id":165331,"tr_customer_product_id":165321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:47.000Z","modified_at":"2026-01-24T03:48:47.000Z","name":"Arden Tremblay","mobile_number":"727-820-6131","email_id":"Kendra.Hyatt66@hotmail.com","dop":"2025-04-06","serial_number":"12412944973713898","imei1":"12412944973713898","imei2":"12412944973713898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165313,"job_number":"JOB_165313","tr_customer_id":165330,"tr_customer_product_id":165320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:47.000Z","modified_at":"2026-01-24T03:49:22.000Z","name":"Daisy Jacobson","mobile_number":"512-397-9519","email_id":"Magdalen_Lehner12@yahoo.com","dop":"2025-04-06","serial_number":"10176441396311","imei1":"10176441396311","imei2":"10176441396311","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165312,"job_number":"JOB_165312","tr_customer_id":165329,"tr_customer_product_id":165319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:46.000Z","modified_at":"2026-01-24T03:48:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12420352718073","imei1":"12420352718073","imei2":"12420352718073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165311,"job_number":"JOB_165311","tr_customer_id":165328,"tr_customer_product_id":165318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:46.000Z","modified_at":"2026-01-24T03:49:23.000Z","name":"Ivory Wolf","mobile_number":"711-712-3147","email_id":"Thalia.Jerde38@hotmail.com","dop":"2025-04-06","serial_number":"10166449174588","imei1":"10166449174588","imei2":"10166449174588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165310,"job_number":"JOB_165310","tr_customer_id":165327,"tr_customer_product_id":165317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:46.000Z","modified_at":"2026-01-24T03:48:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19119835456881","imei1":"19119835456881","imei2":"19119835456881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165309,"job_number":"JOB_165309","tr_customer_id":165326,"tr_customer_product_id":165316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:41.000Z","modified_at":"2026-01-24T03:48:41.000Z","name":"Shania Gorczany","mobile_number":"744-942-3992","email_id":"Leonardo24@gmail.com","dop":"2025-04-06","serial_number":"10023791850303816","imei1":"10023791850303816","imei2":"10023791850303816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165308,"job_number":"JOB_165308","tr_customer_id":165325,"tr_customer_product_id":165315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:40.000Z","modified_at":"2026-01-24T03:49:16.000Z","name":"Esmeralda Ruecker","mobile_number":"495-546-8924","email_id":"Kallie.Hartmann@hotmail.com","dop":"2025-04-06","serial_number":"16913730069897","imei1":"16913730069897","imei2":"16913730069897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165307,"job_number":"JOB_165307","tr_customer_id":165324,"tr_customer_product_id":165314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:40.000Z","modified_at":"2026-01-24T03:48:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12473790051572","imei1":"12473790051572","imei2":"12473790051572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165306,"job_number":"JOB_165306","tr_customer_id":165323,"tr_customer_product_id":165313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:37.000Z","modified_at":"2026-01-24T03:48:37.000Z","name":"Jaeden Ferry","mobile_number":"422-370-3628","email_id":"Eudora_Jaskolski74@yahoo.com","dop":"2025-04-06","serial_number":"15686992023527656","imei1":"15686992023527656","imei2":"15686992023527656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165305,"job_number":"JOB_165305","tr_customer_id":165322,"tr_customer_product_id":165312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:36.000Z","modified_at":"2026-01-24T03:49:14.000Z","name":"Colleen Swift","mobile_number":"782-630-7179","email_id":"Rosie64@gmail.com","dop":"2025-04-06","serial_number":"10497813776174","imei1":"10497813776174","imei2":"10497813776174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165303,"job_number":"JOB_165303","tr_customer_id":165320,"tr_customer_product_id":165310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:36.000Z","modified_at":"2026-01-24T03:48:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16252649260495","imei1":"16252649260495","imei2":"16252649260495","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165299,"job_number":"JOB_165299","tr_customer_id":165316,"tr_customer_product_id":165306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:32.000Z","modified_at":"2026-01-24T03:48:32.000Z","name":"Myra Upton","mobile_number":"882-890-8135","email_id":"Junior52@gmail.com","dop":"2025-04-06","serial_number":"17259419956991238","imei1":"17259419956991238","imei2":"17259419956991238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165298,"job_number":"JOB_165298","tr_customer_id":165315,"tr_customer_product_id":165305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:31.000Z","modified_at":"2026-01-24T03:49:06.000Z","name":"Nicole Steuber","mobile_number":"583-703-3100","email_id":"Sabrina29@yahoo.com","dop":"2025-04-06","serial_number":"14853994153611","imei1":"14853994153611","imei2":"14853994153611","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165297,"job_number":"JOB_165297","tr_customer_id":165314,"tr_customer_product_id":165304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:30.000Z","modified_at":"2026-01-24T03:48:30.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13042543927292","imei1":"13042543927292","imei2":"13042543927292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165296,"job_number":"JOB_165296","tr_customer_id":165313,"tr_customer_product_id":165303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:29.000Z","modified_at":"2026-01-24T03:48:29.000Z","name":"Pasquale Leffler","mobile_number":"433-518-7866","email_id":"Luna98@hotmail.com","dop":"2025-04-06","serial_number":"13639098013441312","imei1":"13639098013441312","imei2":"13639098013441312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165295,"job_number":"JOB_165295","tr_customer_id":165312,"tr_customer_product_id":165302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:29.000Z","modified_at":"2026-01-24T03:48:29.000Z","name":"Ellie Durgan","mobile_number":"743-240-4314","email_id":"Margie_Johns@gmail.com","dop":"2025-04-06","serial_number":"17333391059497404","imei1":"17333391059497404","imei2":"17333391059497404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165294,"job_number":"JOB_165294","tr_customer_id":165311,"tr_customer_product_id":165301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:28.000Z","modified_at":"2026-01-24T03:49:01.000Z","name":"Marlee Luettgen","mobile_number":"467-319-1714","email_id":"Irwin31@gmail.com","dop":"2025-04-06","serial_number":"12930018441064","imei1":"12930018441064","imei2":"12930018441064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165293,"job_number":"JOB_165293","tr_customer_id":165310,"tr_customer_product_id":165300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:28.000Z","modified_at":"2026-01-24T03:48:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17076562749631","imei1":"17076562749631","imei2":"17076562749631","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165292,"job_number":"JOB_165292","tr_customer_id":165309,"tr_customer_product_id":165299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:28.000Z","modified_at":"2026-01-24T03:49:03.000Z","name":"Polly Bednar","mobile_number":"886-599-9228","email_id":"Kaley_Schuster@gmail.com","dop":"2025-04-06","serial_number":"11166809691436","imei1":"11166809691436","imei2":"11166809691436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165291,"job_number":"JOB_165291","tr_customer_id":165308,"tr_customer_product_id":165298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:27.000Z","modified_at":"2026-01-24T03:48:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12354189792327","imei1":"12354189792327","imei2":"12354189792327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165290,"job_number":"JOB_165290","tr_customer_id":165307,"tr_customer_product_id":165297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:19.000Z","modified_at":"2026-01-24T03:48:19.000Z","name":"Elijah Bogisich","mobile_number":"339-349-3767","email_id":"Amina.Pacocha@yahoo.com","dop":"2025-04-06","serial_number":"11778325918391316","imei1":"11778325918391316","imei2":"11778325918391316","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165289,"job_number":"JOB_165289","tr_customer_id":165306,"tr_customer_product_id":165296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:19.000Z","modified_at":"2026-01-24T03:48:19.000Z","name":"Breana VonRueden","mobile_number":"268-593-3183","email_id":"Demetrius_Mueller@gmail.com","dop":"2025-04-06","serial_number":"10494592028224830","imei1":"10494592028224830","imei2":"10494592028224830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165288,"job_number":"JOB_165288","tr_customer_id":165305,"tr_customer_product_id":165295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:17.000Z","modified_at":"2026-01-24T03:48:52.000Z","name":"Amalia Schulist","mobile_number":"600-631-6223","email_id":"Mae13@yahoo.com","dop":"2025-04-06","serial_number":"17696535419523","imei1":"17696535419523","imei2":"17696535419523","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165287,"job_number":"JOB_165287","tr_customer_id":165304,"tr_customer_product_id":165294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:17.000Z","modified_at":"2026-01-24T03:48:53.000Z","name":"Lizzie Sporer","mobile_number":"455-427-1911","email_id":"Lessie_Feeney@hotmail.com","dop":"2025-04-06","serial_number":"11151640209231","imei1":"11151640209231","imei2":"11151640209231","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165286,"job_number":"JOB_165286","tr_customer_id":165303,"tr_customer_product_id":165293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:17.000Z","modified_at":"2026-01-24T03:48:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17529749883360","imei1":"17529749883360","imei2":"17529749883360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165285,"job_number":"JOB_165285","tr_customer_id":165302,"tr_customer_product_id":165292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:17.000Z","modified_at":"2026-01-24T03:48:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17765310761789","imei1":"17765310761789","imei2":"17765310761789","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165284,"job_number":"JOB_165284","tr_customer_id":165301,"tr_customer_product_id":165291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:15.000Z","modified_at":"2026-01-24T03:48:15.000Z","name":"Eleanore Waelchi","mobile_number":"494-580-8033","email_id":"Nicholaus41@hotmail.com","dop":"2025-04-06","serial_number":"17004497639633658","imei1":"17004497639633658","imei2":"17004497639633658","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165281,"job_number":"JOB_165281","tr_customer_id":165298,"tr_customer_product_id":165288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:14.000Z","modified_at":"2026-01-24T03:48:49.000Z","name":"Ora Zboncak","mobile_number":"633-644-2072","email_id":"Forrest.Goodwin33@yahoo.com","dop":"2025-04-06","serial_number":"10864419329946","imei1":"10864419329946","imei2":"10864419329946","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165279,"job_number":"JOB_165279","tr_customer_id":165296,"tr_customer_product_id":165286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:13.000Z","modified_at":"2026-01-24T03:48:13.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"12294728863929","imei1":"12294728863929","imei2":"12294728863929","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165273,"job_number":"JOB_165273","tr_customer_id":165290,"tr_customer_product_id":165280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:07.000Z","modified_at":"2026-01-24T03:48:07.000Z","name":"Randy Bartell","mobile_number":"744-267-2515","email_id":"Jesus.Bernier3@gmail.com","dop":"2025-04-06","serial_number":"15198429768929360","imei1":"15198429768929360","imei2":"15198429768929360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165272,"job_number":"JOB_165272","tr_customer_id":165289,"tr_customer_product_id":165279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:06.000Z","modified_at":"2026-01-24T03:48:42.000Z","name":"Gennaro Bergstrom","mobile_number":"601-534-9004","email_id":"Kristian94@hotmail.com","dop":"2025-04-06","serial_number":"13617331936404","imei1":"13617331936404","imei2":"13617331936404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165271,"job_number":"JOB_165271","tr_customer_id":165288,"tr_customer_product_id":165278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:06.000Z","modified_at":"2026-01-24T03:48:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17838088974483","imei1":"17838088974483","imei2":"17838088974483","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165270,"job_number":"JOB_165270","tr_customer_id":165287,"tr_customer_product_id":165277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:05.000Z","modified_at":"2026-01-24T03:48:05.000Z","name":"Lane Marvin","mobile_number":"347-773-0071","email_id":"Elliott26@gmail.com","dop":"2025-04-06","serial_number":"10739700696448526","imei1":"10739700696448526","imei2":"10739700696448526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165269,"job_number":"JOB_165269","tr_customer_id":165286,"tr_customer_product_id":165276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:04.000Z","modified_at":"2026-01-24T03:48:40.000Z","name":"Wayne Rosenbaum","mobile_number":"580-577-6365","email_id":"Hallie.Stamm@yahoo.com","dop":"2025-04-06","serial_number":"13528751543087","imei1":"13528751543087","imei2":"13528751543087","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165268,"job_number":"JOB_165268","tr_customer_id":165285,"tr_customer_product_id":165275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:04.000Z","modified_at":"2026-01-24T03:48:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11207931997699","imei1":"11207931997699","imei2":"11207931997699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165267,"job_number":"JOB_165267","tr_customer_id":165284,"tr_customer_product_id":165274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:03.000Z","modified_at":"2026-01-24T03:48:03.000Z","name":"Elian Bailey","mobile_number":"611-677-3100","email_id":"Zelda.Becker@gmail.com","dop":"2025-04-06","serial_number":"11024040291763016","imei1":"11024040291763016","imei2":"11024040291763016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165264,"job_number":"JOB_165264","tr_customer_id":165281,"tr_customer_product_id":165271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:02.000Z","modified_at":"2026-01-24T03:48:38.000Z","name":"Johann Botsford","mobile_number":"632-683-7666","email_id":"Aleen79@hotmail.com","dop":"2025-04-06","serial_number":"10107523326127","imei1":"10107523326127","imei2":"10107523326127","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165262,"job_number":"JOB_165262","tr_customer_id":165279,"tr_customer_product_id":165269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:01.000Z","modified_at":"2026-01-24T03:48:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17897392810890","imei1":"17897392810890","imei2":"17897392810890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165260,"job_number":"JOB_165260","tr_customer_id":165277,"tr_customer_product_id":165267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:51.000Z","modified_at":"2026-01-24T03:47:51.000Z","name":"Valentin Mayer","mobile_number":"294-293-3528","email_id":"Stewart.Erdman@yahoo.com","dop":"2025-04-06","serial_number":"18195987232686020","imei1":"18195987232686020","imei2":"18195987232686020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165259,"job_number":"JOB_165259","tr_customer_id":165276,"tr_customer_product_id":165266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:49.000Z","modified_at":"2026-01-24T03:47:49.000Z","name":"Shannon Carter","mobile_number":"687-873-5321","email_id":"Donna.Cummings@gmail.com","dop":"2025-04-06","serial_number":"10150034905457890","imei1":"10150034905457890","imei2":"10150034905457890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165258,"job_number":"JOB_165258","tr_customer_id":165275,"tr_customer_product_id":165265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:49.000Z","modified_at":"2026-01-24T03:48:28.000Z","name":"Bud Tremblay","mobile_number":"859-525-2976","email_id":"Stevie.Tillman@gmail.com","dop":"2025-04-06","serial_number":"18140877880880","imei1":"18140877880880","imei2":"18140877880880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165257,"job_number":"JOB_165257","tr_customer_id":165274,"tr_customer_product_id":165264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:49.000Z","modified_at":"2026-01-24T03:47:49.000Z","name":"Clifton Cormier","mobile_number":"360-552-5176","email_id":"Brennan_Connelly31@gmail.com","dop":"2025-04-06","serial_number":"10632270433270626","imei1":"10632270433270626","imei2":"10632270433270626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165256,"job_number":"JOB_165256","tr_customer_id":165273,"tr_customer_product_id":165263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:49.000Z","modified_at":"2026-01-24T03:47:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17593207823635","imei1":"17593207823635","imei2":"17593207823635","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165255,"job_number":"JOB_165255","tr_customer_id":165272,"tr_customer_product_id":165262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:48.000Z","modified_at":"2026-01-24T03:48:21.000Z","name":"Christopher Quitzon","mobile_number":"694-976-8037","email_id":"Halie_Ruecker48@gmail.com","dop":"2025-04-06","serial_number":"14425112581044","imei1":"14425112581044","imei2":"14425112581044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165254,"job_number":"JOB_165254","tr_customer_id":165271,"tr_customer_product_id":165261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:48.000Z","modified_at":"2026-01-24T03:48:23.000Z","name":"Geo Wyman","mobile_number":"929-440-1257","email_id":"Mackenzie49@hotmail.com","dop":"2025-04-06","serial_number":"14175926824094","imei1":"14175926824094","imei2":"14175926824094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165253,"job_number":"JOB_165253","tr_customer_id":165270,"tr_customer_product_id":165260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:48.000Z","modified_at":"2026-01-24T03:47:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13162430385628","imei1":"13162430385628","imei2":"13162430385628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165252,"job_number":"JOB_165252","tr_customer_id":165269,"tr_customer_product_id":165259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:48.000Z","modified_at":"2026-01-24T03:47:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19335628597194","imei1":"19335628597194","imei2":"19335628597194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165250,"job_number":"JOB_165250","tr_customer_id":165267,"tr_customer_product_id":165257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:37.000Z","modified_at":"2026-01-24T03:47:37.000Z","name":"Shawna Treutel","mobile_number":"414-259-4105","email_id":"Lillian.Swift22@yahoo.com","dop":"2025-04-06","serial_number":"12624380476171116","imei1":"12624380476171116","imei2":"12624380476171116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165249,"job_number":"JOB_165249","tr_customer_id":165266,"tr_customer_product_id":165256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:36.000Z","modified_at":"2026-01-24T03:48:10.000Z","name":"Delilah Dooley","mobile_number":"468-942-5942","email_id":"Marcella_Hamill@yahoo.com","dop":"2025-04-06","serial_number":"16574777996611","imei1":"16574777996611","imei2":"16574777996611","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165248,"job_number":"JOB_165248","tr_customer_id":165265,"tr_customer_product_id":165255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:36.000Z","modified_at":"2026-01-24T03:47:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15210621805297","imei1":"15210621805297","imei2":"15210621805297","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165247,"job_number":"JOB_165247","tr_customer_id":165264,"tr_customer_product_id":165254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:35.000Z","modified_at":"2026-01-24T03:47:35.000Z","name":"Isac Ferry","mobile_number":"944-701-4369","email_id":"Pete_Koch@gmail.com","dop":"2025-04-06","serial_number":"14235458838788024","imei1":"14235458838788024","imei2":"14235458838788024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165246,"job_number":"JOB_165246","tr_customer_id":165263,"tr_customer_product_id":165253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:34.000Z","modified_at":"2026-01-24T03:48:10.000Z","name":"Teresa Casper","mobile_number":"997-814-3496","email_id":"Serena91@hotmail.com","dop":"2025-04-06","serial_number":"19783290971610","imei1":"19783290971610","imei2":"19783290971610","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165245,"job_number":"JOB_165245","tr_customer_id":165262,"tr_customer_product_id":165252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:34.000Z","modified_at":"2026-01-24T03:47:34.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19980397546200","imei1":"19980397546200","imei2":"19980397546200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165244,"job_number":"JOB_165244","tr_customer_id":165261,"tr_customer_product_id":165251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:31.000Z","modified_at":"2026-01-24T03:47:31.000Z","name":"Reta Murray","mobile_number":"755-211-7241","email_id":"Mason.Ferry@hotmail.com","dop":"2025-06-18","serial_number":"1048423908180399","imei1":"1048423908180399","imei2":"1048423908180399","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165243,"job_number":"JOB_165243","tr_customer_id":165260,"tr_customer_product_id":165250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:31.000Z","modified_at":"2026-01-24T03:47:31.000Z","name":"Aiyana Rowe","mobile_number":"573-899-3329","email_id":"Zaria53@gmail.com","dop":"2025-04-06","serial_number":"13726684371870338","imei1":"13726684371870338","imei2":"13726684371870338","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165242,"job_number":"JOB_165242","tr_customer_id":165259,"tr_customer_product_id":165249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:31.000Z","modified_at":"2026-01-24T03:48:06.000Z","name":"Alphonso Jaskolski","mobile_number":"509-715-9500","email_id":"Jaydon_Little31@yahoo.com","dop":"2025-06-18","serial_number":"10487996669797","imei1":"10487996669797","imei2":"10487996669797","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165241,"job_number":"JOB_165241","tr_customer_id":165258,"tr_customer_product_id":165248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:30.000Z","modified_at":"2026-01-24T03:47:30.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10265565717621","imei1":"10265565717621","imei2":"10265565717621","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165239,"job_number":"JOB_165239","tr_customer_id":165256,"tr_customer_product_id":165246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:29.000Z","modified_at":"2026-01-24T03:48:05.000Z","name":"Garth Schmidt","mobile_number":"496-561-9172","email_id":"Macie_Cartwright@hotmail.com","dop":"2025-04-06","serial_number":"14168896875444","imei1":"14168896875444","imei2":"14168896875444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165238,"job_number":"JOB_165238","tr_customer_id":165255,"tr_customer_product_id":165245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:29.000Z","modified_at":"2026-01-24T03:47:29.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"10884333805824","imei1":"10884333805824","imei2":"10884333805824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165235,"job_number":"JOB_165235","tr_customer_id":165252,"tr_customer_product_id":165242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:23.000Z","modified_at":"2026-01-24T03:47:23.000Z","name":"Kristofer Kiehn","mobile_number":"893-355-5862","email_id":"Woodrow_Torp@yahoo.com","dop":"2025-04-06","serial_number":"10326450933890530","imei1":"10326450933890530","imei2":"10326450933890530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165233,"job_number":"JOB_165233","tr_customer_id":165250,"tr_customer_product_id":165240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:22.000Z","modified_at":"2026-01-24T03:47:57.000Z","name":"Milford Lynch","mobile_number":"228-835-4546","email_id":"Fredy.Auer@yahoo.com","dop":"2025-04-06","serial_number":"12879513286869","imei1":"12879513286869","imei2":"12879513286869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165232,"job_number":"JOB_165232","tr_customer_id":165249,"tr_customer_product_id":165239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:22.000Z","modified_at":"2026-01-24T03:47:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16007705472498","imei1":"16007705472498","imei2":"16007705472498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165231,"job_number":"JOB_165231","tr_customer_id":165248,"tr_customer_product_id":165238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:19.000Z","modified_at":"2026-01-24T03:47:19.000Z","name":"Rachel Armstrong","mobile_number":"299-934-8270","email_id":"Cleve_Larkin48@yahoo.com","dop":"2025-04-06","serial_number":"11436319448481816","imei1":"11436319448481816","imei2":"11436319448481816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165230,"job_number":"JOB_165230","tr_customer_id":165247,"tr_customer_product_id":165237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:18.000Z","modified_at":"2026-01-24T03:47:54.000Z","name":"Diego Dicki","mobile_number":"423-553-3094","email_id":"Joany_Johnson@gmail.com","dop":"2025-04-06","serial_number":"15733339361868","imei1":"15733339361868","imei2":"15733339361868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165229,"job_number":"JOB_165229","tr_customer_id":165246,"tr_customer_product_id":165236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:18.000Z","modified_at":"2026-01-24T03:47:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17375916782165","imei1":"17375916782165","imei2":"17375916782165","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165228,"job_number":"JOB_165228","tr_customer_id":165245,"tr_customer_product_id":165235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:15.000Z","modified_at":"2026-01-24T03:47:15.000Z","name":"Vance Schamberger","mobile_number":"267-876-4459","email_id":"Norval_Kuvalis@gmail.com","dop":"2025-04-06","serial_number":"19611514260066976","imei1":"19611514260066976","imei2":"19611514260066976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165227,"job_number":"JOB_165227","tr_customer_id":165244,"tr_customer_product_id":165234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:13.000Z","modified_at":"2026-01-24T03:47:49.000Z","name":"Lessie Cremin","mobile_number":"631-594-4467","email_id":"Jarvis_Bogisich@gmail.com","dop":"2025-04-06","serial_number":"10525826858687","imei1":"10525826858687","imei2":"10525826858687","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165226,"job_number":"JOB_165226","tr_customer_id":165243,"tr_customer_product_id":165233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:10.000Z","modified_at":"2026-01-24T03:47:10.000Z","name":"Bella Stracke","mobile_number":"989-223-0954","email_id":"Florence15@gmail.com","dop":"2025-04-06","serial_number":"18307658520214464","imei1":"18307658520214464","imei2":"18307658520214464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165225,"job_number":"JOB_165225","tr_customer_id":165242,"tr_customer_product_id":165232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:08.000Z","modified_at":"2026-01-24T03:47:41.000Z","name":"Idell Larkin","mobile_number":"883-330-4689","email_id":"Mariela.McLaughlin@hotmail.com","dop":"2025-04-06","serial_number":"12915115221935","imei1":"12915115221935","imei2":"12915115221935","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165224,"job_number":"JOB_165224","tr_customer_id":165241,"tr_customer_product_id":165231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:08.000Z","modified_at":"2026-01-24T03:47:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13439910089528","imei1":"13439910089528","imei2":"13439910089528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165222,"job_number":"JOB_165222","tr_customer_id":165239,"tr_customer_product_id":165229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:06.000Z","modified_at":"2026-01-24T03:47:06.000Z","name":"Icie Schaefer","mobile_number":"391-380-1114","email_id":"Rosina83@yahoo.com","dop":"2025-04-06","serial_number":"17355661698514082","imei1":"17355661698514082","imei2":"17355661698514082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165221,"job_number":"JOB_165221","tr_customer_id":165238,"tr_customer_product_id":165228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:04.000Z","modified_at":"2026-01-24T03:47:38.000Z","name":"Ryann Romaguera","mobile_number":"419-395-6523","email_id":"Thora.Kirlin@gmail.com","dop":"2025-04-06","serial_number":"14447140594622","imei1":"14447140594622","imei2":"14447140594622","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165220,"job_number":"JOB_165220","tr_customer_id":165237,"tr_customer_product_id":165227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:56.000Z","modified_at":"2026-01-24T03:46:56.000Z","name":"Patrick Cruickshank","mobile_number":"476-971-6599","email_id":"Madeline32@yahoo.com","dop":"2025-04-06","serial_number":"15163374061810008","imei1":"15163374061810008","imei2":"15163374061810008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165219,"job_number":"JOB_165219","tr_customer_id":165236,"tr_customer_product_id":165226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:55.000Z","modified_at":"2026-01-24T03:47:29.000Z","name":"Karlee Rempel","mobile_number":"985-431-9206","email_id":"Carli71@hotmail.com","dop":"2025-04-06","serial_number":"12841736426590","imei1":"12841736426590","imei2":"12841736426590","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165218,"job_number":"JOB_165218","tr_customer_id":165235,"tr_customer_product_id":165225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:54.000Z","modified_at":"2026-01-24T03:46:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11920408539379","imei1":"11920408539379","imei2":"11920408539379","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165217,"job_number":"JOB_165217","tr_customer_id":165234,"tr_customer_product_id":165224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:54.000Z","modified_at":"2026-01-24T03:46:54.000Z","name":"Malachi Mante","mobile_number":"726-459-4971","email_id":"Manley_Schinner97@yahoo.com","dop":"2025-04-06","serial_number":"11847350529309364","imei1":"11847350529309364","imei2":"11847350529309364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165216,"job_number":"JOB_165216","tr_customer_id":165233,"tr_customer_product_id":165223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:53.000Z","modified_at":"2026-01-24T03:47:29.000Z","name":"Ursula Lakin","mobile_number":"696-974-4969","email_id":"Russel_Prohaska85@gmail.com","dop":"2025-04-06","serial_number":"15909922008324","imei1":"15909922008324","imei2":"15909922008324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165215,"job_number":"JOB_165215","tr_customer_id":165232,"tr_customer_product_id":165222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:53.000Z","modified_at":"2026-01-24T03:46:53.000Z","name":"Jaime Tromp","mobile_number":"520-909-2781","email_id":"Chaz_Harber@hotmail.com","dop":"2025-04-06","serial_number":"14601063717259336","imei1":"14601063717259336","imei2":"14601063717259336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165214,"job_number":"JOB_165214","tr_customer_id":165231,"tr_customer_product_id":165221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:51.000Z","modified_at":"2026-01-24T03:47:27.000Z","name":"Alfred Williamson","mobile_number":"489-359-7036","email_id":"Marley12@gmail.com","dop":"2025-04-06","serial_number":"11260948827689","imei1":"11260948827689","imei2":"11260948827689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165213,"job_number":"JOB_165213","tr_customer_id":165230,"tr_customer_product_id":165220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:51.000Z","modified_at":"2026-01-24T03:46:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12724244283282","imei1":"12724244283282","imei2":"12724244283282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165212,"job_number":"JOB_165212","tr_customer_id":165229,"tr_customer_product_id":165219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:49.000Z","modified_at":"2026-01-24T03:46:49.000Z","name":"Allene D'Amore","mobile_number":"658-500-3778","email_id":"Alvina_Nolan37@gmail.com","dop":"2025-06-18","serial_number":"1018546429533210","imei1":"1018546429533210","imei2":"1018546429533210","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165211,"job_number":"JOB_165211","tr_customer_id":165228,"tr_customer_product_id":165218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:49.000Z","modified_at":"2026-01-24T03:47:23.000Z","name":"Donato Balistreri","mobile_number":"979-678-7990","email_id":"Emma20@yahoo.com","dop":"2025-06-18","serial_number":"10769688366220","imei1":"10769688366220","imei2":"10769688366220","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165210,"job_number":"JOB_165210","tr_customer_id":165227,"tr_customer_product_id":165217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:48.000Z","modified_at":"2026-01-24T03:46:48.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10295864243369","imei1":"10295864243369","imei2":"10295864243369","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165209,"job_number":"JOB_165209","tr_customer_id":165226,"tr_customer_product_id":165216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:47.000Z","modified_at":"2026-01-24T03:46:47.000Z","name":"Zelma Bartoletti","mobile_number":"402-367-0122","email_id":"Georgiana.Mann@hotmail.com","dop":"2025-04-06","serial_number":"18001907938669360","imei1":"18001907938669360","imei2":"18001907938669360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165208,"job_number":"JOB_165208","tr_customer_id":165225,"tr_customer_product_id":165215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:46.000Z","modified_at":"2026-01-24T03:47:22.000Z","name":"Arvid Langosh","mobile_number":"507-835-9223","email_id":"Freddie.Conroy89@hotmail.com","dop":"2025-04-06","serial_number":"12680589231953","imei1":"12680589231953","imei2":"12680589231953","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165207,"job_number":"JOB_165207","tr_customer_id":165224,"tr_customer_product_id":165214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:46.000Z","modified_at":"2026-01-24T03:46:46.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10404459839236","imei1":"10404459839236","imei2":"10404459839236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165204,"job_number":"JOB_165204","tr_customer_id":165221,"tr_customer_product_id":165211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:30.000Z","modified_at":"2026-01-24T03:46:30.000Z","name":"Maddison Feest","mobile_number":"515-659-7262","email_id":"Hailey63@yahoo.com","dop":"2025-04-06","serial_number":"15458836469705062","imei1":"15458836469705062","imei2":"15458836469705062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165203,"job_number":"JOB_165203","tr_customer_id":165220,"tr_customer_product_id":165210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:28.000Z","modified_at":"2026-01-24T03:47:03.000Z","name":"Kasandra Lakin","mobile_number":"610-278-8319","email_id":"Catherine_McKenzie20@hotmail.com","dop":"2025-04-06","serial_number":"16245445778918","imei1":"16245445778918","imei2":"16245445778918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165201,"job_number":"JOB_165201","tr_customer_id":165218,"tr_customer_product_id":165208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:16.000Z","modified_at":"2026-01-24T03:46:16.000Z","name":"Odell Greenfelder","mobile_number":"870-981-9350","email_id":"Justine.Walsh74@gmail.com","dop":"2025-04-06","serial_number":"14988859506061440","imei1":"14988859506061440","imei2":"14988859506061440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165200,"job_number":"JOB_165200","tr_customer_id":165217,"tr_customer_product_id":165207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:15.000Z","modified_at":"2026-01-24T03:46:49.000Z","name":"Janessa Lang","mobile_number":"636-502-3354","email_id":"Alford.Koepp77@yahoo.com","dop":"2025-04-06","serial_number":"18282570152671","imei1":"18282570152671","imei2":"18282570152671","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:46:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165199,"job_number":"JOB_165199","tr_customer_id":165216,"tr_customer_product_id":165206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:05.000Z","modified_at":"2026-01-24T03:46:13.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"78408771303540","imei1":"78408771303540","imei2":"78408771303540","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:46:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165198,"job_number":"JOB_165198","tr_customer_id":165215,"tr_customer_product_id":165205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:04.000Z","modified_at":"2026-01-24T03:46:04.000Z","name":"Amparo Kshlerin","mobile_number":"381-681-8183","email_id":"Vincenza_Collier14@yahoo.com","dop":"2025-04-06","serial_number":"16254909928325924","imei1":"16254909928325924","imei2":"16254909928325924","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165197,"job_number":"JOB_165197","tr_customer_id":165214,"tr_customer_product_id":165204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:03.000Z","modified_at":"2026-01-24T03:46:39.000Z","name":"Mona Gulgowski","mobile_number":"553-969-1357","email_id":"Jaqueline97@gmail.com","dop":"2025-04-06","serial_number":"10594313299913","imei1":"10594313299913","imei2":"10594313299913","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:46:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165196,"job_number":"JOB_165196","tr_customer_id":165213,"tr_customer_product_id":165203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:03.000Z","modified_at":"2026-01-24T03:46:03.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"11288208623723","imei1":"11288208623723","imei2":"11288208623723","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165195,"job_number":"JOB_165195","tr_customer_id":165212,"tr_customer_product_id":165202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:45:56.000Z","modified_at":"2026-01-24T03:45:56.000Z","name":"Nash Streich","mobile_number":"736-708-8115","email_id":"Conrad_Johnston43@hotmail.com","dop":"2025-04-06","serial_number":"15833176501882092","imei1":"15833176501882092","imei2":"15833176501882092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:45:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165194,"job_number":"JOB_165194","tr_customer_id":165211,"tr_customer_product_id":165201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:45:54.000Z","modified_at":"2026-01-24T03:46:30.000Z","name":"Mathilde Terry","mobile_number":"874-239-5346","email_id":"Nelson.Beatty4@hotmail.com","dop":"2025-04-06","serial_number":"17648778917670","imei1":"17648778917670","imei2":"17648778917670","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:46:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165193,"job_number":"JOB_165193","tr_customer_id":165210,"tr_customer_product_id":165200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:45:54.000Z","modified_at":"2026-01-24T03:46:02.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"105816843894228","imei1":"105816843894228","imei2":"105816843894228","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:46:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165192,"job_number":"JOB_165192","tr_customer_id":165209,"tr_customer_product_id":165199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:29:45.000Z","modified_at":"2026-01-24T03:29:45.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-14","serial_number":"11794514993612","imei1":"18904414473612","imei2":"130779079163712","popurl":"2026-01-14T03:29:42.924599100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165191,"job_number":"JOB_165191","tr_customer_id":165208,"tr_customer_product_id":165198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:08:52.000Z","modified_at":"2026-01-24T03:08:52.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-14","serial_number":"11794514993692","imei1":"18904414473692","imei2":"130779079163792","popurl":"2026-01-14T03:08:49.568922500Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:08:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165190,"job_number":"JOB_165190","tr_customer_id":165207,"tr_customer_product_id":165197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T02:40:48.000Z","modified_at":"2026-01-24T02:41:09.000Z","name":"Berry Bergstrom","mobile_number":"829-478-1502","email_id":"Haley.Rolfson@gmail.com","dop":"2026-01-04","serial_number":"15045935714565","imei1":"15045935714565","imei2":"15045935714565","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-24T02:41:09.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":165189,"job_number":"JOB_165189","tr_customer_id":165206,"tr_customer_product_id":165196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T02:31:59.000Z","modified_at":"2026-01-24T02:31:59.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-14","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-14T02:31:56.148478100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T02:31:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165349,"job_number":"JOB_165349","tr_customer_id":165366,"tr_customer_product_id":165356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:41.000Z","modified_at":"2026-01-24T03:49:41.000Z","name":"Kendra Von","mobile_number":"683-891-4922","email_id":"Lydia.Bruen@gmail.com","dop":"2000-01-31","serial_number":"1010019691618416","imei1":"1010019691618416","imei2":"1010019691618416","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:41.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165347,"job_number":"JOB_165347","tr_customer_id":165364,"tr_customer_product_id":165354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:39.000Z","modified_at":"2026-01-24T03:49:39.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10006744099680","imei1":"10006744099680","imei2":"10006744099680","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165326,"job_number":"JOB_165326","tr_customer_id":165343,"tr_customer_product_id":165333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:57.000Z","modified_at":"2026-01-24T03:48:57.000Z","name":"Devante Brekke","mobile_number":"908-921-4239","email_id":"Keaton.Lakin@hotmail.com","dop":"2000-01-31","serial_number":"1002407092473011","imei1":"1002407092473011","imei2":"1002407092473011","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:57.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165322,"job_number":"JOB_165322","tr_customer_id":165339,"tr_customer_product_id":165329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:55.000Z","modified_at":"2026-01-24T03:48:55.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10240584392354","imei1":"10240584392354","imei2":"10240584392354","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:55.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165278,"job_number":"JOB_165278","tr_customer_id":165295,"tr_customer_product_id":165285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:13.000Z","modified_at":"2026-01-24T03:48:13.000Z","name":"Enrico Keebler","mobile_number":"563-716-0361","email_id":"Pink44@hotmail.com","dop":"2000-01-31","serial_number":"1039011323319416","imei1":"1039011323319416","imei2":"1039011323319416","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165274,"job_number":"JOB_165274","tr_customer_id":165291,"tr_customer_product_id":165281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:12.000Z","modified_at":"2026-01-24T03:48:12.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10103952565966","imei1":"10103952565966","imei2":"10103952565966","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165240,"job_number":"JOB_165240","tr_customer_id":165257,"tr_customer_product_id":165247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:30.000Z","modified_at":"2026-01-24T03:47:30.000Z","name":"Richmond Rempel","mobile_number":"848-227-8620","email_id":"Lonnie66@gmail.com","dop":"2000-01-31","serial_number":"1051962331884930","imei1":"1051962331884930","imei2":"1051962331884930","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165236,"job_number":"JOB_165236","tr_customer_id":165253,"tr_customer_product_id":165243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:28.000Z","modified_at":"2026-01-24T03:47:28.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10400783211185","imei1":"10400783211185","imei2":"10400783211185","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165464,"job_number":"JOB_165464","tr_customer_id":165481,"tr_customer_product_id":165471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:03:35.000Z","modified_at":"2026-01-24T05:03:35.000Z","name":"Vivek Yadav","mobile_number":"8788138617","email_id":"ccivivek123@gmail.com","dop":"2026-01-14","serial_number":"891398385161723","imei1":"891398385161723","imei2":"891398385161723","popurl":"2026-01-14T05:03:34.489261500Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:03:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165439,"job_number":"JOB_165439","tr_customer_id":165456,"tr_customer_product_id":165446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:39.000Z","modified_at":"2026-01-24T04:50:39.000Z","name":"DIDIDID Rippin","mobile_number":"273-218-0237","email_id":"Colt.Heathcote@gmail.com","dop":"2024-10-15","serial_number":"81845678901794","imei1":"81845678901794","imei2":"81845678901794","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165438,"job_number":"JOB_165438","tr_customer_id":165455,"tr_customer_product_id":165445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:39.000Z","modified_at":"2026-01-24T04:50:39.000Z","name":"Sunil Rippin","mobile_number":"273-218-0237","email_id":"Colt.Heathcote@gmail.com","dop":"2024-10-15","serial_number":"32545678901234","imei1":"32545678901234","imei2":"32545678901234","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165437,"job_number":"JOB_165437","tr_customer_id":165454,"tr_customer_product_id":165444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:39.000Z","modified_at":"2026-01-24T04:50:39.000Z","name":"Rocker Rippin","mobile_number":"273-218-0237","email_id":"Colt.Heathcote@gmail.com","dop":"2024-10-15","serial_number":"81845678901234","imei1":"81845678901234","imei2":"81845678901234","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165436,"job_number":"JOB_165436","tr_customer_id":165453,"tr_customer_product_id":165443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:39.000Z","modified_at":"2026-01-24T04:50:39.000Z","name":"Dada Rippin","mobile_number":"273-218-0237","email_id":"Colt.Heathcote@gmail.com","dop":"2024-10-15","serial_number":"19845678901234","imei1":"19845678901234","imei2":"19845678901234","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165435,"job_number":"JOB_165435","tr_customer_id":165452,"tr_customer_product_id":165442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:39.000Z","modified_at":"2026-01-24T04:50:39.000Z","name":"Vivek Rippin","mobile_number":"273-218-0237","email_id":"Colt.Heathcote@gmail.com","dop":"2024-10-15","serial_number":"14545678901234","imei1":"14545678901234","imei2":"14545678901234","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165377,"job_number":"JOB_165377","tr_customer_id":165394,"tr_customer_product_id":165384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:29.000Z","modified_at":"2026-01-24T03:57:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"94153004613839","imei1":"94153004613839","imei2":"94153004613839","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165376,"job_number":"JOB_165376","tr_customer_id":165393,"tr_customer_product_id":165383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:29.000Z","modified_at":"2026-01-24T03:57:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62001648375731","imei1":"62001648375731","imei2":"62001648375731","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165375,"job_number":"JOB_165375","tr_customer_id":165392,"tr_customer_product_id":165382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:29.000Z","modified_at":"2026-01-24T03:57:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"70064494170307","imei1":"70064494170307","imei2":"70064494170307","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165374,"job_number":"JOB_165374","tr_customer_id":165391,"tr_customer_product_id":165381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:29.000Z","modified_at":"2026-01-24T03:57:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95374323083601","imei1":"95374323083601","imei2":"95374323083601","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165373,"job_number":"JOB_165373","tr_customer_id":165390,"tr_customer_product_id":165380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:28.000Z","modified_at":"2026-01-24T03:57:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92151405704462","imei1":"92151405704462","imei2":"92151405704462","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165372,"job_number":"JOB_165372","tr_customer_id":165389,"tr_customer_product_id":165379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:28.000Z","modified_at":"2026-01-24T03:57:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69821337427820","imei1":"69821337427820","imei2":"69821337427820","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165371,"job_number":"JOB_165371","tr_customer_id":165388,"tr_customer_product_id":165378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:28.000Z","modified_at":"2026-01-24T03:57:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15832077451393","imei1":"15832077451393","imei2":"15832077451393","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165370,"job_number":"JOB_165370","tr_customer_id":165387,"tr_customer_product_id":165377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:00.000Z","modified_at":"2026-01-24T03:57:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20155290712716","imei1":"20155290712716","imei2":"20155290712716","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165369,"job_number":"JOB_165369","tr_customer_id":165386,"tr_customer_product_id":165376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:00.000Z","modified_at":"2026-01-24T03:57:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"14160089827597","imei1":"14160089827597","imei2":"14160089827597","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165368,"job_number":"JOB_165368","tr_customer_id":165385,"tr_customer_product_id":165375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:59.000Z","modified_at":"2026-01-24T03:56:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62007948357390","imei1":"62007948357390","imei2":"62007948357390","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165367,"job_number":"JOB_165367","tr_customer_id":165384,"tr_customer_product_id":165374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:59.000Z","modified_at":"2026-01-24T03:56:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"17577269128697","imei1":"17577269128697","imei2":"17577269128697","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165366,"job_number":"JOB_165366","tr_customer_id":165383,"tr_customer_product_id":165373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:59.000Z","modified_at":"2026-01-24T03:56:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72065225541662","imei1":"72065225541662","imei2":"72065225541662","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165365,"job_number":"JOB_165365","tr_customer_id":165382,"tr_customer_product_id":165372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:58.000Z","modified_at":"2026-01-24T03:56:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24535194504843","imei1":"24535194504843","imei2":"24535194504843","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165364,"job_number":"JOB_165364","tr_customer_id":165381,"tr_customer_product_id":165371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:58.000Z","modified_at":"2026-01-24T03:56:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83582343585385","imei1":"83582343585385","imei2":"83582343585385","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165363,"job_number":"JOB_165363","tr_customer_id":165380,"tr_customer_product_id":165370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:30.000Z","modified_at":"2026-01-24T03:56:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62267676982266","imei1":"62267676982266","imei2":"62267676982266","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:56:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165362,"job_number":"JOB_165362","tr_customer_id":165379,"tr_customer_product_id":165369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:30.000Z","modified_at":"2026-01-24T03:56:30.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87768503837015","imei1":"87768503837015","imei2":"87768503837015","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165361,"job_number":"JOB_165361","tr_customer_id":165378,"tr_customer_product_id":165368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:30.000Z","modified_at":"2026-01-24T03:56:30.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18940416443342","imei1":"18940416443342","imei2":"18940416443342","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165360,"job_number":"JOB_165360","tr_customer_id":165377,"tr_customer_product_id":165367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:29.000Z","modified_at":"2026-01-24T03:56:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84692265166585","imei1":"84692265166585","imei2":"84692265166585","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165359,"job_number":"JOB_165359","tr_customer_id":165376,"tr_customer_product_id":165366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:29.000Z","modified_at":"2026-01-24T03:56:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31311602469488","imei1":"31311602469488","imei2":"31311602469488","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165358,"job_number":"JOB_165358","tr_customer_id":165375,"tr_customer_product_id":165365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:29.000Z","modified_at":"2026-01-24T03:56:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12324434030108","imei1":"12324434030108","imei2":"12324434030108","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165357,"job_number":"JOB_165357","tr_customer_id":165374,"tr_customer_product_id":165364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:28.000Z","modified_at":"2026-01-24T03:56:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28469649454160","imei1":"28469649454160","imei2":"28469649454160","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165348,"job_number":"JOB_165348","tr_customer_id":165365,"tr_customer_product_id":165355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:39.000Z","modified_at":"2026-01-24T03:50:16.000Z","name":"Vernon Streich","mobile_number":"710-415-8052","email_id":"Dewayne_Hintz@yahoo.com","dop":"2000-01-31","serial_number":"10203852130749","imei1":"10203852130749","imei2":"10203852130749","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165324,"job_number":"JOB_165324","tr_customer_id":165341,"tr_customer_product_id":165331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:56.000Z","modified_at":"2026-01-24T03:49:32.000Z","name":"Catherine Howell","mobile_number":"946-827-9177","email_id":"Geoffrey34@hotmail.com","dop":"2000-01-31","serial_number":"10720153211243","imei1":"10720153211243","imei2":"10720153211243","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165275,"job_number":"JOB_165275","tr_customer_id":165292,"tr_customer_product_id":165282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:12.000Z","modified_at":"2026-01-24T03:48:48.000Z","name":"Cesar Hessel","mobile_number":"805-359-5121","email_id":"Luisa.King@hotmail.com","dop":"2000-01-31","serial_number":"10800688240996","imei1":"10800688240996","imei2":"10800688240996","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165237,"job_number":"JOB_165237","tr_customer_id":165254,"tr_customer_product_id":165244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:28.000Z","modified_at":"2026-01-24T03:48:05.000Z","name":"Mafalda Buckridge","mobile_number":"402-319-0830","email_id":"Erica.Mitchell63@hotmail.com","dop":"2000-01-31","serial_number":"10676331148815","imei1":"10676331148815","imei2":"10676331148815","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165566,"job_number":"JOB_165566","tr_customer_id":165583,"tr_customer_product_id":165573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T06:14:34.000Z","modified_at":"2026-01-24T06:14:34.000Z","name":"William Funk","mobile_number":"727-360-4465","email_id":"Maryse_Ryan@gmail.com","dop":"2025-11-04","serial_number":"10206759416153","imei1":"10206759416153","imei2":"10206759416153","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T06:14:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165565,"job_number":"JOB_165565","tr_customer_id":165582,"tr_customer_product_id":165572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T06:14:18.000Z","modified_at":"2026-01-24T06:14:30.000Z","name":"Gertrude Brown","mobile_number":"911-718-6603","email_id":"Trever_Reichert66@yahoo.com","dop":"2025-11-04","serial_number":"45886525775194","imei1":"45886525775194","imei2":"45886525775194","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T06:14:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165564,"job_number":"JOB_165564","tr_customer_id":165581,"tr_customer_product_id":165571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T06:14:03.000Z","modified_at":"2026-01-24T06:14:14.000Z","name":"Jairo Gerhold","mobile_number":"969-391-0112","email_id":"Darwin14@yahoo.com","dop":"2025-11-04","serial_number":"87652544601848","imei1":"87652544601848","imei2":"87652544601848","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T06:14:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165430,"job_number":"JOB_165430","tr_customer_id":165447,"tr_customer_product_id":165437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:37:21.000Z","modified_at":"2026-01-24T04:37:21.000Z","name":"Amodini Panicker","mobile_number":"8240874778","email_id":"prem.chopra@yahoo.co.in","dop":"2026-01-14","serial_number":"953753765593979","imei1":"346468571859408","imei2":"110605895740800","popurl":"www.chandani-asan.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:37:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165378,"job_number":"JOB_165378","tr_customer_id":165395,"tr_customer_product_id":165385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:01:58.000Z","modified_at":"2026-01-24T04:01:58.000Z","name":"Janis Doyle","mobile_number":"789-498-2468","email_id":"Craig_Jacobson51@hotmail.com","dop":"2025-11-09","serial_number":"33286636283367","imei1":"33286636283367","imei2":"33286636283367","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:01:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165331,"job_number":"JOB_165331","tr_customer_id":165348,"tr_customer_product_id":165338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:05.000Z","modified_at":"2026-01-24T03:49:05.000Z","name":"Chandler Hirthe","mobile_number":"305-637-7431","email_id":"Kenya_Bahringer@gmail.com","dop":"2025-06-09","serial_number":"74114767894301950","imei1":"74114767894301950","imei2":"74114767894301950","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165330,"job_number":"JOB_165330","tr_customer_id":165347,"tr_customer_product_id":165337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:03.000Z","modified_at":"2026-01-24T03:49:03.000Z","name":"Herminia Gerhold","mobile_number":"269-491-7625","email_id":"Clementine_Balistreri@yahoo.com","dop":"2025-06-09","serial_number":"101567892864210","imei1":"101567892864210","imei2":"101567892864210","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165329,"job_number":"JOB_165329","tr_customer_id":165346,"tr_customer_product_id":165336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:03.000Z","modified_at":"2026-01-24T03:49:13.000Z","name":"Jeremy Sipes","mobile_number":"227-267-5955","email_id":"Ronny_Runolfsson@gmail.com","dop":"2025-06-09","serial_number":"106901663804755","imei1":"106901663804755","imei2":"106901663804755","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165328,"job_number":"JOB_165328","tr_customer_id":165345,"tr_customer_product_id":165335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:03.000Z","modified_at":"2026-01-24T03:49:03.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"108655859389815","imei1":"108655859389815","imei2":"108655859389815","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165319,"job_number":"JOB_165319","tr_customer_id":165336,"tr_customer_product_id":165326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:49.000Z","modified_at":"2026-01-24T03:48:49.000Z","name":"Roselyn Welch","mobile_number":"985-636-0881","email_id":"Orlando.Mayer34@hotmail.com","dop":"2025-06-09","serial_number":"101563529608687","imei1":"101563529608687","imei2":"101563529608687","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165317,"job_number":"JOB_165317","tr_customer_id":165334,"tr_customer_product_id":165324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:49.000Z","modified_at":"2026-01-24T03:48:59.000Z","name":"Ayden Lemke","mobile_number":"849-844-6427","email_id":"Lonie.Boyer56@gmail.com","dop":"2025-06-09","serial_number":"103681522946978","imei1":"103681522946978","imei2":"103681522946978","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165316,"job_number":"JOB_165316","tr_customer_id":165333,"tr_customer_product_id":165323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:48.000Z","modified_at":"2026-01-24T03:48:48.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106297103739946","imei1":"106297103739946","imei2":"106297103739946","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165304,"job_number":"JOB_165304","tr_customer_id":165321,"tr_customer_product_id":165311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:36.000Z","modified_at":"2026-01-24T03:48:36.000Z","name":"Mossie Oberbrunner","mobile_number":"702-524-7924","email_id":"Deangelo_Moore@yahoo.com","dop":"2025-06-09","serial_number":"20315345858026310","imei1":"20315345858026310","imei2":"20315345858026310","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165302,"job_number":"JOB_165302","tr_customer_id":165319,"tr_customer_product_id":165309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:34.000Z","modified_at":"2026-01-24T03:48:34.000Z","name":"Ed Thompson","mobile_number":"701-260-0323","email_id":"Mackenzie.Deckow3@gmail.com","dop":"2025-06-09","serial_number":"104727413155763","imei1":"104727413155763","imei2":"104727413155763","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165301,"job_number":"JOB_165301","tr_customer_id":165318,"tr_customer_product_id":165308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:34.000Z","modified_at":"2026-01-24T03:48:44.000Z","name":"Rosario Glover","mobile_number":"698-957-2587","email_id":"Coy.Ullrich@yahoo.com","dop":"2025-06-09","serial_number":"102060254844036","imei1":"102060254844036","imei2":"102060254844036","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165300,"job_number":"JOB_165300","tr_customer_id":165317,"tr_customer_product_id":165307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:34.000Z","modified_at":"2026-01-24T03:48:34.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109211789309755","imei1":"109211789309755","imei2":"109211789309755","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165283,"job_number":"JOB_165283","tr_customer_id":165300,"tr_customer_product_id":165290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:15.000Z","modified_at":"2026-01-24T03:48:38.000Z","name":"Sidney Gorczany","mobile_number":"843-718-8642","email_id":"Loren.Rutherford@gmail.com","dop":"2025-10-01","serial_number":"17465372921200","imei1":"17465372921200","imei2":"17465372921200","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165282,"job_number":"JOB_165282","tr_customer_id":165299,"tr_customer_product_id":165289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:14.000Z","modified_at":"2026-01-24T03:48:14.000Z","name":"Earline Fahey","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"105164321720542","imei1":"105164321720542","imei2":"105164321720542","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165280,"job_number":"JOB_165280","tr_customer_id":165297,"tr_customer_product_id":165287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:14.000Z","modified_at":"2026-01-24T03:48:14.000Z","name":"Alyce Kling","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101704248277401","imei1":"101704248277401","imei2":"101704248277401","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165277,"job_number":"JOB_165277","tr_customer_id":165294,"tr_customer_product_id":165284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:13.000Z","modified_at":"2026-01-24T03:48:13.000Z","name":"Rodger Welch","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"151961029544427","imei1":"151961029544427","imei2":"151961029544427","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165276,"job_number":"JOB_165276","tr_customer_id":165293,"tr_customer_product_id":165283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:13.000Z","modified_at":"2026-01-24T03:48:13.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"128018002721617","imei1":"128018002721617","imei2":"128018002721617","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165266,"job_number":"JOB_165266","tr_customer_id":165283,"tr_customer_product_id":165273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:02.000Z","modified_at":"2026-01-24T03:48:02.000Z","name":"Ericka Schmitt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"156337493072168","imei1":"156337493072168","imei2":"156337493072168","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165265,"job_number":"JOB_165265","tr_customer_id":165282,"tr_customer_product_id":165272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:02.000Z","modified_at":"2026-01-24T03:48:02.000Z","name":"Merritt Kuhic","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"197622394715727","imei1":"197622394715727","imei2":"197622394715727","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165263,"job_number":"JOB_165263","tr_customer_id":165280,"tr_customer_product_id":165270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:02.000Z","modified_at":"2026-01-24T03:48:02.000Z","name":"Samir Heaney","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"170699904011310","imei1":"170699904011310","imei2":"170699904011310","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165261,"job_number":"JOB_165261","tr_customer_id":165278,"tr_customer_product_id":165268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:01.000Z","modified_at":"2026-01-24T03:48:01.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"184299283237916","imei1":"184299283237916","imei2":"184299283237916","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165251,"job_number":"JOB_165251","tr_customer_id":165268,"tr_customer_product_id":165258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:38.000Z","modified_at":"2026-01-24T03:47:38.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Retha93@gmail.com","dop":"2025-07-02","serial_number":"15378550413215","imei1":"15378550413215","imei2":"15378550413215","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165234,"job_number":"JOB_165234","tr_customer_id":165251,"tr_customer_product_id":165241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:22.000Z","modified_at":"2026-01-24T03:47:22.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Nicola73@hotmail.com","dop":"2025-07-02","serial_number":"19886404242755","imei1":"19886404242755","imei2":"19886404242755","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165223,"job_number":"JOB_165223","tr_customer_id":165240,"tr_customer_product_id":165230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:06.000Z","modified_at":"2026-01-24T03:47:06.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Mckenzie.Franecki0@yahoo.com","dop":"2025-07-02","serial_number":"19433006903996","imei1":"19433006903996","imei2":"19433006903996","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165206,"job_number":"JOB_165206","tr_customer_id":165223,"tr_customer_product_id":165213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:44.000Z","modified_at":"2026-01-24T03:46:53.000Z","name":"giyu tomiaka","mobile_number":"561-723-8475","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"314337953635339","imei1":"314337953635339","imei2":"314337953635339","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165205,"job_number":"JOB_165205","tr_customer_id":165222,"tr_customer_product_id":165212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:34.000Z","modified_at":"2026-01-24T03:46:42.000Z","name":"tanjiro kamado","mobile_number":"543-953-8544","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"146865443942739","imei1":"146865443942739","imei2":"146865443942739","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:46:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165202,"job_number":"JOB_165202","tr_customer_id":165219,"tr_customer_product_id":165209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:23.000Z","modified_at":"2026-01-24T03:46:32.000Z","name":"saitama sensei","mobile_number":"542-753-2083","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"971924464190361","imei1":"971924464190361","imei2":"971924464190361","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:46:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_99821"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNzF9.8gML5knLT0zL0kb-4uL6l6_BH0uaIu4Bk50GZ57Zg78
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 43bd0573-1c97-427b-a405-00802b102450
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_104254"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:37 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/165566
Response Information
Response Code: 200 - OK
Mean time per request: 250ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNzF9.8gML5knLT0zL0kb-4uL6l6_BH0uaIu4Bk50GZ57Zg78
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 83ecef9c-9655-4e2a-818d-ad22d2611487
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:37 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 230ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d516d1c0-edeb-4520-ab8f-af6faf7f43c2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-apUMX0P9imjnCgaA3BnzgnIeDkw"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:37 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNzd9.EnxrNuRHyKWZcY1TUZr3i3B6OVscxY2rpurQpRZ5bEA"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 230ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNzd9.EnxrNuRHyKWZcY1TUZr3i3B6OVscxY2rpurQpRZ5bEA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 73821b30-0b29-4a87-adbd-f65cfa1caa00
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:37 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 300ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNzd9.EnxrNuRHyKWZcY1TUZr3i3B6OVscxY2rpurQpRZ5bEA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2f6f9c35-c362-4078-8da0-fa013418cc3e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-P3i0rJTbEmeaXapT5HZgOTiKHPQ"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:38 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":305},{"label":"Pending for repair","key":"pending_for_repair","count":1},{"label":"Pending for delivery","key":"pending_for_delivery","count":1}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 280ms
Mean size per request: 297.28KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1c3416d2-c930-47da-9bf5-9f8d40e4bcd4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"4a521-RzYnqIxmKUS4zTZYwe949e+HBRc"
Vary Accept-Encoding
Content-Encoding gzip
Date Sat, 24 Jan 2026 06:14:38 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":165349,"job_number":"JOB_165349","tr_customer_id":165366,"tr_customer_product_id":165356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:41.000Z","modified_at":"2026-01-24T03:49:41.000Z","name":"Kendra Von","mobile_number":"683-891-4922","email_id":"Lydia.Bruen@gmail.com","dop":"2000-01-31","serial_number":"1010019691618416","imei1":"1010019691618416","imei2":"1010019691618416","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:41.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165347,"job_number":"JOB_165347","tr_customer_id":165364,"tr_customer_product_id":165354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:39.000Z","modified_at":"2026-01-24T03:49:39.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10006744099680","imei1":"10006744099680","imei2":"10006744099680","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165326,"job_number":"JOB_165326","tr_customer_id":165343,"tr_customer_product_id":165333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:57.000Z","modified_at":"2026-01-24T03:48:57.000Z","name":"Devante Brekke","mobile_number":"908-921-4239","email_id":"Keaton.Lakin@hotmail.com","dop":"2000-01-31","serial_number":"1002407092473011","imei1":"1002407092473011","imei2":"1002407092473011","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:57.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165322,"job_number":"JOB_165322","tr_customer_id":165339,"tr_customer_product_id":165329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:55.000Z","modified_at":"2026-01-24T03:48:55.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10240584392354","imei1":"10240584392354","imei2":"10240584392354","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:55.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165278,"job_number":"JOB_165278","tr_customer_id":165295,"tr_customer_product_id":165285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:13.000Z","modified_at":"2026-01-24T03:48:13.000Z","name":"Enrico Keebler","mobile_number":"563-716-0361","email_id":"Pink44@hotmail.com","dop":"2000-01-31","serial_number":"1039011323319416","imei1":"1039011323319416","imei2":"1039011323319416","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165274,"job_number":"JOB_165274","tr_customer_id":165291,"tr_customer_product_id":165281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:12.000Z","modified_at":"2026-01-24T03:48:12.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10103952565966","imei1":"10103952565966","imei2":"10103952565966","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165240,"job_number":"JOB_165240","tr_customer_id":165257,"tr_customer_product_id":165247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:30.000Z","modified_at":"2026-01-24T03:47:30.000Z","name":"Richmond Rempel","mobile_number":"848-227-8620","email_id":"Lonnie66@gmail.com","dop":"2000-01-31","serial_number":"1051962331884930","imei1":"1051962331884930","imei2":"1051962331884930","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165236,"job_number":"JOB_165236","tr_customer_id":165253,"tr_customer_product_id":165243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:28.000Z","modified_at":"2026-01-24T03:47:28.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10400783211185","imei1":"10400783211185","imei2":"10400783211185","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165563,"job_number":"JOB_165563","tr_customer_id":165580,"tr_customer_product_id":165570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:52:55.000Z","modified_at":"2026-01-24T05:52:55.000Z","name":"Kole Schaefer","mobile_number":"544-654-4911","email_id":"Oceane99@yahoo.com","dop":"2025-10-22","serial_number":"1018868188432210","imei1":"1018868188432210","imei2":"1018868188432210","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:52:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165561,"job_number":"JOB_165561","tr_customer_id":165578,"tr_customer_product_id":165568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:52:54.000Z","modified_at":"2026-01-24T05:52:54.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"168531571654591","imei1":"168531571654591","imei2":"168531571654591","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:52:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165560,"job_number":"JOB_165560","tr_customer_id":165577,"tr_customer_product_id":165567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:52:25.000Z","modified_at":"2026-01-24T05:52:25.000Z","name":"Dana Hagenes","mobile_number":"787-319-9331","email_id":"Isaias_Nitzsche0@yahoo.com","dop":"2025-10-22","serial_number":"1078833725844029","imei1":"1078833725844029","imei2":"1078833725844029","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:52:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165558,"job_number":"JOB_165558","tr_customer_id":165575,"tr_customer_product_id":165565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:52:23.000Z","modified_at":"2026-01-24T05:52:23.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"146360252603744","imei1":"146360252603744","imei2":"146360252603744","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:52:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165557,"job_number":"JOB_165557","tr_customer_id":165574,"tr_customer_product_id":165564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:51:54.000Z","modified_at":"2026-01-24T05:51:54.000Z","name":"Hoyt Nitzsche","mobile_number":"655-985-3501","email_id":"Hillard92@gmail.com","dop":"2025-10-22","serial_number":"1047161158945245","imei1":"1047161158945245","imei2":"1047161158945245","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:51:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165555,"job_number":"JOB_165555","tr_customer_id":165572,"tr_customer_product_id":165562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:51:53.000Z","modified_at":"2026-01-24T05:51:53.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"129845718761150","imei1":"129845718761150","imei2":"129845718761150","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:51:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165554,"job_number":"JOB_165554","tr_customer_id":165571,"tr_customer_product_id":165561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:50:29.000Z","modified_at":"2026-01-24T05:50:29.000Z","name":"Aasa Sinha","mobile_number":"9880206044","email_id":"harita.kaur@hotmail.com","dop":"2026-01-14","serial_number":"442066434917601","imei1":"442066434917601","imei2":"442066434917601","popurl":"www.vimala-mehrotra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165553,"job_number":"JOB_165553","tr_customer_id":165570,"tr_customer_product_id":165560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:50:29.000Z","modified_at":"2026-01-24T05:50:29.000Z","name":"Sarisha Embranthiri","mobile_number":"9823486458","email_id":"drona.johar@gmail.com","dop":"2026-01-14","serial_number":"636410102838021","imei1":"636410102838021","imei2":"636410102838021","popurl":"www.swami-ganaka.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165552,"job_number":"JOB_165552","tr_customer_id":165569,"tr_customer_product_id":165559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:50:29.000Z","modified_at":"2026-01-24T05:50:29.000Z","name":"Gemini Khanna","mobile_number":"9820323259","email_id":"elakshi.tandon@hotmail.com","dop":"2026-01-14","serial_number":"435617254289810","imei1":"435617254289810","imei2":"435617254289810","popurl":"www.gajbaahu-jha.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165551,"job_number":"JOB_165551","tr_customer_id":165568,"tr_customer_product_id":165558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:50:29.000Z","modified_at":"2026-01-24T05:50:29.000Z","name":"Vasudev Reddy","mobile_number":"9876514123","email_id":"bhasvan.namboothiri@hotmail.com","dop":"2026-01-14","serial_number":"348553023139561","imei1":"348553023139561","imei2":"348553023139561","popurl":"www.sarada-bharadwaj.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165550,"job_number":"JOB_165550","tr_customer_id":165567,"tr_customer_product_id":165557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:50:29.000Z","modified_at":"2026-01-24T05:50:29.000Z","name":"Adikavi Rana","mobile_number":"9863846503","email_id":"dhyanesh.chaturvedi@gmail.com","dop":"2026-01-14","serial_number":"006354475895247","imei1":"006354475895247","imei2":"006354475895247","popurl":"www.amarnath-trivedi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165549,"job_number":"JOB_165549","tr_customer_id":165566,"tr_customer_product_id":165556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:37:54.000Z","modified_at":"2026-01-24T05:37:54.000Z","name":"Claude Padberg","mobile_number":"904-246-4684","email_id":"Noemie_VonRueden@hotmail.com","dop":"2025-10-22","serial_number":"192694850891085","imei1":"192694850891085","imei2":"192694850891085","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:37:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165548,"job_number":"JOB_165548","tr_customer_id":165565,"tr_customer_product_id":165555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:35:05.000Z","modified_at":"2026-01-24T05:35:05.000Z","name":"Madyson Bernier","mobile_number":"287-737-8658","email_id":"Ava52@gmail.com","dop":"2025-10-22","serial_number":"1002866380221851","imei1":"1002866380221851","imei2":"1002866380221851","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:35:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165547,"job_number":"JOB_165547","tr_customer_id":165564,"tr_customer_product_id":165554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:35:04.000Z","modified_at":"2026-01-24T05:35:04.000Z","name":"Lily Lueilwitz","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"156671772539565","imei1":"156671772539565","imei2":"156671772539565","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:35:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165546,"job_number":"JOB_165546","tr_customer_id":165563,"tr_customer_product_id":165553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:35:04.000Z","modified_at":"2026-01-24T05:35:04.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"105673378191273","imei1":"105673378191273","imei2":"105673378191273","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:35:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165545,"job_number":"JOB_165545","tr_customer_id":165562,"tr_customer_product_id":165552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:58.000Z","modified_at":"2026-01-24T05:34:58.000Z","name":"Rocio Hilll","mobile_number":"537-883-5068","email_id":"Burnice.Hoppe@yahoo.com","dop":"2025-10-22","serial_number":"1094531615442012","imei1":"1094531615442012","imei2":"1094531615442012","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165544,"job_number":"JOB_165544","tr_customer_id":165561,"tr_customer_product_id":165551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:57.000Z","modified_at":"2026-01-24T05:34:57.000Z","name":"Betty D'Amore","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"146922063765981","imei1":"146922063765981","imei2":"146922063765981","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165543,"job_number":"JOB_165543","tr_customer_id":165560,"tr_customer_product_id":165550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:57.000Z","modified_at":"2026-01-24T05:34:57.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"193448228733416","imei1":"193448228733416","imei2":"193448228733416","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165542,"job_number":"JOB_165542","tr_customer_id":165559,"tr_customer_product_id":165549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:52.000Z","modified_at":"2026-01-24T05:34:52.000Z","name":"Lavonne Block","mobile_number":"518-257-3646","email_id":"Lynn35@gmail.com","dop":"2025-10-22","serial_number":"1025170319562993","imei1":"1025170319562993","imei2":"1025170319562993","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165541,"job_number":"JOB_165541","tr_customer_id":165558,"tr_customer_product_id":165548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:50.000Z","modified_at":"2026-01-24T05:34:50.000Z","name":"Delta Parisian","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"102818797041315","imei1":"102818797041315","imei2":"102818797041315","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165540,"job_number":"JOB_165540","tr_customer_id":165557,"tr_customer_product_id":165547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:50.000Z","modified_at":"2026-01-24T05:34:50.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"115350151478709","imei1":"115350151478709","imei2":"115350151478709","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165539,"job_number":"JOB_165539","tr_customer_id":165556,"tr_customer_product_id":165546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Shreya Achari","mobile_number":"9852686863","email_id":"harita.mehra@yahoo.co.in","dop":"2026-01-14","serial_number":"934084886103175","imei1":"934084886103175","imei2":"934084886103175","popurl":"www.nalini-arora.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165538,"job_number":"JOB_165538","tr_customer_id":165555,"tr_customer_product_id":165545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Dipankar Joshi","mobile_number":"9869496528","email_id":"bhamini.butt@hotmail.com","dop":"2026-01-14","serial_number":"978719750927855","imei1":"978719750927855","imei2":"978719750927855","popurl":"www.aaryan-nayar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165537,"job_number":"JOB_165537","tr_customer_id":165554,"tr_customer_product_id":165544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Devak Varrier","mobile_number":"9881768271","email_id":"gotum.patil@gmail.com","dop":"2026-01-14","serial_number":"922851835771685","imei1":"922851835771685","imei2":"922851835771685","popurl":"www.madhuri-rana.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165536,"job_number":"JOB_165536","tr_customer_id":165553,"tr_customer_product_id":165543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Heema Chaturvedi","mobile_number":"9898867320","email_id":"akshata.butt@yahoo.co.in","dop":"2026-01-14","serial_number":"911403431663804","imei1":"911403431663804","imei2":"911403431663804","popurl":"www.kanchan-guha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165535,"job_number":"JOB_165535","tr_customer_id":165552,"tr_customer_product_id":165542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Swami Namboothiri","mobile_number":"9804432430","email_id":"brajendra.banerjee@gmail.com","dop":"2026-01-14","serial_number":"464402238925487","imei1":"464402238925487","imei2":"464402238925487","popurl":"www.manisha-mishra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165534,"job_number":"JOB_165534","tr_customer_id":165551,"tr_customer_product_id":165541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Rajendra Guha","mobile_number":"9817778785","email_id":"deepan.kaniyar@hotmail.com","dop":"2026-01-14","serial_number":"869531702641326","imei1":"869531702641326","imei2":"869531702641326","popurl":"www.kannan-varma.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165533,"job_number":"JOB_165533","tr_customer_id":165550,"tr_customer_product_id":165540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Vasudeva Kapoor","mobile_number":"9893831129","email_id":"jagmeet.desai@hotmail.com","dop":"2026-01-14","serial_number":"088185609299585","imei1":"088185609299585","imei2":"088185609299585","popurl":"www.aditeya-ahluwalia.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165532,"job_number":"JOB_165532","tr_customer_id":165549,"tr_customer_product_id":165539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Hamsini Somayaji","mobile_number":"9852495771","email_id":"chandramani.varma@yahoo.co.in","dop":"2026-01-14","serial_number":"222785283755671","imei1":"222785283755671","imei2":"222785283755671","popurl":"www.dharitri-nair.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165531,"job_number":"JOB_165531","tr_customer_id":165548,"tr_customer_product_id":165538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Udit Gupta","mobile_number":"9861047664","email_id":"vasundhara.mishra@gmail.com","dop":"2026-01-14","serial_number":"387938117654240","imei1":"387938117654240","imei2":"387938117654240","popurl":"www.bhargava-butt.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165530,"job_number":"JOB_165530","tr_customer_id":165547,"tr_customer_product_id":165537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Lal Dubashi","mobile_number":"9800595022","email_id":"buddhana.menon@hotmail.com","dop":"2026-01-14","serial_number":"683839499678452","imei1":"683839499678452","imei2":"683839499678452","popurl":"www.ajeet-bharadwaj.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165529,"job_number":"JOB_165529","tr_customer_id":165546,"tr_customer_product_id":165536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Dhruv Pothuvaal","mobile_number":"9875674480","email_id":"buddhana.desai@gmail.com","dop":"2026-01-14","serial_number":"056023541529509","imei1":"056023541529509","imei2":"056023541529509","popurl":"www.devajyoti-mishra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165528,"job_number":"JOB_165528","tr_customer_id":165545,"tr_customer_product_id":165535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Kanishka Bandopadhyay","mobile_number":"9835769297","email_id":"chinmayananda.panicker@yahoo.co.in","dop":"2026-01-14","serial_number":"553189197209310","imei1":"553189197209310","imei2":"553189197209310","popurl":"www.aadrika-varman.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165527,"job_number":"JOB_165527","tr_customer_id":165544,"tr_customer_product_id":165534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Dipendra Kapoor","mobile_number":"9885444505","email_id":"trilok.talwar@hotmail.com","dop":"2026-01-14","serial_number":"519175413184888","imei1":"519175413184888","imei2":"519175413184888","popurl":"www.leela-butt.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165526,"job_number":"JOB_165526","tr_customer_id":165543,"tr_customer_product_id":165533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Dhanapati Menon","mobile_number":"9873628664","email_id":"purnima.khan@hotmail.com","dop":"2026-01-14","serial_number":"258618669318153","imei1":"258618669318153","imei2":"258618669318153","popurl":"www.deeptanshu-varrier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165525,"job_number":"JOB_165525","tr_customer_id":165542,"tr_customer_product_id":165532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Dharmaketu Chaturvedi","mobile_number":"9815792228","email_id":"bhaanumati.ahluwalia@yahoo.co.in","dop":"2026-01-14","serial_number":"823603721607594","imei1":"823603721607594","imei2":"823603721607594","popurl":"www.aatmaj-tagore.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165524,"job_number":"JOB_165524","tr_customer_id":165541,"tr_customer_product_id":165531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Atreyee Khan","mobile_number":"9870091964","email_id":"darshwana.agarwal@yahoo.co.in","dop":"2026-01-14","serial_number":"140305443845836","imei1":"140305443845836","imei2":"140305443845836","popurl":"www.ravi-menon.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165523,"job_number":"JOB_165523","tr_customer_id":165540,"tr_customer_product_id":165530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Chandan Ganaka","mobile_number":"9863294766","email_id":"radha.achari@yahoo.co.in","dop":"2026-01-14","serial_number":"138667987754520","imei1":"138667987754520","imei2":"138667987754520","popurl":"www.opaline-bhattathiri.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165522,"job_number":"JOB_165522","tr_customer_id":165539,"tr_customer_product_id":165529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Anuja Trivedi","mobile_number":"9884869817","email_id":"devi.menon@hotmail.com","dop":"2026-01-14","serial_number":"072582943030677","imei1":"072582943030677","imei2":"072582943030677","popurl":"www.nirbhay-chaturvedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165521,"job_number":"JOB_165521","tr_customer_id":165537,"tr_customer_product_id":165527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Rageswari Guha","mobile_number":"9874451420","email_id":"soma.reddy@gmail.com","dop":"2026-01-14","serial_number":"619879519554272","imei1":"619879519554272","imei2":"619879519554272","popurl":"www.anang-butt.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165520,"job_number":"JOB_165520","tr_customer_id":165538,"tr_customer_product_id":165528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Sheela Abbott","mobile_number":"9816213888","email_id":"shresth.mahajan@gmail.com","dop":"2026-01-14","serial_number":"513068801558661","imei1":"513068801558661","imei2":"513068801558661","popurl":"www.anuraag-pilla.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165519,"job_number":"JOB_165519","tr_customer_id":165536,"tr_customer_product_id":165526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Saroja Joshi","mobile_number":"9846147341","email_id":"bhupen.malik@yahoo.co.in","dop":"2026-01-14","serial_number":"411326487709554","imei1":"411326487709554","imei2":"411326487709554","popurl":"www.ahilya-ganaka.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165518,"job_number":"JOB_165518","tr_customer_id":165535,"tr_customer_product_id":165525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Daksha Rana","mobile_number":"9895844162","email_id":"avantika.gupta@gmail.com","dop":"2026-01-14","serial_number":"018289402297154","imei1":"018289402297154","imei2":"018289402297154","popurl":"www.veda-mehra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165517,"job_number":"JOB_165517","tr_customer_id":165534,"tr_customer_product_id":165524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Bela Khanna","mobile_number":"9873309226","email_id":"somu.tandon@yahoo.co.in","dop":"2026-01-14","serial_number":"561440833942790","imei1":"561440833942790","imei2":"561440833942790","popurl":"www.chandradev-guha.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165516,"job_number":"JOB_165516","tr_customer_id":165533,"tr_customer_product_id":165523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Vaidehi Mishra","mobile_number":"9894725140","email_id":"shobhana.pillai@yahoo.co.in","dop":"2026-01-14","serial_number":"044577519631575","imei1":"044577519631575","imei2":"044577519631575","popurl":"www.dakshayani-singh.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165515,"job_number":"JOB_165515","tr_customer_id":165532,"tr_customer_product_id":165522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Akshita Sethi","mobile_number":"9840049144","email_id":"harita.jha@hotmail.com","dop":"2026-01-14","serial_number":"943954939053538","imei1":"943954939053538","imei2":"943954939053538","popurl":"www.draupadi-namboothiri.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165514,"job_number":"JOB_165514","tr_customer_id":165531,"tr_customer_product_id":165521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Kannen Naik","mobile_number":"9868313965","email_id":"girik.pothuvaal@gmail.com","dop":"2026-01-14","serial_number":"708014944444958","imei1":"708014944444958","imei2":"708014944444958","popurl":"www.vrinda-sinha.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165513,"job_number":"JOB_165513","tr_customer_id":165530,"tr_customer_product_id":165520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Chandra Pothuvaal","mobile_number":"9856841753","email_id":"amritambu.gupta@yahoo.co.in","dop":"2026-01-14","serial_number":"435393774090811","imei1":"435393774090811","imei2":"435393774090811","popurl":"www.sanka-nambeesan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165512,"job_number":"JOB_165512","tr_customer_id":165529,"tr_customer_product_id":165519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Giri Bhattathiri","mobile_number":"9884664825","email_id":"devajyoti.nambeesan@yahoo.co.in","dop":"2026-01-14","serial_number":"111114905545525","imei1":"111114905545525","imei2":"111114905545525","popurl":"www.anal-kaniyar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165511,"job_number":"JOB_165511","tr_customer_id":165528,"tr_customer_product_id":165518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Leela Mukhopadhyay","mobile_number":"9861601455","email_id":"chakor.naik@yahoo.co.in","dop":"2026-01-14","serial_number":"136270079033389","imei1":"136270079033389","imei2":"136270079033389","popurl":"www.usha-dhawan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165510,"job_number":"JOB_165510","tr_customer_id":165527,"tr_customer_product_id":165517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Dhana Gowda","mobile_number":"9848145066","email_id":"dinkar.agarwal@gmail.com","dop":"2026-01-14","serial_number":"025976055350217","imei1":"025976055350217","imei2":"025976055350217","popurl":"www.deeptiman-mishra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165509,"job_number":"JOB_165509","tr_customer_id":165526,"tr_customer_product_id":165516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:29.000Z","modified_at":"2026-01-24T05:28:29.000Z","name":"Delores Armstrong","mobile_number":"318-439-9385","email_id":"Carmel.Rosenbaum@yahoo.com","dop":"2025-04-06","serial_number":"18174827416943092","imei1":"18174827416943092","imei2":"18174827416943092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165507,"job_number":"JOB_165507","tr_customer_id":165524,"tr_customer_product_id":165514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:27:39.000Z","modified_at":"2026-01-24T05:27:39.000Z","name":"Josefina Padberg","mobile_number":"665-589-5279","email_id":"Rickey.Tremblay@gmail.com","dop":"2025-04-06","serial_number":"11273135426038496","imei1":"11273135426038496","imei2":"11273135426038496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:27:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165505,"job_number":"JOB_165505","tr_customer_id":165522,"tr_customer_product_id":165512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:30.000Z","modified_at":"2026-01-24T05:22:30.000Z","name":"Meghnath Menon","mobile_number":"9824364357","email_id":"gita.varma@gmail.com","dop":"2026-01-14","serial_number":"204241835066694","imei1":"204241835066694","imei2":"204241835066694","popurl":"www.niro-sharma.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165504,"job_number":"JOB_165504","tr_customer_id":165521,"tr_customer_product_id":165511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:30.000Z","modified_at":"2026-01-24T05:22:30.000Z","name":"Chandra Gupta","mobile_number":"9807608897","email_id":"bhooshit.jha@yahoo.co.in","dop":"2026-01-14","serial_number":"135004602020188","imei1":"135004602020188","imei2":"135004602020188","popurl":"www.mukesh-achari.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165503,"job_number":"JOB_165503","tr_customer_id":165520,"tr_customer_product_id":165510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:30.000Z","modified_at":"2026-01-24T05:22:30.000Z","name":"Garud Dutta","mobile_number":"9812912792","email_id":"geetanjali.patel@hotmail.com","dop":"2026-01-14","serial_number":"273199796640445","imei1":"273199796640445","imei2":"273199796640445","popurl":"www.ashlesh-acharya.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165502,"job_number":"JOB_165502","tr_customer_id":165519,"tr_customer_product_id":165509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:30.000Z","modified_at":"2026-01-24T05:22:30.000Z","name":"Jyoti Nehru","mobile_number":"9893922526","email_id":"kanaka.gowda@hotmail.com","dop":"2026-01-14","serial_number":"613144388003999","imei1":"613144388003999","imei2":"613144388003999","popurl":"www.kannen-kocchar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165501,"job_number":"JOB_165501","tr_customer_id":165518,"tr_customer_product_id":165508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:30.000Z","modified_at":"2026-01-24T05:22:30.000Z","name":"Amritambu Dhawan","mobile_number":"9861774402","email_id":"amodini.shah@gmail.com","dop":"2026-01-14","serial_number":"931511561613644","imei1":"931511561613644","imei2":"931511561613644","popurl":"www.sameer-shukla.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165500,"job_number":"JOB_165500","tr_customer_id":165517,"tr_customer_product_id":165507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Himadri Kocchar","mobile_number":"9883292063","email_id":"inder.mahajan@gmail.com","dop":"2026-01-14","serial_number":"860436536734665","imei1":"860436536734665","imei2":"860436536734665","popurl":"www.veda-prajapat.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165499,"job_number":"JOB_165499","tr_customer_id":165515,"tr_customer_product_id":165506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Aditya Mukhopadhyay","mobile_number":"9838639115","email_id":"adinath.mehra@yahoo.co.in","dop":"2026-01-14","serial_number":"068937258082342","imei1":"068937258082342","imei2":"068937258082342","popurl":"www.sharda-mehra.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165498,"job_number":"JOB_165498","tr_customer_id":165516,"tr_customer_product_id":165505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Jahnu Chattopadhyay","mobile_number":"9887527124","email_id":"dayaamay.gowda@hotmail.com","dop":"2026-01-14","serial_number":"217579745065474","imei1":"217579745065474","imei2":"217579745065474","popurl":"www.chitraksh-khan.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165497,"job_number":"JOB_165497","tr_customer_id":165514,"tr_customer_product_id":165504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Agneya Bhattathiri","mobile_number":"9871191280","email_id":"shiv.shah@yahoo.co.in","dop":"2026-01-14","serial_number":"344533209011035","imei1":"344533209011035","imei2":"344533209011035","popurl":"www.balaaditya-jain.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165496,"job_number":"JOB_165496","tr_customer_id":165513,"tr_customer_product_id":165503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Dinkar Pillai","mobile_number":"9819829858","email_id":"gemine.reddy@hotmail.com","dop":"2026-01-14","serial_number":"550119271681573","imei1":"550119271681573","imei2":"550119271681573","popurl":"www.gorakhanatha-mehra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165495,"job_number":"JOB_165495","tr_customer_id":165512,"tr_customer_product_id":165502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Adityanandana Ganaka","mobile_number":"9896887036","email_id":"aadidev.singh@gmail.com","dop":"2026-01-14","serial_number":"510735443754949","imei1":"510735443754949","imei2":"510735443754949","popurl":"www.kali-dhawan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165494,"job_number":"JOB_165494","tr_customer_id":165511,"tr_customer_product_id":165501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Jagdish Ahluwalia","mobile_number":"9836982286","email_id":"somu.saini@hotmail.com","dop":"2026-01-14","serial_number":"349409848651597","imei1":"349409848651597","imei2":"349409848651597","popurl":"www.nirbhay-panicker.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165493,"job_number":"JOB_165493","tr_customer_id":165510,"tr_customer_product_id":165500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Swapnil Pilla","mobile_number":"9812139207","email_id":"bahula.guneta@gmail.com","dop":"2026-01-14","serial_number":"280732611989380","imei1":"280732611989380","imei2":"280732611989380","popurl":"www.gajadhar-ahluwalia.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165492,"job_number":"JOB_165492","tr_customer_id":165509,"tr_customer_product_id":165499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Shubhaprada Pothuvaal","mobile_number":"9804072714","email_id":"dhanesh.pandey@hotmail.com","dop":"2026-01-14","serial_number":"996498247056499","imei1":"996498247056499","imei2":"996498247056499","popurl":"www.aslesha-nayar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165491,"job_number":"JOB_165491","tr_customer_id":165508,"tr_customer_product_id":165498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Anilaabh Khatri","mobile_number":"9887778565","email_id":"shakuntala.gowda@yahoo.co.in","dop":"2026-01-14","serial_number":"132455574581212","imei1":"132455574581212","imei2":"132455574581212","popurl":"www.chandrakala-tandon.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165490,"job_number":"JOB_165490","tr_customer_id":165507,"tr_customer_product_id":165497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Gudakesha Nair","mobile_number":"9802628728","email_id":"lal.dubashi@hotmail.com","dop":"2026-01-14","serial_number":"142910202711041","imei1":"142910202711041","imei2":"142910202711041","popurl":"www.vyas-dwivedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165489,"job_number":"JOB_165489","tr_customer_id":165506,"tr_customer_product_id":165496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Vedang Gupta","mobile_number":"9898235923","email_id":"kama.dubashi@yahoo.co.in","dop":"2026-01-14","serial_number":"204626836330070","imei1":"204626836330070","imei2":"204626836330070","popurl":"www.shwet-adiga.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165488,"job_number":"JOB_165488","tr_customer_id":165505,"tr_customer_product_id":165495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Ekaling Banerjee","mobile_number":"9807705961","email_id":"karunanidhi.guneta@gmail.com","dop":"2026-01-14","serial_number":"762288732442731","imei1":"762288732442731","imei2":"762288732442731","popurl":"www.kali-iyer.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165487,"job_number":"JOB_165487","tr_customer_id":165504,"tr_customer_product_id":165494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Rajinder Abbott","mobile_number":"9826928768","email_id":"devajyoti.kapoor@yahoo.co.in","dop":"2026-01-14","serial_number":"704252216274963","imei1":"704252216274963","imei2":"704252216274963","popurl":"www.akshata-desai.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165486,"job_number":"JOB_165486","tr_customer_id":165503,"tr_customer_product_id":165493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Tanushri Chattopadhyay","mobile_number":"9850438924","email_id":"dhanvin.varma@hotmail.com","dop":"2026-01-14","serial_number":"744631892929481","imei1":"744631892929481","imei2":"744631892929481","popurl":"www.sarisha-guneta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165485,"job_number":"JOB_165485","tr_customer_id":165502,"tr_customer_product_id":165492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:43.000Z","modified_at":"2026-01-24T05:20:43.000Z","name":"Dhanalakshmi Kaniyar","mobile_number":"9843225780","email_id":"bilwa.ganaka@gmail.com","dop":"2026-01-14","serial_number":"257930479096808","imei1":"257930479096808","imei2":"257930479096808","popurl":"www.chakradhar-tandon.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165484,"job_number":"JOB_165484","tr_customer_id":165501,"tr_customer_product_id":165491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:43.000Z","modified_at":"2026-01-24T05:20:43.000Z","name":"Gati Bhat","mobile_number":"9814821371","email_id":"suryakant.patil@hotmail.com","dop":"2026-01-14","serial_number":"578761028907542","imei1":"578761028907542","imei2":"578761028907542","popurl":"www.bhaasvan-gandhi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165483,"job_number":"JOB_165483","tr_customer_id":165500,"tr_customer_product_id":165490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:43.000Z","modified_at":"2026-01-24T05:20:43.000Z","name":"Aatmaj Trivedi","mobile_number":"9879610875","email_id":"dwaipayana.mehra@gmail.com","dop":"2026-01-14","serial_number":"243996057815373","imei1":"243996057815373","imei2":"243996057815373","popurl":"www.rageshwari-shah.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165482,"job_number":"JOB_165482","tr_customer_id":165499,"tr_customer_product_id":165489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:43.000Z","modified_at":"2026-01-24T05:20:43.000Z","name":"Gorakhnath Mishra","mobile_number":"9817666835","email_id":"chakor.guneta@yahoo.co.in","dop":"2026-01-14","serial_number":"530234592713464","imei1":"530234592713464","imei2":"530234592713464","popurl":"www.anand swarup-verma.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165481,"job_number":"JOB_165481","tr_customer_id":165498,"tr_customer_product_id":165488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:43.000Z","modified_at":"2026-01-24T05:20:43.000Z","name":"Rajan Acharya","mobile_number":"9831803925","email_id":"shresth.guha@yahoo.co.in","dop":"2026-01-14","serial_number":"210435875501433","imei1":"210435875501433","imei2":"210435875501433","popurl":"www.aagneya-nayar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165480,"job_number":"JOB_165480","tr_customer_id":165497,"tr_customer_product_id":165487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Vishwamitra Mehra","mobile_number":"9824882314","email_id":"suresh.prajapat@gmail.com","dop":"2026-01-14","serial_number":"684904353816327","imei1":"684904353816327","imei2":"684904353816327","popurl":"www.parvati-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165479,"job_number":"JOB_165479","tr_customer_id":165496,"tr_customer_product_id":165486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Jagmeet Rana","mobile_number":"9891737618","email_id":"vishnu.desai@hotmail.com","dop":"2026-01-14","serial_number":"412191385945580","imei1":"412191385945580","imei2":"412191385945580","popurl":"www.chandini-sinha.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165478,"job_number":"JOB_165478","tr_customer_id":165495,"tr_customer_product_id":165485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Deeptimayee Pandey","mobile_number":"9866632570","email_id":"baalagopaal.patil@yahoo.co.in","dop":"2026-01-14","serial_number":"847943585605714","imei1":"847943585605714","imei2":"847943585605714","popurl":"www.deepankar-banerjee.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165477,"job_number":"JOB_165477","tr_customer_id":165494,"tr_customer_product_id":165484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Dipendra Rana","mobile_number":"9843190040","email_id":"upendra.achari@gmail.com","dop":"2026-01-14","serial_number":"234170565364985","imei1":"234170565364985","imei2":"234170565364985","popurl":"www.chandraswaroopa-kakkar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165476,"job_number":"JOB_165476","tr_customer_id":165493,"tr_customer_product_id":165483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Abhirath Bhat","mobile_number":"9887093059","email_id":"krishna.ahluwalia@hotmail.com","dop":"2026-01-14","serial_number":"929123062507774","imei1":"929123062507774","imei2":"929123062507774","popurl":"www.aditeya-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165475,"job_number":"JOB_165475","tr_customer_id":165492,"tr_customer_product_id":165482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Tapan Sinha","mobile_number":"9885078455","email_id":"laxmi.gupta@gmail.com","dop":"2026-01-14","serial_number":"447716340958876","imei1":"447716340958876","imei2":"447716340958876","popurl":"www.aasha-arora.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165474,"job_number":"JOB_165474","tr_customer_id":165491,"tr_customer_product_id":165481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Arun Shah","mobile_number":"9885871438","email_id":"deevakar.mehra@gmail.com","dop":"2026-01-14","serial_number":"899349088227204","imei1":"899349088227204","imei2":"899349088227204","popurl":"www.devika-jain.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165473,"job_number":"JOB_165473","tr_customer_id":165490,"tr_customer_product_id":165480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Balamani Malik","mobile_number":"9807389016","email_id":"keerti.patil@gmail.com","dop":"2026-01-14","serial_number":"511075121952684","imei1":"511075121952684","imei2":"511075121952684","popurl":"www.gopi-menon.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165472,"job_number":"JOB_165472","tr_customer_id":165489,"tr_customer_product_id":165479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Bhaasvan Mishra","mobile_number":"9825775902","email_id":"himadri.abbott@gmail.com","dop":"2026-01-14","serial_number":"546120583928817","imei1":"546120583928817","imei2":"546120583928817","popurl":"www.nagabhushanam-saini.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165471,"job_number":"JOB_165471","tr_customer_id":165488,"tr_customer_product_id":165478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Ameyatma Mehrotra","mobile_number":"9831580230","email_id":"vasanti.tagore@yahoo.co.in","dop":"2026-01-14","serial_number":"798698923777293","imei1":"798698923777293","imei2":"798698923777293","popurl":"www.bhaves-gupta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165470,"job_number":"JOB_165470","tr_customer_id":165487,"tr_customer_product_id":165477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Chandini Nambeesan","mobile_number":"9813715424","email_id":"aaratrika.kocchar@hotmail.com","dop":"2026-01-14","serial_number":"610428654637615","imei1":"610428654637615","imei2":"610428654637615","popurl":"www.sarala-guneta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165469,"job_number":"JOB_165469","tr_customer_id":165486,"tr_customer_product_id":165476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Laal Varman","mobile_number":"9866348627","email_id":"gandharva.somayaji@gmail.com","dop":"2026-01-14","serial_number":"122641223298619","imei1":"122641223298619","imei2":"122641223298619","popurl":"www.priyala-gandhi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165468,"job_number":"JOB_165468","tr_customer_id":165485,"tr_customer_product_id":165475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Tara Agarwal","mobile_number":"9811498175","email_id":"dinkar.namboothiri@yahoo.co.in","dop":"2026-01-14","serial_number":"904414731602293","imei1":"904414731602293","imei2":"904414731602293","popurl":"www.baijayanti-patel.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165467,"job_number":"JOB_165467","tr_customer_id":165484,"tr_customer_product_id":165474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Baalagopaal Varman","mobile_number":"9888892124","email_id":"karan.namboothiri@yahoo.co.in","dop":"2026-01-14","serial_number":"370118375659360","imei1":"370118375659360","imei2":"370118375659360","popurl":"www.anusuya-mehrotra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165466,"job_number":"JOB_165466","tr_customer_id":165483,"tr_customer_product_id":165473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Bhaumik Tandon","mobile_number":"9877465070","email_id":"gautam.kaniyar@gmail.com","dop":"2026-01-14","serial_number":"381269552358494","imei1":"381269552358494","imei2":"381269552358494","popurl":"www.dayamayee-mehra.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165465,"job_number":"JOB_165465","tr_customer_id":165482,"tr_customer_product_id":165472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:19:10.000Z","modified_at":"2026-01-24T05:19:10.000Z","name":"Jamel Keebler","mobile_number":"300-948-6373","email_id":"Shemar_Stiedemann@hotmail.com","dop":"2025-06-08","serial_number":"12720811817232","imei1":"12720811817232","imei2":"12720811817232","popurl":"2025-06-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:19:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165464,"job_number":"JOB_165464","tr_customer_id":165481,"tr_customer_product_id":165471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:03:35.000Z","modified_at":"2026-01-24T05:03:35.000Z","name":"Vivek Yadav","mobile_number":"8788138617","email_id":"ccivivek123@gmail.com","dop":"2026-01-14","serial_number":"891398385161723","imei1":"891398385161723","imei2":"891398385161723","popurl":"2026-01-14T05:03:34.489261500Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:03:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165463,"job_number":"JOB_165463","tr_customer_id":165480,"tr_customer_product_id":165470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:53:14.000Z","modified_at":"2026-01-24T04:53:14.000Z","name":"Nicolette Cole","mobile_number":"732-592-4570","email_id":"Lucy45@gmail.com","dop":"2025-04-06","serial_number":"18380129139960776","imei1":"18380129139960776","imei2":"18380129139960776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:53:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165461,"job_number":"JOB_165461","tr_customer_id":165478,"tr_customer_product_id":165468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:52:54.000Z","modified_at":"2026-01-24T04:52:54.000Z","name":"Jaycee Hilpert","mobile_number":"480-269-1662","email_id":"Martina42@yahoo.com","dop":"2025-04-06","serial_number":"10477807887607346","imei1":"10477807887607346","imei2":"10477807887607346","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:52:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165459,"job_number":"JOB_165459","tr_customer_id":165476,"tr_customer_product_id":165466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:41.000Z","modified_at":"2026-01-24T04:50:41.000Z","name":"Shwet Acharya","mobile_number":"9806210025","email_id":"kailash.patel@gmail.com","dop":"2026-01-14","serial_number":"727119346976515","imei1":"727119346976515","imei2":"727119346976515","popurl":"www.narinder-marar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165458,"job_number":"JOB_165458","tr_customer_id":165475,"tr_customer_product_id":165465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:41.000Z","modified_at":"2026-01-24T04:50:41.000Z","name":"Opaline Varman","mobile_number":"9884389213","email_id":"aarya.kapoor@hotmail.com","dop":"2026-01-14","serial_number":"390594674793521","imei1":"390594674793521","imei2":"390594674793521","popurl":"www.girindra-joshi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165457,"job_number":"JOB_165457","tr_customer_id":165474,"tr_customer_product_id":165464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:41.000Z","name":"Devi Desai","mobile_number":"9839153375","email_id":"lakshmidhar.malik@yahoo.co.in","dop":"2026-01-14","serial_number":"990756071902525","imei1":"990756071902525","imei2":"990756071902525","popurl":"www.tapan-sharma.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165456,"job_number":"JOB_165456","tr_customer_id":165473,"tr_customer_product_id":165463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Minakshi Gowda","mobile_number":"9827251883","email_id":"devangana.ahluwalia@gmail.com","dop":"2026-01-14","serial_number":"875568231961846","imei1":"875568231961846","imei2":"875568231961846","popurl":"www.aagneya-varman.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165455,"job_number":"JOB_165455","tr_customer_id":165472,"tr_customer_product_id":165462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Dharmaketu Nair","mobile_number":"9868697943","email_id":"dhanapati.varma@gmail.com","dop":"2026-01-14","serial_number":"921153741995997","imei1":"921153741995997","imei2":"921153741995997","popurl":"www.uttam-gandhi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165454,"job_number":"JOB_165454","tr_customer_id":165471,"tr_customer_product_id":165461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Bhupen Tandon","mobile_number":"9865321765","email_id":"kartik.gowda@gmail.com","dop":"2026-01-14","serial_number":"094542402756868","imei1":"094542402756868","imei2":"094542402756868","popurl":"www.tanya-banerjee.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165453,"job_number":"JOB_165453","tr_customer_id":165470,"tr_customer_product_id":165460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Paramartha Mehra","mobile_number":"9827191235","email_id":"balgopal.malik@yahoo.co.in","dop":"2026-01-14","serial_number":"018569699916048","imei1":"018569699916048","imei2":"018569699916048","popurl":"www.chaturaanan-ahuja.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165452,"job_number":"JOB_165452","tr_customer_id":165469,"tr_customer_product_id":165459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Draupadi Bhat","mobile_number":"9849961860","email_id":"gitanjali.reddy@gmail.com","dop":"2026-01-14","serial_number":"105448134279153","imei1":"105448134279153","imei2":"105448134279153","popurl":"www.rudra-pothuvaal.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165451,"job_number":"JOB_165451","tr_customer_id":165468,"tr_customer_product_id":165458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Brahmabrata Malik","mobile_number":"9810540375","email_id":"chandraketu.shukla@hotmail.com","dop":"2026-01-14","serial_number":"633236941621852","imei1":"633236941621852","imei2":"633236941621852","popurl":"www.dhyanesh-chaturvedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165450,"job_number":"JOB_165450","tr_customer_id":165467,"tr_customer_product_id":165457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Chandravati Banerjee","mobile_number":"9823702090","email_id":"sanya.mukhopadhyay@yahoo.co.in","dop":"2026-01-14","serial_number":"167387918015345","imei1":"167387918015345","imei2":"167387918015345","popurl":"www.bhargava-bharadwaj.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165449,"job_number":"JOB_165449","tr_customer_id":165466,"tr_customer_product_id":165456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Balaaditya Gandhi","mobile_number":"9872463245","email_id":"chandramohan.ganaka@gmail.com","dop":"2026-01-14","serial_number":"078486991775848","imei1":"078486991775848","imei2":"078486991775848","popurl":"www.gorakhanatha-jain.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165448,"job_number":"JOB_165448","tr_customer_id":165465,"tr_customer_product_id":165455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Avantika Chopra","mobile_number":"9809430249","email_id":"dhanvin.pandey@gmail.com","dop":"2026-01-14","serial_number":"840853718160766","imei1":"840853718160766","imei2":"840853718160766","popurl":"www.bhoopati-acharya.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165447,"job_number":"JOB_165447","tr_customer_id":165464,"tr_customer_product_id":165454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Aatmaj Marar","mobile_number":"9881939272","email_id":"adheesh.chattopadhyay@yahoo.co.in","dop":"2026-01-14","serial_number":"518540287934069","imei1":"518540287934069","imei2":"518540287934069","popurl":"www.kamlesh-singh.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165446,"job_number":"JOB_165446","tr_customer_id":165463,"tr_customer_product_id":165453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Gajadhar Bandopadhyay","mobile_number":"9882554592","email_id":"anal.pandey@hotmail.com","dop":"2026-01-14","serial_number":"850440399132511","imei1":"850440399132511","imei2":"850440399132511","popurl":"www.girika-pothuvaal.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165445,"job_number":"JOB_165445","tr_customer_id":165462,"tr_customer_product_id":165452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Aagam Mehrotra","mobile_number":"9803407688","email_id":"somu.singh@hotmail.com","dop":"2026-01-14","serial_number":"800586982321211","imei1":"800586982321211","imei2":"800586982321211","popurl":"www.mina-chaturvedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165444,"job_number":"JOB_165444","tr_customer_id":165461,"tr_customer_product_id":165451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Bhisham Pilla","mobile_number":"9834515098","email_id":"sujata.bhattacharya@hotmail.com","dop":"2026-01-14","serial_number":"557643353038141","imei1":"557643353038141","imei2":"557643353038141","popurl":"www.aditya-dutta.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165443,"job_number":"JOB_165443","tr_customer_id":165460,"tr_customer_product_id":165450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Giriraaj Marar","mobile_number":"9850334121","email_id":"bhoopati.ganaka@hotmail.com","dop":"2026-01-14","serial_number":"093972205388223","imei1":"093972205388223","imei2":"093972205388223","popurl":"www.meghnad-devar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165442,"job_number":"JOB_165442","tr_customer_id":165459,"tr_customer_product_id":165449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Gautam Rana","mobile_number":"9808705261","email_id":"mani.devar@gmail.com","dop":"2026-01-14","serial_number":"786411901638284","imei1":"786411901638284","imei2":"786411901638284","popurl":"www.govinda-joshi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165441,"job_number":"JOB_165441","tr_customer_id":165458,"tr_customer_product_id":165448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Chaaruchandra Kakkar","mobile_number":"9825915432","email_id":"rajendra.johar@gmail.com","dop":"2026-01-14","serial_number":"967320149323116","imei1":"967320149323116","imei2":"967320149323116","popurl":"www.bhoopati-pillai.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165440,"job_number":"JOB_165440","tr_customer_id":165457,"tr_customer_product_id":165447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Dakshayani Mehrotra","mobile_number":"9880309268","email_id":"eshana.mehra@yahoo.co.in","dop":"2026-01-14","serial_number":"775792479396336","imei1":"775792479396336","imei2":"775792479396336","popurl":"www.goswami-sinha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165439,"job_number":"JOB_165439","tr_customer_id":165456,"tr_customer_product_id":165446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:39.000Z","modified_at":"2026-01-24T04:50:39.000Z","name":"DIDIDID Rippin","mobile_number":"273-218-0237","email_id":"Colt.Heathcote@gmail.com","dop":"2024-10-15","serial_number":"81845678901794","imei1":"81845678901794","imei2":"81845678901794","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165438,"job_number":"JOB_165438","tr_customer_id":165455,"tr_customer_product_id":165445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:39.000Z","modified_at":"2026-01-24T04:50:39.000Z","name":"Sunil Rippin","mobile_number":"273-218-0237","email_id":"Colt.Heathcote@gmail.com","dop":"2024-10-15","serial_number":"32545678901234","imei1":"32545678901234","imei2":"32545678901234","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165437,"job_number":"JOB_165437","tr_customer_id":165454,"tr_customer_product_id":165444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:39.000Z","modified_at":"2026-01-24T04:50:39.000Z","name":"Rocker Rippin","mobile_number":"273-218-0237","email_id":"Colt.Heathcote@gmail.com","dop":"2024-10-15","serial_number":"81845678901234","imei1":"81845678901234","imei2":"81845678901234","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165436,"job_number":"JOB_165436","tr_customer_id":165453,"tr_customer_product_id":165443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:39.000Z","modified_at":"2026-01-24T04:50:39.000Z","name":"Dada Rippin","mobile_number":"273-218-0237","email_id":"Colt.Heathcote@gmail.com","dop":"2024-10-15","serial_number":"19845678901234","imei1":"19845678901234","imei2":"19845678901234","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165435,"job_number":"JOB_165435","tr_customer_id":165452,"tr_customer_product_id":165442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:39.000Z","modified_at":"2026-01-24T04:50:39.000Z","name":"Vivek Rippin","mobile_number":"273-218-0237","email_id":"Colt.Heathcote@gmail.com","dop":"2024-10-15","serial_number":"14545678901234","imei1":"14545678901234","imei2":"14545678901234","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165433,"job_number":"JOB_165433","tr_customer_id":165450,"tr_customer_product_id":165440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:39:42.000Z","modified_at":"2026-01-24T04:39:42.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"109883769458152","imei1":"109883769458152","imei2":"109883769458152","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165431,"job_number":"JOB_165431","tr_customer_id":165448,"tr_customer_product_id":165438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:39:29.000Z","modified_at":"2026-01-24T04:39:29.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"106051138437493","imei1":"106051138437493","imei2":"106051138437493","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165428,"job_number":"JOB_165428","tr_customer_id":165445,"tr_customer_product_id":165435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:32:53.000Z","modified_at":"2026-01-24T04:32:53.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-14","serial_number":"75170751806930","imei1":"75170751806930","imei2":"75170751806930","popurl":"2026-01-14T04:32:52.877713245Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:32:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165427,"job_number":"JOB_165427","tr_customer_id":165444,"tr_customer_product_id":165434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:32:36.000Z","modified_at":"2026-01-24T04:32:36.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-14","serial_number":"91042546477578","imei1":"91042546477578","imei2":"91042546477578","popurl":"2026-01-14T04:32:35.794862697Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:32:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165426,"job_number":"JOB_165426","tr_customer_id":165443,"tr_customer_product_id":165433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Vedanga Iyer","mobile_number":"9818878545","email_id":"vrinda.prajapat@hotmail.com","dop":"2026-01-14","serial_number":"841886975733437","imei1":"841886975733437","imei2":"841886975733437","popurl":"www.dron-gandhi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165425,"job_number":"JOB_165425","tr_customer_id":165442,"tr_customer_product_id":165432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Chandrakala Bhat","mobile_number":"9887057135","email_id":"chatur.asan@yahoo.co.in","dop":"2026-01-14","serial_number":"006765238252952","imei1":"006765238252952","imei2":"006765238252952","popurl":"www.kannen-bhattathiri.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165424,"job_number":"JOB_165424","tr_customer_id":165441,"tr_customer_product_id":165431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Bhargavi Chopra","mobile_number":"9899725910","email_id":"dipankar.dwivedi@yahoo.co.in","dop":"2026-01-14","serial_number":"331716760096727","imei1":"331716760096727","imei2":"331716760096727","popurl":"www.bhavani-shah.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165423,"job_number":"JOB_165423","tr_customer_id":165440,"tr_customer_product_id":165430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Sunita Varman","mobile_number":"9853302346","email_id":"chandramohan.embranthiri@yahoo.co.in","dop":"2026-01-14","serial_number":"176725950591075","imei1":"176725950591075","imei2":"176725950591075","popurl":"www.atmaja-tandon.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165422,"job_number":"JOB_165422","tr_customer_id":165439,"tr_customer_product_id":165429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Tej Sethi","mobile_number":"9833571342","email_id":"arya.guha@hotmail.com","dop":"2026-01-14","serial_number":"846776267179423","imei1":"846776267179423","imei2":"846776267179423","popurl":"www.sushma-talwar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165421,"job_number":"JOB_165421","tr_customer_id":165438,"tr_customer_product_id":165428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Sachin Saini","mobile_number":"9820994305","email_id":"harita.marar@hotmail.com","dop":"2026-01-14","serial_number":"255602128695832","imei1":"255602128695832","imei2":"255602128695832","popurl":"www.bhisham-johar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165420,"job_number":"JOB_165420","tr_customer_id":165437,"tr_customer_product_id":165427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Deeptanshu Trivedi","mobile_number":"9828064479","email_id":"saraswati.nehru@yahoo.co.in","dop":"2026-01-14","serial_number":"363813600417312","imei1":"363813600417312","imei2":"363813600417312","popurl":"www.shwet-reddy.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165419,"job_number":"JOB_165419","tr_customer_id":165436,"tr_customer_product_id":165426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Marut Arora","mobile_number":"9805208962","email_id":"daevi.talwar@yahoo.co.in","dop":"2026-01-14","serial_number":"001000635630398","imei1":"001000635630398","imei2":"001000635630398","popurl":"www.tara-khan.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165418,"job_number":"JOB_165418","tr_customer_id":165435,"tr_customer_product_id":165425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Sushma Embranthiri","mobile_number":"9881105579","email_id":"lila.gowda@gmail.com","dop":"2026-01-14","serial_number":"599070310118488","imei1":"599070310118488","imei2":"599070310118488","popurl":"www.anuraag-shah.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165417,"job_number":"JOB_165417","tr_customer_id":165434,"tr_customer_product_id":165424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Soma Iyer","mobile_number":"9894575017","email_id":"rati.bhattacharya@hotmail.com","dop":"2026-01-14","serial_number":"813391619527318","imei1":"813391619527318","imei2":"813391619527318","popurl":"www.aashritha-talwar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165416,"job_number":"JOB_165416","tr_customer_id":165433,"tr_customer_product_id":165423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Chanda Pandey","mobile_number":"9824631964","email_id":"ekaksh.chattopadhyay@hotmail.com","dop":"2026-01-14","serial_number":"953157742158475","imei1":"953157742158475","imei2":"953157742158475","popurl":"www.kanak-shukla.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165415,"job_number":"JOB_165415","tr_customer_id":165432,"tr_customer_product_id":165422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Aatmaja Shukla","mobile_number":"9808520567","email_id":"balaaditya.dubashi@gmail.com","dop":"2026-01-14","serial_number":"630147529006180","imei1":"630147529006180","imei2":"630147529006180","popurl":"www.gorakhnath-rana.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165414,"job_number":"JOB_165414","tr_customer_id":165431,"tr_customer_product_id":165421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Ekadant Kocchar","mobile_number":"9853053073","email_id":"chanda.devar@hotmail.com","dop":"2026-01-14","serial_number":"004334391747342","imei1":"004334391747342","imei2":"004334391747342","popurl":"www.javas-bhat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165413,"job_number":"JOB_165413","tr_customer_id":165430,"tr_customer_product_id":165420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Baijayanti Mukhopadhyay","mobile_number":"9861870538","email_id":"kumari.kapoor@hotmail.com","dop":"2026-01-14","serial_number":"174323900972146","imei1":"174323900972146","imei2":"174323900972146","popurl":"www.lal-jain.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165412,"job_number":"JOB_165412","tr_customer_id":165429,"tr_customer_product_id":165419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Somu Ahluwalia","mobile_number":"9883256265","email_id":"adhiraj.patel@yahoo.co.in","dop":"2026-01-14","serial_number":"880650741205039","imei1":"880650741205039","imei2":"880650741205039","popurl":"www.vrund-namboothiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165411,"job_number":"JOB_165411","tr_customer_id":165428,"tr_customer_product_id":165418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Adikavi Varma","mobile_number":"9889609728","email_id":"vijay.shukla@gmail.com","dop":"2026-01-14","serial_number":"532227972891934","imei1":"532227972891934","imei2":"532227972891934","popurl":"www.anshula-trivedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165410,"job_number":"JOB_165410","tr_customer_id":165427,"tr_customer_product_id":165417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Chatur Tagore","mobile_number":"9870745580","email_id":"jagmeet.prajapat@yahoo.co.in","dop":"2026-01-14","serial_number":"234909757006711","imei1":"234909757006711","imei2":"234909757006711","popurl":"www.subhashini-acharya.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165409,"job_number":"JOB_165409","tr_customer_id":165426,"tr_customer_product_id":165416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Chaitan Desai","mobile_number":"9871465144","email_id":"ranjeet.chaturvedi@yahoo.co.in","dop":"2026-01-14","serial_number":"048518390040938","imei1":"048518390040938","imei2":"048518390040938","popurl":"www.ojaswini-panicker.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165408,"job_number":"JOB_165408","tr_customer_id":165425,"tr_customer_product_id":165415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Bhaaswar Bharadwaj","mobile_number":"9811134401","email_id":"indra.gowda@hotmail.com","dop":"2026-01-14","serial_number":"314848063276707","imei1":"314848063276707","imei2":"314848063276707","popurl":"www.dhana-mehrotra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165407,"job_number":"JOB_165407","tr_customer_id":165424,"tr_customer_product_id":165414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:58.000Z","modified_at":"2026-01-24T04:27:58.000Z","name":"Chiranjeev Banerjee","mobile_number":"9834721926","email_id":"balagovind.pandey@hotmail.com","dop":"2026-01-14","serial_number":"928510045868407","imei1":"928510045868407","imei2":"928510045868407","popurl":"www.gajaadhar-ahuja.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165406,"job_number":"JOB_165406","tr_customer_id":165423,"tr_customer_product_id":165413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:58.000Z","modified_at":"2026-01-24T04:27:58.000Z","name":"Bhasvan Verma","mobile_number":"9872927685","email_id":"sharmila.mahajan@gmail.com","dop":"2026-01-14","serial_number":"757476286049122","imei1":"757476286049122","imei2":"757476286049122","popurl":"www.vaishno-khatri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165405,"job_number":"JOB_165405","tr_customer_id":165422,"tr_customer_product_id":165412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:58.000Z","modified_at":"2026-01-24T04:27:58.000Z","name":"Jay Dhawan","mobile_number":"9868110374","email_id":"laxman.khan@gmail.com","dop":"2026-01-14","serial_number":"574159400664376","imei1":"574159400664376","imei2":"574159400664376","popurl":"www.gayatri-singh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165404,"job_number":"JOB_165404","tr_customer_id":165421,"tr_customer_product_id":165411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:58.000Z","modified_at":"2026-01-24T04:27:58.000Z","name":"Dharmaketu Joshi","mobile_number":"9854529024","email_id":"devdan.bhattathiri@gmail.com","dop":"2026-01-14","serial_number":"061726002996298","imei1":"061726002996298","imei2":"061726002996298","popurl":"www.bharadwaj-varma.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165403,"job_number":"JOB_165403","tr_customer_id":165420,"tr_customer_product_id":165410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:57.000Z","modified_at":"2026-01-24T04:27:57.000Z","name":"Balgopal Kapoor","mobile_number":"9869602502","email_id":"ranjit.devar@hotmail.com","dop":"2026-01-14","serial_number":"982484667355714","imei1":"982484667355714","imei2":"982484667355714","popurl":"www.paramartha-deshpande.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165402,"job_number":"JOB_165402","tr_customer_id":165419,"tr_customer_product_id":165409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:57.000Z","modified_at":"2026-01-24T04:27:57.000Z","name":"Agrata Bhat","mobile_number":"9885789355","email_id":"gopal.naik@yahoo.co.in","dop":"2026-01-14","serial_number":"924016580826651","imei1":"924016580826651","imei2":"924016580826651","popurl":"www.devika-gowda.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165401,"job_number":"JOB_165401","tr_customer_id":165418,"tr_customer_product_id":165408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:57.000Z","modified_at":"2026-01-24T04:27:57.000Z","name":"Sunita Guneta","mobile_number":"9807668298","email_id":"advaya.varrier@yahoo.co.in","dop":"2026-01-14","serial_number":"051711404933680","imei1":"051711404933680","imei2":"051711404933680","popurl":"www.dayaananda-mehrotra.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165400,"job_number":"JOB_165400","tr_customer_id":165417,"tr_customer_product_id":165407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:56.000Z","modified_at":"2026-01-24T04:27:56.000Z","name":"Ekaaksh Abbott","mobile_number":"9890052794","email_id":"vishwamitra.shah@hotmail.com","dop":"2026-01-14","serial_number":"606155490602616","imei1":"606155490602616","imei2":"606155490602616","popurl":"www.deb-rana.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165399,"job_number":"JOB_165399","tr_customer_id":165416,"tr_customer_product_id":165406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:56.000Z","modified_at":"2026-01-24T04:27:56.000Z","name":"Charuvrat Kocchar","mobile_number":"9815347812","email_id":"balachandra.banerjee@yahoo.co.in","dop":"2026-01-14","serial_number":"229846216442278","imei1":"229846216442278","imei2":"229846216442278","popurl":"www.ramesh-abbott.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165398,"job_number":"JOB_165398","tr_customer_id":165415,"tr_customer_product_id":165405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:56.000Z","modified_at":"2026-01-24T04:27:56.000Z","name":"Deependra Deshpande","mobile_number":"9837293724","email_id":"amritambu.agarwal@gmail.com","dop":"2026-01-14","serial_number":"526902097761960","imei1":"526902097761960","imei2":"526902097761960","popurl":"www.dayaananda-tagore.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165397,"job_number":"JOB_165397","tr_customer_id":165414,"tr_customer_product_id":165404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Hiranya Kaniyar","mobile_number":"9801656119","email_id":"aayushman.johar@yahoo.co.in","dop":"2026-01-14","serial_number":"456912851593140","imei1":"456912851593140","imei2":"456912851593140","popurl":"www.deeptiman-chopra.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165396,"job_number":"JOB_165396","tr_customer_id":165413,"tr_customer_product_id":165403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Kanaka Saini","mobile_number":"9804196307","email_id":"menaka.dutta@yahoo.co.in","dop":"2026-01-14","serial_number":"511960548508867","imei1":"511960548508867","imei2":"511960548508867","popurl":"www.chitramala-guneta.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165395,"job_number":"JOB_165395","tr_customer_id":165412,"tr_customer_product_id":165402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Asha Deshpande","mobile_number":"9852196932","email_id":"kartik.mishra@hotmail.com","dop":"2026-01-14","serial_number":"447438135173029","imei1":"447438135173029","imei2":"447438135173029","popurl":"www.deepali-mishra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165394,"job_number":"JOB_165394","tr_customer_id":165411,"tr_customer_product_id":165401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Chatur Mahajan","mobile_number":"9852608676","email_id":"somnath.nayar@gmail.com","dop":"2026-01-14","serial_number":"854768947007554","imei1":"854768947007554","imei2":"854768947007554","popurl":"www.bhavani-mukhopadhyay.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165393,"job_number":"JOB_165393","tr_customer_id":165410,"tr_customer_product_id":165400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Aalok Iyengar","mobile_number":"9810410980","email_id":"amogh.gandhi@gmail.com","dop":"2026-01-14","serial_number":"115895301479098","imei1":"115895301479098","imei2":"115895301479098","popurl":"www.pran-gill.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165392,"job_number":"JOB_165392","tr_customer_id":165409,"tr_customer_product_id":165399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Sarvin Johar","mobile_number":"9820175652","email_id":"rohana.rana@yahoo.co.in","dop":"2026-01-14","serial_number":"432530712923217","imei1":"432530712923217","imei2":"432530712923217","popurl":"www.ranjeet-verma.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165391,"job_number":"JOB_165391","tr_customer_id":165408,"tr_customer_product_id":165398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:53.000Z","modified_at":"2026-01-24T04:27:53.000Z","name":"Deeptanshu Shukla","mobile_number":"9898060828","email_id":"daevi.dhawan@gmail.com","dop":"2026-01-14","serial_number":"706795469102623","imei1":"706795469102623","imei2":"706795469102623","popurl":"www.bhadraksh-malik.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165390,"job_number":"JOB_165390","tr_customer_id":165407,"tr_customer_product_id":165397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:53.000Z","modified_at":"2026-01-24T04:27:53.000Z","name":"Gopal Panicker","mobile_number":"9870450560","email_id":"ganaka.chaturvedi@gmail.com","dop":"2026-01-14","serial_number":"637317676472120","imei1":"637317676472120","imei2":"637317676472120","popurl":"www.krishnadas-pandey.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165389,"job_number":"JOB_165389","tr_customer_id":165406,"tr_customer_product_id":165396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:52.000Z","modified_at":"2026-01-24T04:27:52.000Z","name":"Alok Mehra","mobile_number":"9859134502","email_id":"himadri.pandey@hotmail.com","dop":"2026-01-14","serial_number":"491498836514650","imei1":"491498836514650","imei2":"491498836514650","popurl":"www.amaranaath-agarwal.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165388,"job_number":"JOB_165388","tr_customer_id":165405,"tr_customer_product_id":165395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:52.000Z","modified_at":"2026-01-24T04:27:52.000Z","name":"Opalina Tandon","mobile_number":"9868737878","email_id":"kiran.kapoor@hotmail.com","dop":"2026-01-14","serial_number":"345413575723243","imei1":"345413575723243","imei2":"345413575723243","popurl":"www.abhisyanta-sinha.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165387,"job_number":"JOB_165387","tr_customer_id":165404,"tr_customer_product_id":165394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:52.000Z","modified_at":"2026-01-24T04:27:52.000Z","name":"Rameshwar Saini","mobile_number":"9896088852","email_id":"jagathi.dwivedi@hotmail.com","dop":"2026-01-14","serial_number":"642935919776858","imei1":"642935919776858","imei2":"642935919776858","popurl":"www.dhanalakshmi-guha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165386,"job_number":"JOB_165386","tr_customer_id":165403,"tr_customer_product_id":165393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:24:47.000Z","modified_at":"2026-01-24T04:24:47.000Z","name":"Magnolia Wehner","mobile_number":"660-564-2966","email_id":"Janet.Hettinger@gmail.com","dop":"2025-04-06","serial_number":"12079838181295206","imei1":"12079838181295206","imei2":"12079838181295206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:24:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165384,"job_number":"JOB_165384","tr_customer_id":165401,"tr_customer_product_id":165391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:24:04.000Z","modified_at":"2026-01-24T04:24:04.000Z","name":"Ludwig Ullrich","mobile_number":"890-598-1694","email_id":"Monte.Anderson@hotmail.com","dop":"2025-04-06","serial_number":"17922287909484024","imei1":"17922287909484024","imei2":"17922287909484024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:24:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165382,"job_number":"JOB_165382","tr_customer_id":165399,"tr_customer_product_id":165389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:23:21.000Z","modified_at":"2026-01-24T04:23:21.000Z","name":"Joel Ankunding","mobile_number":"827-267-5322","email_id":"Winnifred_Schneider54@hotmail.com","dop":"2025-04-06","serial_number":"16845791980135318","imei1":"16845791980135318","imei2":"16845791980135318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:23:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165379,"job_number":"JOB_165379","tr_customer_id":165396,"tr_customer_product_id":165386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:18:27.000Z","modified_at":"2026-01-24T04:18:27.000Z","name":"Aarya Patil","mobile_number":"8646182846","email_id":"mandakini.gandhi@hotmail.com","dop":"2026-01-14","serial_number":"38315729594727","imei1":"38315729594727","imei2":"38315729594727","popurl":"www.chakravartee-nehru.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:18:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165376,"job_number":"JOB_165376","tr_customer_id":165393,"tr_customer_product_id":165383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:29.000Z","modified_at":"2026-01-24T03:57:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62001648375731","imei1":"62001648375731","imei2":"62001648375731","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165375,"job_number":"JOB_165375","tr_customer_id":165392,"tr_customer_product_id":165382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:29.000Z","modified_at":"2026-01-24T03:57:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"70064494170307","imei1":"70064494170307","imei2":"70064494170307","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165374,"job_number":"JOB_165374","tr_customer_id":165391,"tr_customer_product_id":165381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:29.000Z","modified_at":"2026-01-24T03:57:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95374323083601","imei1":"95374323083601","imei2":"95374323083601","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165373,"job_number":"JOB_165373","tr_customer_id":165390,"tr_customer_product_id":165380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:28.000Z","modified_at":"2026-01-24T03:57:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92151405704462","imei1":"92151405704462","imei2":"92151405704462","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165372,"job_number":"JOB_165372","tr_customer_id":165389,"tr_customer_product_id":165379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:28.000Z","modified_at":"2026-01-24T03:57:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69821337427820","imei1":"69821337427820","imei2":"69821337427820","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165371,"job_number":"JOB_165371","tr_customer_id":165388,"tr_customer_product_id":165378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:28.000Z","modified_at":"2026-01-24T03:57:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15832077451393","imei1":"15832077451393","imei2":"15832077451393","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165369,"job_number":"JOB_165369","tr_customer_id":165386,"tr_customer_product_id":165376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:00.000Z","modified_at":"2026-01-24T03:57:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"14160089827597","imei1":"14160089827597","imei2":"14160089827597","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165368,"job_number":"JOB_165368","tr_customer_id":165385,"tr_customer_product_id":165375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:59.000Z","modified_at":"2026-01-24T03:56:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62007948357390","imei1":"62007948357390","imei2":"62007948357390","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165367,"job_number":"JOB_165367","tr_customer_id":165384,"tr_customer_product_id":165374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:59.000Z","modified_at":"2026-01-24T03:56:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"17577269128697","imei1":"17577269128697","imei2":"17577269128697","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165366,"job_number":"JOB_165366","tr_customer_id":165383,"tr_customer_product_id":165373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:59.000Z","modified_at":"2026-01-24T03:56:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72065225541662","imei1":"72065225541662","imei2":"72065225541662","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165365,"job_number":"JOB_165365","tr_customer_id":165382,"tr_customer_product_id":165372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:58.000Z","modified_at":"2026-01-24T03:56:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24535194504843","imei1":"24535194504843","imei2":"24535194504843","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165364,"job_number":"JOB_165364","tr_customer_id":165381,"tr_customer_product_id":165371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:58.000Z","modified_at":"2026-01-24T03:56:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83582343585385","imei1":"83582343585385","imei2":"83582343585385","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165362,"job_number":"JOB_165362","tr_customer_id":165379,"tr_customer_product_id":165369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:30.000Z","modified_at":"2026-01-24T03:56:30.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87768503837015","imei1":"87768503837015","imei2":"87768503837015","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165361,"job_number":"JOB_165361","tr_customer_id":165378,"tr_customer_product_id":165368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:30.000Z","modified_at":"2026-01-24T03:56:30.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18940416443342","imei1":"18940416443342","imei2":"18940416443342","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165360,"job_number":"JOB_165360","tr_customer_id":165377,"tr_customer_product_id":165367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:29.000Z","modified_at":"2026-01-24T03:56:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84692265166585","imei1":"84692265166585","imei2":"84692265166585","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165359,"job_number":"JOB_165359","tr_customer_id":165376,"tr_customer_product_id":165366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:29.000Z","modified_at":"2026-01-24T03:56:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31311602469488","imei1":"31311602469488","imei2":"31311602469488","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165358,"job_number":"JOB_165358","tr_customer_id":165375,"tr_customer_product_id":165365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:29.000Z","modified_at":"2026-01-24T03:56:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12324434030108","imei1":"12324434030108","imei2":"12324434030108","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165357,"job_number":"JOB_165357","tr_customer_id":165374,"tr_customer_product_id":165364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:28.000Z","modified_at":"2026-01-24T03:56:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28469649454160","imei1":"28469649454160","imei2":"28469649454160","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165356,"job_number":"JOB_165356","tr_customer_id":165373,"tr_customer_product_id":165363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:51:56.000Z","modified_at":"2026-01-24T03:51:56.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-14","serial_number":"11794514993613","imei1":"18904414473613","imei2":"130779079163713","popurl":"2026-01-14T03:51:54.202267400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:51:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165355,"job_number":"JOB_165355","tr_customer_id":165372,"tr_customer_product_id":165362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:50:09.000Z","modified_at":"2026-01-24T03:50:09.000Z","name":"Breana Marks","mobile_number":"649-208-6435","email_id":"Angelo.Auer92@hotmail.com","dop":"2025-04-06","serial_number":"18717702518598948","imei1":"18717702518598948","imei2":"18717702518598948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165353,"job_number":"JOB_165353","tr_customer_id":165370,"tr_customer_product_id":165360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:50:07.000Z","modified_at":"2026-01-24T03:50:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14428914154344","imei1":"14428914154344","imei2":"14428914154344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:50:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165352,"job_number":"JOB_165352","tr_customer_id":165369,"tr_customer_product_id":165359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:53.000Z","modified_at":"2026-01-24T03:49:53.000Z","name":"Felicity Prohaska","mobile_number":"493-935-4616","email_id":"Maya14@hotmail.com","dop":"2025-04-06","serial_number":"18720437561758200","imei1":"18720437561758200","imei2":"18720437561758200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165350,"job_number":"JOB_165350","tr_customer_id":165367,"tr_customer_product_id":165357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:52.000Z","modified_at":"2026-01-24T03:49:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13554323013804","imei1":"13554323013804","imei2":"13554323013804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165346,"job_number":"JOB_165346","tr_customer_id":165363,"tr_customer_product_id":165353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:33.000Z","modified_at":"2026-01-24T03:49:33.000Z","name":"Nathen Reichert","mobile_number":"289-517-6308","email_id":"Wilbert_Russel@hotmail.com","dop":"2025-04-06","serial_number":"14112098358107610","imei1":"14112098358107610","imei2":"14112098358107610","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165344,"job_number":"JOB_165344","tr_customer_id":165361,"tr_customer_product_id":165351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:32.000Z","modified_at":"2026-01-24T03:49:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16427105170239","imei1":"16427105170239","imei2":"16427105170239","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165343,"job_number":"JOB_165343","tr_customer_id":165360,"tr_customer_product_id":165350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:25.000Z","modified_at":"2026-01-24T03:49:25.000Z","name":"Jolie Bernier","mobile_number":"536-628-7256","email_id":"Celestino.Wisozk49@gmail.com","dop":"2025-04-06","serial_number":"16217151647362924","imei1":"16217151647362924","imei2":"16217151647362924","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165342,"job_number":"JOB_165342","tr_customer_id":165359,"tr_customer_product_id":165349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:23.000Z","modified_at":"2026-01-24T03:49:23.000Z","name":"Krystina Gleichner","mobile_number":"345-879-8416","email_id":"Melvina17@hotmail.com","dop":"2025-04-06","serial_number":"12491444485544004","imei1":"12491444485544004","imei2":"12491444485544004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165340,"job_number":"JOB_165340","tr_customer_id":165357,"tr_customer_product_id":165347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:23.000Z","modified_at":"2026-01-24T03:49:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12684171543306","imei1":"12684171543306","imei2":"12684171543306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165338,"job_number":"JOB_165338","tr_customer_id":165355,"tr_customer_product_id":165345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:22.000Z","modified_at":"2026-01-24T03:49:22.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17976199179940","imei1":"17976199179940","imei2":"17976199179940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165337,"job_number":"JOB_165337","tr_customer_id":165354,"tr_customer_product_id":165344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:14.000Z","modified_at":"2026-01-24T03:49:15.000Z","name":"Tanya Wilderman","mobile_number":"740-556-4898","email_id":"Oren74@yahoo.com","dop":"2025-04-06","serial_number":"15465539341670244","imei1":"15465539341670244","imei2":"15465539341670244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165335,"job_number":"JOB_165335","tr_customer_id":165352,"tr_customer_product_id":165342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:13.000Z","modified_at":"2026-01-24T03:49:13.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11643872202322","imei1":"11643872202322","imei2":"11643872202322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165334,"job_number":"JOB_165334","tr_customer_id":165351,"tr_customer_product_id":165341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:11.000Z","modified_at":"2026-01-24T03:49:11.000Z","name":"Desmond Schowalter","mobile_number":"867-479-1018","email_id":"Anabelle76@yahoo.com","dop":"2025-04-06","serial_number":"18498549604324308","imei1":"18498549604324308","imei2":"18498549604324308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165332,"job_number":"JOB_165332","tr_customer_id":165349,"tr_customer_product_id":165339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:10.000Z","modified_at":"2026-01-24T03:49:10.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11166856025382","imei1":"11166856025382","imei2":"11166856025382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165327,"job_number":"JOB_165327","tr_customer_id":165344,"tr_customer_product_id":165334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:57.000Z","modified_at":"2026-01-24T03:48:57.000Z","name":"Cleve Crist","mobile_number":"959-392-2775","email_id":"Maximillian_Windler1@yahoo.com","dop":"2025-04-06","serial_number":"18890661954632910","imei1":"18890661954632910","imei2":"18890661954632910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165323,"job_number":"JOB_165323","tr_customer_id":165340,"tr_customer_product_id":165330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:55.000Z","modified_at":"2026-01-24T03:48:55.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"13499364363182","imei1":"13499364363182","imei2":"13499364363182","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165321,"job_number":"JOB_165321","tr_customer_id":165338,"tr_customer_product_id":165328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:50.000Z","modified_at":"2026-01-24T03:48:50.000Z","name":"Erich Wolf","mobile_number":"647-821-7533","email_id":"Garett_Greenfelder@gmail.com","dop":"2025-04-06","serial_number":"17382459598498484","imei1":"17382459598498484","imei2":"17382459598498484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165318,"job_number":"JOB_165318","tr_customer_id":165335,"tr_customer_product_id":165325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:49.000Z","modified_at":"2026-01-24T03:48:49.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17004721281782","imei1":"17004721281782","imei2":"17004721281782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165315,"job_number":"JOB_165315","tr_customer_id":165332,"tr_customer_product_id":165322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:48.000Z","modified_at":"2026-01-24T03:48:48.000Z","name":"Kaleigh Witting","mobile_number":"452-413-5002","email_id":"Isabell_Denesik49@gmail.com","dop":"2025-04-06","serial_number":"11442646291047482","imei1":"11442646291047482","imei2":"11442646291047482","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165314,"job_number":"JOB_165314","tr_customer_id":165331,"tr_customer_product_id":165321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:47.000Z","modified_at":"2026-01-24T03:48:47.000Z","name":"Arden Tremblay","mobile_number":"727-820-6131","email_id":"Kendra.Hyatt66@hotmail.com","dop":"2025-04-06","serial_number":"12412944973713898","imei1":"12412944973713898","imei2":"12412944973713898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165312,"job_number":"JOB_165312","tr_customer_id":165329,"tr_customer_product_id":165319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:46.000Z","modified_at":"2026-01-24T03:48:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12420352718073","imei1":"12420352718073","imei2":"12420352718073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165310,"job_number":"JOB_165310","tr_customer_id":165327,"tr_customer_product_id":165317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:46.000Z","modified_at":"2026-01-24T03:48:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19119835456881","imei1":"19119835456881","imei2":"19119835456881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165309,"job_number":"JOB_165309","tr_customer_id":165326,"tr_customer_product_id":165316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:41.000Z","modified_at":"2026-01-24T03:48:41.000Z","name":"Shania Gorczany","mobile_number":"744-942-3992","email_id":"Leonardo24@gmail.com","dop":"2025-04-06","serial_number":"10023791850303816","imei1":"10023791850303816","imei2":"10023791850303816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165307,"job_number":"JOB_165307","tr_customer_id":165324,"tr_customer_product_id":165314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:40.000Z","modified_at":"2026-01-24T03:48:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12473790051572","imei1":"12473790051572","imei2":"12473790051572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165306,"job_number":"JOB_165306","tr_customer_id":165323,"tr_customer_product_id":165313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:37.000Z","modified_at":"2026-01-24T03:48:37.000Z","name":"Jaeden Ferry","mobile_number":"422-370-3628","email_id":"Eudora_Jaskolski74@yahoo.com","dop":"2025-04-06","serial_number":"15686992023527656","imei1":"15686992023527656","imei2":"15686992023527656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165303,"job_number":"JOB_165303","tr_customer_id":165320,"tr_customer_product_id":165310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:36.000Z","modified_at":"2026-01-24T03:48:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16252649260495","imei1":"16252649260495","imei2":"16252649260495","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165299,"job_number":"JOB_165299","tr_customer_id":165316,"tr_customer_product_id":165306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:32.000Z","modified_at":"2026-01-24T03:48:32.000Z","name":"Myra Upton","mobile_number":"882-890-8135","email_id":"Junior52@gmail.com","dop":"2025-04-06","serial_number":"17259419956991238","imei1":"17259419956991238","imei2":"17259419956991238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165297,"job_number":"JOB_165297","tr_customer_id":165314,"tr_customer_product_id":165304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:30.000Z","modified_at":"2026-01-24T03:48:30.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13042543927292","imei1":"13042543927292","imei2":"13042543927292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165296,"job_number":"JOB_165296","tr_customer_id":165313,"tr_customer_product_id":165303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:29.000Z","modified_at":"2026-01-24T03:48:29.000Z","name":"Pasquale Leffler","mobile_number":"433-518-7866","email_id":"Luna98@hotmail.com","dop":"2025-04-06","serial_number":"13639098013441312","imei1":"13639098013441312","imei2":"13639098013441312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165295,"job_number":"JOB_165295","tr_customer_id":165312,"tr_customer_product_id":165302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:29.000Z","modified_at":"2026-01-24T03:48:29.000Z","name":"Ellie Durgan","mobile_number":"743-240-4314","email_id":"Margie_Johns@gmail.com","dop":"2025-04-06","serial_number":"17333391059497404","imei1":"17333391059497404","imei2":"17333391059497404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165293,"job_number":"JOB_165293","tr_customer_id":165310,"tr_customer_product_id":165300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:28.000Z","modified_at":"2026-01-24T03:48:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17076562749631","imei1":"17076562749631","imei2":"17076562749631","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165291,"job_number":"JOB_165291","tr_customer_id":165308,"tr_customer_product_id":165298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:27.000Z","modified_at":"2026-01-24T03:48:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12354189792327","imei1":"12354189792327","imei2":"12354189792327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165290,"job_number":"JOB_165290","tr_customer_id":165307,"tr_customer_product_id":165297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:19.000Z","modified_at":"2026-01-24T03:48:19.000Z","name":"Elijah Bogisich","mobile_number":"339-349-3767","email_id":"Amina.Pacocha@yahoo.com","dop":"2025-04-06","serial_number":"11778325918391316","imei1":"11778325918391316","imei2":"11778325918391316","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165289,"job_number":"JOB_165289","tr_customer_id":165306,"tr_customer_product_id":165296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:19.000Z","modified_at":"2026-01-24T03:48:19.000Z","name":"Breana VonRueden","mobile_number":"268-593-3183","email_id":"Demetrius_Mueller@gmail.com","dop":"2025-04-06","serial_number":"10494592028224830","imei1":"10494592028224830","imei2":"10494592028224830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165286,"job_number":"JOB_165286","tr_customer_id":165303,"tr_customer_product_id":165293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:17.000Z","modified_at":"2026-01-24T03:48:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17529749883360","imei1":"17529749883360","imei2":"17529749883360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165285,"job_number":"JOB_165285","tr_customer_id":165302,"tr_customer_product_id":165292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:17.000Z","modified_at":"2026-01-24T03:48:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17765310761789","imei1":"17765310761789","imei2":"17765310761789","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165284,"job_number":"JOB_165284","tr_customer_id":165301,"tr_customer_product_id":165291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:15.000Z","modified_at":"2026-01-24T03:48:15.000Z","name":"Eleanore Waelchi","mobile_number":"494-580-8033","email_id":"Nicholaus41@hotmail.com","dop":"2025-04-06","serial_number":"17004497639633658","imei1":"17004497639633658","imei2":"17004497639633658","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165279,"job_number":"JOB_165279","tr_customer_id":165296,"tr_customer_product_id":165286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:13.000Z","modified_at":"2026-01-24T03:48:13.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"12294728863929","imei1":"12294728863929","imei2":"12294728863929","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165273,"job_number":"JOB_165273","tr_customer_id":165290,"tr_customer_product_id":165280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:07.000Z","modified_at":"2026-01-24T03:48:07.000Z","name":"Randy Bartell","mobile_number":"744-267-2515","email_id":"Jesus.Bernier3@gmail.com","dop":"2025-04-06","serial_number":"15198429768929360","imei1":"15198429768929360","imei2":"15198429768929360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165271,"job_number":"JOB_165271","tr_customer_id":165288,"tr_customer_product_id":165278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:06.000Z","modified_at":"2026-01-24T03:48:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17838088974483","imei1":"17838088974483","imei2":"17838088974483","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165270,"job_number":"JOB_165270","tr_customer_id":165287,"tr_customer_product_id":165277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:05.000Z","modified_at":"2026-01-24T03:48:05.000Z","name":"Lane Marvin","mobile_number":"347-773-0071","email_id":"Elliott26@gmail.com","dop":"2025-04-06","serial_number":"10739700696448526","imei1":"10739700696448526","imei2":"10739700696448526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165268,"job_number":"JOB_165268","tr_customer_id":165285,"tr_customer_product_id":165275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:04.000Z","modified_at":"2026-01-24T03:48:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11207931997699","imei1":"11207931997699","imei2":"11207931997699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165267,"job_number":"JOB_165267","tr_customer_id":165284,"tr_customer_product_id":165274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:03.000Z","modified_at":"2026-01-24T03:48:03.000Z","name":"Elian Bailey","mobile_number":"611-677-3100","email_id":"Zelda.Becker@gmail.com","dop":"2025-04-06","serial_number":"11024040291763016","imei1":"11024040291763016","imei2":"11024040291763016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165262,"job_number":"JOB_165262","tr_customer_id":165279,"tr_customer_product_id":165269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:01.000Z","modified_at":"2026-01-24T03:48:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17897392810890","imei1":"17897392810890","imei2":"17897392810890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165260,"job_number":"JOB_165260","tr_customer_id":165277,"tr_customer_product_id":165267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:51.000Z","modified_at":"2026-01-24T03:47:51.000Z","name":"Valentin Mayer","mobile_number":"294-293-3528","email_id":"Stewart.Erdman@yahoo.com","dop":"2025-04-06","serial_number":"18195987232686020","imei1":"18195987232686020","imei2":"18195987232686020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165259,"job_number":"JOB_165259","tr_customer_id":165276,"tr_customer_product_id":165266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:49.000Z","modified_at":"2026-01-24T03:47:49.000Z","name":"Shannon Carter","mobile_number":"687-873-5321","email_id":"Donna.Cummings@gmail.com","dop":"2025-04-06","serial_number":"10150034905457890","imei1":"10150034905457890","imei2":"10150034905457890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165257,"job_number":"JOB_165257","tr_customer_id":165274,"tr_customer_product_id":165264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:49.000Z","modified_at":"2026-01-24T03:47:49.000Z","name":"Clifton Cormier","mobile_number":"360-552-5176","email_id":"Brennan_Connelly31@gmail.com","dop":"2025-04-06","serial_number":"10632270433270626","imei1":"10632270433270626","imei2":"10632270433270626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165256,"job_number":"JOB_165256","tr_customer_id":165273,"tr_customer_product_id":165263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:49.000Z","modified_at":"2026-01-24T03:47:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17593207823635","imei1":"17593207823635","imei2":"17593207823635","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165253,"job_number":"JOB_165253","tr_customer_id":165270,"tr_customer_product_id":165260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:48.000Z","modified_at":"2026-01-24T03:47:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13162430385628","imei1":"13162430385628","imei2":"13162430385628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165252,"job_number":"JOB_165252","tr_customer_id":165269,"tr_customer_product_id":165259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:48.000Z","modified_at":"2026-01-24T03:47:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19335628597194","imei1":"19335628597194","imei2":"19335628597194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165250,"job_number":"JOB_165250","tr_customer_id":165267,"tr_customer_product_id":165257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:37.000Z","modified_at":"2026-01-24T03:47:37.000Z","name":"Shawna Treutel","mobile_number":"414-259-4105","email_id":"Lillian.Swift22@yahoo.com","dop":"2025-04-06","serial_number":"12624380476171116","imei1":"12624380476171116","imei2":"12624380476171116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165248,"job_number":"JOB_165248","tr_customer_id":165265,"tr_customer_product_id":165255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:36.000Z","modified_at":"2026-01-24T03:47:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15210621805297","imei1":"15210621805297","imei2":"15210621805297","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165247,"job_number":"JOB_165247","tr_customer_id":165264,"tr_customer_product_id":165254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:35.000Z","modified_at":"2026-01-24T03:47:35.000Z","name":"Isac Ferry","mobile_number":"944-701-4369","email_id":"Pete_Koch@gmail.com","dop":"2025-04-06","serial_number":"14235458838788024","imei1":"14235458838788024","imei2":"14235458838788024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165245,"job_number":"JOB_165245","tr_customer_id":165262,"tr_customer_product_id":165252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:34.000Z","modified_at":"2026-01-24T03:47:34.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19980397546200","imei1":"19980397546200","imei2":"19980397546200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165244,"job_number":"JOB_165244","tr_customer_id":165261,"tr_customer_product_id":165251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:31.000Z","modified_at":"2026-01-24T03:47:31.000Z","name":"Reta Murray","mobile_number":"755-211-7241","email_id":"Mason.Ferry@hotmail.com","dop":"2025-06-18","serial_number":"1048423908180399","imei1":"1048423908180399","imei2":"1048423908180399","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165243,"job_number":"JOB_165243","tr_customer_id":165260,"tr_customer_product_id":165250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:31.000Z","modified_at":"2026-01-24T03:47:31.000Z","name":"Aiyana Rowe","mobile_number":"573-899-3329","email_id":"Zaria53@gmail.com","dop":"2025-04-06","serial_number":"13726684371870338","imei1":"13726684371870338","imei2":"13726684371870338","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165241,"job_number":"JOB_165241","tr_customer_id":165258,"tr_customer_product_id":165248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:30.000Z","modified_at":"2026-01-24T03:47:30.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10265565717621","imei1":"10265565717621","imei2":"10265565717621","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165238,"job_number":"JOB_165238","tr_customer_id":165255,"tr_customer_product_id":165245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:29.000Z","modified_at":"2026-01-24T03:47:29.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"10884333805824","imei1":"10884333805824","imei2":"10884333805824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165235,"job_number":"JOB_165235","tr_customer_id":165252,"tr_customer_product_id":165242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:23.000Z","modified_at":"2026-01-24T03:47:23.000Z","name":"Kristofer Kiehn","mobile_number":"893-355-5862","email_id":"Woodrow_Torp@yahoo.com","dop":"2025-04-06","serial_number":"10326450933890530","imei1":"10326450933890530","imei2":"10326450933890530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165232,"job_number":"JOB_165232","tr_customer_id":165249,"tr_customer_product_id":165239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:22.000Z","modified_at":"2026-01-24T03:47:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16007705472498","imei1":"16007705472498","imei2":"16007705472498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165231,"job_number":"JOB_165231","tr_customer_id":165248,"tr_customer_product_id":165238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:19.000Z","modified_at":"2026-01-24T03:47:19.000Z","name":"Rachel Armstrong","mobile_number":"299-934-8270","email_id":"Cleve_Larkin48@yahoo.com","dop":"2025-04-06","serial_number":"11436319448481816","imei1":"11436319448481816","imei2":"11436319448481816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165229,"job_number":"JOB_165229","tr_customer_id":165246,"tr_customer_product_id":165236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:18.000Z","modified_at":"2026-01-24T03:47:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17375916782165","imei1":"17375916782165","imei2":"17375916782165","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165228,"job_number":"JOB_165228","tr_customer_id":165245,"tr_customer_product_id":165235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:15.000Z","modified_at":"2026-01-24T03:47:15.000Z","name":"Vance Schamberger","mobile_number":"267-876-4459","email_id":"Norval_Kuvalis@gmail.com","dop":"2025-04-06","serial_number":"19611514260066976","imei1":"19611514260066976","imei2":"19611514260066976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165226,"job_number":"JOB_165226","tr_customer_id":165243,"tr_customer_product_id":165233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:10.000Z","modified_at":"2026-01-24T03:47:10.000Z","name":"Bella Stracke","mobile_number":"989-223-0954","email_id":"Florence15@gmail.com","dop":"2025-04-06","serial_number":"18307658520214464","imei1":"18307658520214464","imei2":"18307658520214464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165224,"job_number":"JOB_165224","tr_customer_id":165241,"tr_customer_product_id":165231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:08.000Z","modified_at":"2026-01-24T03:47:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13439910089528","imei1":"13439910089528","imei2":"13439910089528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165222,"job_number":"JOB_165222","tr_customer_id":165239,"tr_customer_product_id":165229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:06.000Z","modified_at":"2026-01-24T03:47:06.000Z","name":"Icie Schaefer","mobile_number":"391-380-1114","email_id":"Rosina83@yahoo.com","dop":"2025-04-06","serial_number":"17355661698514082","imei1":"17355661698514082","imei2":"17355661698514082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165220,"job_number":"JOB_165220","tr_customer_id":165237,"tr_customer_product_id":165227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:56.000Z","modified_at":"2026-01-24T03:46:56.000Z","name":"Patrick Cruickshank","mobile_number":"476-971-6599","email_id":"Madeline32@yahoo.com","dop":"2025-04-06","serial_number":"15163374061810008","imei1":"15163374061810008","imei2":"15163374061810008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165218,"job_number":"JOB_165218","tr_customer_id":165235,"tr_customer_product_id":165225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:54.000Z","modified_at":"2026-01-24T03:46:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11920408539379","imei1":"11920408539379","imei2":"11920408539379","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165217,"job_number":"JOB_165217","tr_customer_id":165234,"tr_customer_product_id":165224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:54.000Z","modified_at":"2026-01-24T03:46:54.000Z","name":"Malachi Mante","mobile_number":"726-459-4971","email_id":"Manley_Schinner97@yahoo.com","dop":"2025-04-06","serial_number":"11847350529309364","imei1":"11847350529309364","imei2":"11847350529309364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165215,"job_number":"JOB_165215","tr_customer_id":165232,"tr_customer_product_id":165222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:53.000Z","modified_at":"2026-01-24T03:46:53.000Z","name":"Jaime Tromp","mobile_number":"520-909-2781","email_id":"Chaz_Harber@hotmail.com","dop":"2025-04-06","serial_number":"14601063717259336","imei1":"14601063717259336","imei2":"14601063717259336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165213,"job_number":"JOB_165213","tr_customer_id":165230,"tr_customer_product_id":165220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:51.000Z","modified_at":"2026-01-24T03:46:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12724244283282","imei1":"12724244283282","imei2":"12724244283282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165212,"job_number":"JOB_165212","tr_customer_id":165229,"tr_customer_product_id":165219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:49.000Z","modified_at":"2026-01-24T03:46:49.000Z","name":"Allene D'Amore","mobile_number":"658-500-3778","email_id":"Alvina_Nolan37@gmail.com","dop":"2025-06-18","serial_number":"1018546429533210","imei1":"1018546429533210","imei2":"1018546429533210","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165210,"job_number":"JOB_165210","tr_customer_id":165227,"tr_customer_product_id":165217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:48.000Z","modified_at":"2026-01-24T03:46:48.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10295864243369","imei1":"10295864243369","imei2":"10295864243369","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165209,"job_number":"JOB_165209","tr_customer_id":165226,"tr_customer_product_id":165216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:47.000Z","modified_at":"2026-01-24T03:46:47.000Z","name":"Zelma Bartoletti","mobile_number":"402-367-0122","email_id":"Georgiana.Mann@hotmail.com","dop":"2025-04-06","serial_number":"18001907938669360","imei1":"18001907938669360","imei2":"18001907938669360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165207,"job_number":"JOB_165207","tr_customer_id":165224,"tr_customer_product_id":165214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:46.000Z","modified_at":"2026-01-24T03:46:46.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10404459839236","imei1":"10404459839236","imei2":"10404459839236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165204,"job_number":"JOB_165204","tr_customer_id":165221,"tr_customer_product_id":165211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:30.000Z","modified_at":"2026-01-24T03:46:30.000Z","name":"Maddison Feest","mobile_number":"515-659-7262","email_id":"Hailey63@yahoo.com","dop":"2025-04-06","serial_number":"15458836469705062","imei1":"15458836469705062","imei2":"15458836469705062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165201,"job_number":"JOB_165201","tr_customer_id":165218,"tr_customer_product_id":165208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:16.000Z","modified_at":"2026-01-24T03:46:16.000Z","name":"Odell Greenfelder","mobile_number":"870-981-9350","email_id":"Justine.Walsh74@gmail.com","dop":"2025-04-06","serial_number":"14988859506061440","imei1":"14988859506061440","imei2":"14988859506061440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165198,"job_number":"JOB_165198","tr_customer_id":165215,"tr_customer_product_id":165205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:04.000Z","modified_at":"2026-01-24T03:46:04.000Z","name":"Amparo Kshlerin","mobile_number":"381-681-8183","email_id":"Vincenza_Collier14@yahoo.com","dop":"2025-04-06","serial_number":"16254909928325924","imei1":"16254909928325924","imei2":"16254909928325924","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165196,"job_number":"JOB_165196","tr_customer_id":165213,"tr_customer_product_id":165203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:03.000Z","modified_at":"2026-01-24T03:46:03.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"11288208623723","imei1":"11288208623723","imei2":"11288208623723","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165195,"job_number":"JOB_165195","tr_customer_id":165212,"tr_customer_product_id":165202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:45:56.000Z","modified_at":"2026-01-24T03:45:56.000Z","name":"Nash Streich","mobile_number":"736-708-8115","email_id":"Conrad_Johnston43@hotmail.com","dop":"2025-04-06","serial_number":"15833176501882092","imei1":"15833176501882092","imei2":"15833176501882092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:45:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165192,"job_number":"JOB_165192","tr_customer_id":165209,"tr_customer_product_id":165199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:29:45.000Z","modified_at":"2026-01-24T03:29:45.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-14","serial_number":"11794514993612","imei1":"18904414473612","imei2":"130779079163712","popurl":"2026-01-14T03:29:42.924599100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165191,"job_number":"JOB_165191","tr_customer_id":165208,"tr_customer_product_id":165198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:08:52.000Z","modified_at":"2026-01-24T03:08:52.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-14","serial_number":"11794514993692","imei1":"18904414473692","imei2":"130779079163792","popurl":"2026-01-14T03:08:49.568922500Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:08:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165189,"job_number":"JOB_165189","tr_customer_id":165206,"tr_customer_product_id":165196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T02:31:59.000Z","modified_at":"2026-01-24T02:31:59.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-14","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-14T02:31:56.148478100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T02:31:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165188,"job_number":"JOB_165188","tr_customer_id":165205,"tr_customer_product_id":165195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-23T23:42:57.000Z","modified_at":"2026-01-23T23:42:57.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-13","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-13T23:42:57.457039208Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-23T23:42:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165187,"job_number":"JOB_165187","tr_customer_id":165204,"tr_customer_product_id":165194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-23T23:40:30.000Z","modified_at":"2026-01-23T23:40:30.000Z","name":"Radha Trivedi","mobile_number":"7024030579","email_id":"bodhan.gowda@yahoo.co.in","dop":"2026-01-13","serial_number":"658147176491614","imei1":"658147176491614","imei2":"658147176491614","popurl":"www.agrata-embranthiri.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-23T23:40:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165186,"job_number":"JOB_165186","tr_customer_id":165203,"tr_customer_product_id":165193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-23T23:40:30.000Z","modified_at":"2026-01-23T23:40:30.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-13","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-13T23:40:29.666528997Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-23T23:40:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165566,"job_number":"JOB_165566","tr_customer_id":165583,"tr_customer_product_id":165573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T06:14:34.000Z","modified_at":"2026-01-24T06:14:34.000Z","name":"William Funk","mobile_number":"727-360-4465","email_id":"Maryse_Ryan@gmail.com","dop":"2025-11-04","serial_number":"10206759416153","imei1":"10206759416153","imei2":"10206759416153","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T06:14:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165430,"job_number":"JOB_165430","tr_customer_id":165447,"tr_customer_product_id":165437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:37:21.000Z","modified_at":"2026-01-24T04:37:21.000Z","name":"Amodini Panicker","mobile_number":"8240874778","email_id":"prem.chopra@yahoo.co.in","dop":"2026-01-14","serial_number":"953753765593979","imei1":"346468571859408","imei2":"110605895740800","popurl":"www.chandani-asan.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:37:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165378,"job_number":"JOB_165378","tr_customer_id":165395,"tr_customer_product_id":165385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:01:58.000Z","modified_at":"2026-01-24T04:01:58.000Z","name":"Janis Doyle","mobile_number":"789-498-2468","email_id":"Craig_Jacobson51@hotmail.com","dop":"2025-11-09","serial_number":"33286636283367","imei1":"33286636283367","imei2":"33286636283367","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:01:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165331,"job_number":"JOB_165331","tr_customer_id":165348,"tr_customer_product_id":165338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:05.000Z","modified_at":"2026-01-24T03:49:05.000Z","name":"Chandler Hirthe","mobile_number":"305-637-7431","email_id":"Kenya_Bahringer@gmail.com","dop":"2025-06-09","serial_number":"74114767894301950","imei1":"74114767894301950","imei2":"74114767894301950","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165330,"job_number":"JOB_165330","tr_customer_id":165347,"tr_customer_product_id":165337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:03.000Z","modified_at":"2026-01-24T03:49:03.000Z","name":"Herminia Gerhold","mobile_number":"269-491-7625","email_id":"Clementine_Balistreri@yahoo.com","dop":"2025-06-09","serial_number":"101567892864210","imei1":"101567892864210","imei2":"101567892864210","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165328,"job_number":"JOB_165328","tr_customer_id":165345,"tr_customer_product_id":165335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:03.000Z","modified_at":"2026-01-24T03:49:03.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"108655859389815","imei1":"108655859389815","imei2":"108655859389815","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165319,"job_number":"JOB_165319","tr_customer_id":165336,"tr_customer_product_id":165326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:49.000Z","modified_at":"2026-01-24T03:48:49.000Z","name":"Roselyn Welch","mobile_number":"985-636-0881","email_id":"Orlando.Mayer34@hotmail.com","dop":"2025-06-09","serial_number":"101563529608687","imei1":"101563529608687","imei2":"101563529608687","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165316,"job_number":"JOB_165316","tr_customer_id":165333,"tr_customer_product_id":165323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:48.000Z","modified_at":"2026-01-24T03:48:48.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106297103739946","imei1":"106297103739946","imei2":"106297103739946","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165304,"job_number":"JOB_165304","tr_customer_id":165321,"tr_customer_product_id":165311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:36.000Z","modified_at":"2026-01-24T03:48:36.000Z","name":"Mossie Oberbrunner","mobile_number":"702-524-7924","email_id":"Deangelo_Moore@yahoo.com","dop":"2025-06-09","serial_number":"20315345858026310","imei1":"20315345858026310","imei2":"20315345858026310","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165302,"job_number":"JOB_165302","tr_customer_id":165319,"tr_customer_product_id":165309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:34.000Z","modified_at":"2026-01-24T03:48:34.000Z","name":"Ed Thompson","mobile_number":"701-260-0323","email_id":"Mackenzie.Deckow3@gmail.com","dop":"2025-06-09","serial_number":"104727413155763","imei1":"104727413155763","imei2":"104727413155763","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165300,"job_number":"JOB_165300","tr_customer_id":165317,"tr_customer_product_id":165307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:34.000Z","modified_at":"2026-01-24T03:48:34.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109211789309755","imei1":"109211789309755","imei2":"109211789309755","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165282,"job_number":"JOB_165282","tr_customer_id":165299,"tr_customer_product_id":165289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:14.000Z","modified_at":"2026-01-24T03:48:14.000Z","name":"Earline Fahey","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"105164321720542","imei1":"105164321720542","imei2":"105164321720542","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165280,"job_number":"JOB_165280","tr_customer_id":165297,"tr_customer_product_id":165287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:14.000Z","modified_at":"2026-01-24T03:48:14.000Z","name":"Alyce Kling","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101704248277401","imei1":"101704248277401","imei2":"101704248277401","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165277,"job_number":"JOB_165277","tr_customer_id":165294,"tr_customer_product_id":165284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:13.000Z","modified_at":"2026-01-24T03:48:13.000Z","name":"Rodger Welch","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"151961029544427","imei1":"151961029544427","imei2":"151961029544427","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165276,"job_number":"JOB_165276","tr_customer_id":165293,"tr_customer_product_id":165283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:13.000Z","modified_at":"2026-01-24T03:48:13.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"128018002721617","imei1":"128018002721617","imei2":"128018002721617","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165266,"job_number":"JOB_165266","tr_customer_id":165283,"tr_customer_product_id":165273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:02.000Z","modified_at":"2026-01-24T03:48:02.000Z","name":"Ericka Schmitt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"156337493072168","imei1":"156337493072168","imei2":"156337493072168","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165265,"job_number":"JOB_165265","tr_customer_id":165282,"tr_customer_product_id":165272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:02.000Z","modified_at":"2026-01-24T03:48:02.000Z","name":"Merritt Kuhic","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"197622394715727","imei1":"197622394715727","imei2":"197622394715727","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165263,"job_number":"JOB_165263","tr_customer_id":165280,"tr_customer_product_id":165270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:02.000Z","modified_at":"2026-01-24T03:48:02.000Z","name":"Samir Heaney","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"170699904011310","imei1":"170699904011310","imei2":"170699904011310","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165261,"job_number":"JOB_165261","tr_customer_id":165278,"tr_customer_product_id":165268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:01.000Z","modified_at":"2026-01-24T03:48:01.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"184299283237916","imei1":"184299283237916","imei2":"184299283237916","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165251,"job_number":"JOB_165251","tr_customer_id":165268,"tr_customer_product_id":165258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:38.000Z","modified_at":"2026-01-24T03:47:38.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Retha93@gmail.com","dop":"2025-07-02","serial_number":"15378550413215","imei1":"15378550413215","imei2":"15378550413215","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165234,"job_number":"JOB_165234","tr_customer_id":165251,"tr_customer_product_id":165241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:22.000Z","modified_at":"2026-01-24T03:47:22.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Nicola73@hotmail.com","dop":"2025-07-02","serial_number":"19886404242755","imei1":"19886404242755","imei2":"19886404242755","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165223,"job_number":"JOB_165223","tr_customer_id":165240,"tr_customer_product_id":165230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:06.000Z","modified_at":"2026-01-24T03:47:06.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Mckenzie.Franecki0@yahoo.com","dop":"2025-07-02","serial_number":"19433006903996","imei1":"19433006903996","imei2":"19433006903996","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 229ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNzd9.EnxrNuRHyKWZcY1TUZr3i3B6OVscxY2rpurQpRZ5bEA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b377be51-fd0a-4501-af28-18b18961d552
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:38 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"job_id":99821,"engineer_id":17}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 239ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNzd9.EnxrNuRHyKWZcY1TUZr3i3B6OVscxY2rpurQpRZ5bEA
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3b3d5e85-4f7e-4a40-b689-c184b5e7404b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 165566,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:38 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 285ms
Mean size per request: 296.32KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNzd9.EnxrNuRHyKWZcY1TUZr3i3B6OVscxY2rpurQpRZ5bEA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 82be673c-9b0f-4c56-939c-69b5a84d839e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"4a143-JPEfN0+4sXBRLF34UL3U3Q471KA"
Vary Accept-Encoding
Content-Encoding gzip
Date Sat, 24 Jan 2026 06:14:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":165349,"job_number":"JOB_165349","tr_customer_id":165366,"tr_customer_product_id":165356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:41.000Z","modified_at":"2026-01-24T03:49:41.000Z","name":"Kendra Von","mobile_number":"683-891-4922","email_id":"Lydia.Bruen@gmail.com","dop":"2000-01-31","serial_number":"1010019691618416","imei1":"1010019691618416","imei2":"1010019691618416","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:41.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165347,"job_number":"JOB_165347","tr_customer_id":165364,"tr_customer_product_id":165354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:39.000Z","modified_at":"2026-01-24T03:49:39.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10006744099680","imei1":"10006744099680","imei2":"10006744099680","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165326,"job_number":"JOB_165326","tr_customer_id":165343,"tr_customer_product_id":165333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:57.000Z","modified_at":"2026-01-24T03:48:57.000Z","name":"Devante Brekke","mobile_number":"908-921-4239","email_id":"Keaton.Lakin@hotmail.com","dop":"2000-01-31","serial_number":"1002407092473011","imei1":"1002407092473011","imei2":"1002407092473011","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:57.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165322,"job_number":"JOB_165322","tr_customer_id":165339,"tr_customer_product_id":165329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:55.000Z","modified_at":"2026-01-24T03:48:55.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10240584392354","imei1":"10240584392354","imei2":"10240584392354","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:55.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165278,"job_number":"JOB_165278","tr_customer_id":165295,"tr_customer_product_id":165285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:13.000Z","modified_at":"2026-01-24T03:48:13.000Z","name":"Enrico Keebler","mobile_number":"563-716-0361","email_id":"Pink44@hotmail.com","dop":"2000-01-31","serial_number":"1039011323319416","imei1":"1039011323319416","imei2":"1039011323319416","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165274,"job_number":"JOB_165274","tr_customer_id":165291,"tr_customer_product_id":165281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:12.000Z","modified_at":"2026-01-24T03:48:12.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10103952565966","imei1":"10103952565966","imei2":"10103952565966","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165240,"job_number":"JOB_165240","tr_customer_id":165257,"tr_customer_product_id":165247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:30.000Z","modified_at":"2026-01-24T03:47:30.000Z","name":"Richmond Rempel","mobile_number":"848-227-8620","email_id":"Lonnie66@gmail.com","dop":"2000-01-31","serial_number":"1051962331884930","imei1":"1051962331884930","imei2":"1051962331884930","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165236,"job_number":"JOB_165236","tr_customer_id":165253,"tr_customer_product_id":165243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:28.000Z","modified_at":"2026-01-24T03:47:28.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10400783211185","imei1":"10400783211185","imei2":"10400783211185","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":165563,"job_number":"JOB_165563","tr_customer_id":165580,"tr_customer_product_id":165570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:52:55.000Z","modified_at":"2026-01-24T05:52:55.000Z","name":"Kole Schaefer","mobile_number":"544-654-4911","email_id":"Oceane99@yahoo.com","dop":"2025-10-22","serial_number":"1018868188432210","imei1":"1018868188432210","imei2":"1018868188432210","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:52:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165561,"job_number":"JOB_165561","tr_customer_id":165578,"tr_customer_product_id":165568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:52:54.000Z","modified_at":"2026-01-24T05:52:54.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"168531571654591","imei1":"168531571654591","imei2":"168531571654591","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:52:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165560,"job_number":"JOB_165560","tr_customer_id":165577,"tr_customer_product_id":165567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:52:25.000Z","modified_at":"2026-01-24T05:52:25.000Z","name":"Dana Hagenes","mobile_number":"787-319-9331","email_id":"Isaias_Nitzsche0@yahoo.com","dop":"2025-10-22","serial_number":"1078833725844029","imei1":"1078833725844029","imei2":"1078833725844029","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:52:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165558,"job_number":"JOB_165558","tr_customer_id":165575,"tr_customer_product_id":165565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:52:23.000Z","modified_at":"2026-01-24T05:52:23.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"146360252603744","imei1":"146360252603744","imei2":"146360252603744","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:52:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165557,"job_number":"JOB_165557","tr_customer_id":165574,"tr_customer_product_id":165564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:51:54.000Z","modified_at":"2026-01-24T05:51:54.000Z","name":"Hoyt Nitzsche","mobile_number":"655-985-3501","email_id":"Hillard92@gmail.com","dop":"2025-10-22","serial_number":"1047161158945245","imei1":"1047161158945245","imei2":"1047161158945245","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:51:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165555,"job_number":"JOB_165555","tr_customer_id":165572,"tr_customer_product_id":165562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:51:53.000Z","modified_at":"2026-01-24T05:51:53.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"129845718761150","imei1":"129845718761150","imei2":"129845718761150","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:51:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165554,"job_number":"JOB_165554","tr_customer_id":165571,"tr_customer_product_id":165561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:50:29.000Z","modified_at":"2026-01-24T05:50:29.000Z","name":"Aasa Sinha","mobile_number":"9880206044","email_id":"harita.kaur@hotmail.com","dop":"2026-01-14","serial_number":"442066434917601","imei1":"442066434917601","imei2":"442066434917601","popurl":"www.vimala-mehrotra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165553,"job_number":"JOB_165553","tr_customer_id":165570,"tr_customer_product_id":165560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:50:29.000Z","modified_at":"2026-01-24T05:50:29.000Z","name":"Sarisha Embranthiri","mobile_number":"9823486458","email_id":"drona.johar@gmail.com","dop":"2026-01-14","serial_number":"636410102838021","imei1":"636410102838021","imei2":"636410102838021","popurl":"www.swami-ganaka.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165552,"job_number":"JOB_165552","tr_customer_id":165569,"tr_customer_product_id":165559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:50:29.000Z","modified_at":"2026-01-24T05:50:29.000Z","name":"Gemini Khanna","mobile_number":"9820323259","email_id":"elakshi.tandon@hotmail.com","dop":"2026-01-14","serial_number":"435617254289810","imei1":"435617254289810","imei2":"435617254289810","popurl":"www.gajbaahu-jha.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165551,"job_number":"JOB_165551","tr_customer_id":165568,"tr_customer_product_id":165558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:50:29.000Z","modified_at":"2026-01-24T05:50:29.000Z","name":"Vasudev Reddy","mobile_number":"9876514123","email_id":"bhasvan.namboothiri@hotmail.com","dop":"2026-01-14","serial_number":"348553023139561","imei1":"348553023139561","imei2":"348553023139561","popurl":"www.sarada-bharadwaj.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165550,"job_number":"JOB_165550","tr_customer_id":165567,"tr_customer_product_id":165557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:50:29.000Z","modified_at":"2026-01-24T05:50:29.000Z","name":"Adikavi Rana","mobile_number":"9863846503","email_id":"dhyanesh.chaturvedi@gmail.com","dop":"2026-01-14","serial_number":"006354475895247","imei1":"006354475895247","imei2":"006354475895247","popurl":"www.amarnath-trivedi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165549,"job_number":"JOB_165549","tr_customer_id":165566,"tr_customer_product_id":165556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:37:54.000Z","modified_at":"2026-01-24T05:37:54.000Z","name":"Claude Padberg","mobile_number":"904-246-4684","email_id":"Noemie_VonRueden@hotmail.com","dop":"2025-10-22","serial_number":"192694850891085","imei1":"192694850891085","imei2":"192694850891085","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:37:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165548,"job_number":"JOB_165548","tr_customer_id":165565,"tr_customer_product_id":165555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:35:05.000Z","modified_at":"2026-01-24T05:35:05.000Z","name":"Madyson Bernier","mobile_number":"287-737-8658","email_id":"Ava52@gmail.com","dop":"2025-10-22","serial_number":"1002866380221851","imei1":"1002866380221851","imei2":"1002866380221851","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:35:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165547,"job_number":"JOB_165547","tr_customer_id":165564,"tr_customer_product_id":165554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:35:04.000Z","modified_at":"2026-01-24T05:35:04.000Z","name":"Lily Lueilwitz","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"156671772539565","imei1":"156671772539565","imei2":"156671772539565","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:35:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165546,"job_number":"JOB_165546","tr_customer_id":165563,"tr_customer_product_id":165553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:35:04.000Z","modified_at":"2026-01-24T05:35:04.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"105673378191273","imei1":"105673378191273","imei2":"105673378191273","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:35:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165545,"job_number":"JOB_165545","tr_customer_id":165562,"tr_customer_product_id":165552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:58.000Z","modified_at":"2026-01-24T05:34:58.000Z","name":"Rocio Hilll","mobile_number":"537-883-5068","email_id":"Burnice.Hoppe@yahoo.com","dop":"2025-10-22","serial_number":"1094531615442012","imei1":"1094531615442012","imei2":"1094531615442012","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165544,"job_number":"JOB_165544","tr_customer_id":165561,"tr_customer_product_id":165551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:57.000Z","modified_at":"2026-01-24T05:34:57.000Z","name":"Betty D'Amore","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"146922063765981","imei1":"146922063765981","imei2":"146922063765981","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165543,"job_number":"JOB_165543","tr_customer_id":165560,"tr_customer_product_id":165550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:57.000Z","modified_at":"2026-01-24T05:34:57.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"193448228733416","imei1":"193448228733416","imei2":"193448228733416","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165542,"job_number":"JOB_165542","tr_customer_id":165559,"tr_customer_product_id":165549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:52.000Z","modified_at":"2026-01-24T05:34:52.000Z","name":"Lavonne Block","mobile_number":"518-257-3646","email_id":"Lynn35@gmail.com","dop":"2025-10-22","serial_number":"1025170319562993","imei1":"1025170319562993","imei2":"1025170319562993","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165541,"job_number":"JOB_165541","tr_customer_id":165558,"tr_customer_product_id":165548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:50.000Z","modified_at":"2026-01-24T05:34:50.000Z","name":"Delta Parisian","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"102818797041315","imei1":"102818797041315","imei2":"102818797041315","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165540,"job_number":"JOB_165540","tr_customer_id":165557,"tr_customer_product_id":165547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:34:50.000Z","modified_at":"2026-01-24T05:34:50.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"115350151478709","imei1":"115350151478709","imei2":"115350151478709","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165539,"job_number":"JOB_165539","tr_customer_id":165556,"tr_customer_product_id":165546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Shreya Achari","mobile_number":"9852686863","email_id":"harita.mehra@yahoo.co.in","dop":"2026-01-14","serial_number":"934084886103175","imei1":"934084886103175","imei2":"934084886103175","popurl":"www.nalini-arora.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165538,"job_number":"JOB_165538","tr_customer_id":165555,"tr_customer_product_id":165545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Dipankar Joshi","mobile_number":"9869496528","email_id":"bhamini.butt@hotmail.com","dop":"2026-01-14","serial_number":"978719750927855","imei1":"978719750927855","imei2":"978719750927855","popurl":"www.aaryan-nayar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165537,"job_number":"JOB_165537","tr_customer_id":165554,"tr_customer_product_id":165544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Devak Varrier","mobile_number":"9881768271","email_id":"gotum.patil@gmail.com","dop":"2026-01-14","serial_number":"922851835771685","imei1":"922851835771685","imei2":"922851835771685","popurl":"www.madhuri-rana.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165536,"job_number":"JOB_165536","tr_customer_id":165553,"tr_customer_product_id":165543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Heema Chaturvedi","mobile_number":"9898867320","email_id":"akshata.butt@yahoo.co.in","dop":"2026-01-14","serial_number":"911403431663804","imei1":"911403431663804","imei2":"911403431663804","popurl":"www.kanchan-guha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165535,"job_number":"JOB_165535","tr_customer_id":165552,"tr_customer_product_id":165542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Swami Namboothiri","mobile_number":"9804432430","email_id":"brajendra.banerjee@gmail.com","dop":"2026-01-14","serial_number":"464402238925487","imei1":"464402238925487","imei2":"464402238925487","popurl":"www.manisha-mishra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165534,"job_number":"JOB_165534","tr_customer_id":165551,"tr_customer_product_id":165541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Rajendra Guha","mobile_number":"9817778785","email_id":"deepan.kaniyar@hotmail.com","dop":"2026-01-14","serial_number":"869531702641326","imei1":"869531702641326","imei2":"869531702641326","popurl":"www.kannan-varma.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165533,"job_number":"JOB_165533","tr_customer_id":165550,"tr_customer_product_id":165540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Vasudeva Kapoor","mobile_number":"9893831129","email_id":"jagmeet.desai@hotmail.com","dop":"2026-01-14","serial_number":"088185609299585","imei1":"088185609299585","imei2":"088185609299585","popurl":"www.aditeya-ahluwalia.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165532,"job_number":"JOB_165532","tr_customer_id":165549,"tr_customer_product_id":165539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Hamsini Somayaji","mobile_number":"9852495771","email_id":"chandramani.varma@yahoo.co.in","dop":"2026-01-14","serial_number":"222785283755671","imei1":"222785283755671","imei2":"222785283755671","popurl":"www.dharitri-nair.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165531,"job_number":"JOB_165531","tr_customer_id":165548,"tr_customer_product_id":165538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Udit Gupta","mobile_number":"9861047664","email_id":"vasundhara.mishra@gmail.com","dop":"2026-01-14","serial_number":"387938117654240","imei1":"387938117654240","imei2":"387938117654240","popurl":"www.bhargava-butt.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165530,"job_number":"JOB_165530","tr_customer_id":165547,"tr_customer_product_id":165537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Lal Dubashi","mobile_number":"9800595022","email_id":"buddhana.menon@hotmail.com","dop":"2026-01-14","serial_number":"683839499678452","imei1":"683839499678452","imei2":"683839499678452","popurl":"www.ajeet-bharadwaj.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165529,"job_number":"JOB_165529","tr_customer_id":165546,"tr_customer_product_id":165536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Dhruv Pothuvaal","mobile_number":"9875674480","email_id":"buddhana.desai@gmail.com","dop":"2026-01-14","serial_number":"056023541529509","imei1":"056023541529509","imei2":"056023541529509","popurl":"www.devajyoti-mishra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165528,"job_number":"JOB_165528","tr_customer_id":165545,"tr_customer_product_id":165535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Kanishka Bandopadhyay","mobile_number":"9835769297","email_id":"chinmayananda.panicker@yahoo.co.in","dop":"2026-01-14","serial_number":"553189197209310","imei1":"553189197209310","imei2":"553189197209310","popurl":"www.aadrika-varman.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165527,"job_number":"JOB_165527","tr_customer_id":165544,"tr_customer_product_id":165534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Dipendra Kapoor","mobile_number":"9885444505","email_id":"trilok.talwar@hotmail.com","dop":"2026-01-14","serial_number":"519175413184888","imei1":"519175413184888","imei2":"519175413184888","popurl":"www.leela-butt.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165526,"job_number":"JOB_165526","tr_customer_id":165543,"tr_customer_product_id":165533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Dhanapati Menon","mobile_number":"9873628664","email_id":"purnima.khan@hotmail.com","dop":"2026-01-14","serial_number":"258618669318153","imei1":"258618669318153","imei2":"258618669318153","popurl":"www.deeptanshu-varrier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165525,"job_number":"JOB_165525","tr_customer_id":165542,"tr_customer_product_id":165532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Dharmaketu Chaturvedi","mobile_number":"9815792228","email_id":"bhaanumati.ahluwalia@yahoo.co.in","dop":"2026-01-14","serial_number":"823603721607594","imei1":"823603721607594","imei2":"823603721607594","popurl":"www.aatmaj-tagore.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165524,"job_number":"JOB_165524","tr_customer_id":165541,"tr_customer_product_id":165531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Atreyee Khan","mobile_number":"9870091964","email_id":"darshwana.agarwal@yahoo.co.in","dop":"2026-01-14","serial_number":"140305443845836","imei1":"140305443845836","imei2":"140305443845836","popurl":"www.ravi-menon.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165523,"job_number":"JOB_165523","tr_customer_id":165540,"tr_customer_product_id":165530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Chandan Ganaka","mobile_number":"9863294766","email_id":"radha.achari@yahoo.co.in","dop":"2026-01-14","serial_number":"138667987754520","imei1":"138667987754520","imei2":"138667987754520","popurl":"www.opaline-bhattathiri.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165522,"job_number":"JOB_165522","tr_customer_id":165539,"tr_customer_product_id":165529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Anuja Trivedi","mobile_number":"9884869817","email_id":"devi.menon@hotmail.com","dop":"2026-01-14","serial_number":"072582943030677","imei1":"072582943030677","imei2":"072582943030677","popurl":"www.nirbhay-chaturvedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165521,"job_number":"JOB_165521","tr_customer_id":165537,"tr_customer_product_id":165527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Rageswari Guha","mobile_number":"9874451420","email_id":"soma.reddy@gmail.com","dop":"2026-01-14","serial_number":"619879519554272","imei1":"619879519554272","imei2":"619879519554272","popurl":"www.anang-butt.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165520,"job_number":"JOB_165520","tr_customer_id":165538,"tr_customer_product_id":165528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:39.000Z","modified_at":"2026-01-24T05:28:39.000Z","name":"Sheela Abbott","mobile_number":"9816213888","email_id":"shresth.mahajan@gmail.com","dop":"2026-01-14","serial_number":"513068801558661","imei1":"513068801558661","imei2":"513068801558661","popurl":"www.anuraag-pilla.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165519,"job_number":"JOB_165519","tr_customer_id":165536,"tr_customer_product_id":165526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Saroja Joshi","mobile_number":"9846147341","email_id":"bhupen.malik@yahoo.co.in","dop":"2026-01-14","serial_number":"411326487709554","imei1":"411326487709554","imei2":"411326487709554","popurl":"www.ahilya-ganaka.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165518,"job_number":"JOB_165518","tr_customer_id":165535,"tr_customer_product_id":165525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Daksha Rana","mobile_number":"9895844162","email_id":"avantika.gupta@gmail.com","dop":"2026-01-14","serial_number":"018289402297154","imei1":"018289402297154","imei2":"018289402297154","popurl":"www.veda-mehra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165517,"job_number":"JOB_165517","tr_customer_id":165534,"tr_customer_product_id":165524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Bela Khanna","mobile_number":"9873309226","email_id":"somu.tandon@yahoo.co.in","dop":"2026-01-14","serial_number":"561440833942790","imei1":"561440833942790","imei2":"561440833942790","popurl":"www.chandradev-guha.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165516,"job_number":"JOB_165516","tr_customer_id":165533,"tr_customer_product_id":165523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Vaidehi Mishra","mobile_number":"9894725140","email_id":"shobhana.pillai@yahoo.co.in","dop":"2026-01-14","serial_number":"044577519631575","imei1":"044577519631575","imei2":"044577519631575","popurl":"www.dakshayani-singh.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165515,"job_number":"JOB_165515","tr_customer_id":165532,"tr_customer_product_id":165522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Akshita Sethi","mobile_number":"9840049144","email_id":"harita.jha@hotmail.com","dop":"2026-01-14","serial_number":"943954939053538","imei1":"943954939053538","imei2":"943954939053538","popurl":"www.draupadi-namboothiri.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165514,"job_number":"JOB_165514","tr_customer_id":165531,"tr_customer_product_id":165521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Kannen Naik","mobile_number":"9868313965","email_id":"girik.pothuvaal@gmail.com","dop":"2026-01-14","serial_number":"708014944444958","imei1":"708014944444958","imei2":"708014944444958","popurl":"www.vrinda-sinha.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165513,"job_number":"JOB_165513","tr_customer_id":165530,"tr_customer_product_id":165520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Chandra Pothuvaal","mobile_number":"9856841753","email_id":"amritambu.gupta@yahoo.co.in","dop":"2026-01-14","serial_number":"435393774090811","imei1":"435393774090811","imei2":"435393774090811","popurl":"www.sanka-nambeesan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165512,"job_number":"JOB_165512","tr_customer_id":165529,"tr_customer_product_id":165519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Giri Bhattathiri","mobile_number":"9884664825","email_id":"devajyoti.nambeesan@yahoo.co.in","dop":"2026-01-14","serial_number":"111114905545525","imei1":"111114905545525","imei2":"111114905545525","popurl":"www.anal-kaniyar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165511,"job_number":"JOB_165511","tr_customer_id":165528,"tr_customer_product_id":165518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Leela Mukhopadhyay","mobile_number":"9861601455","email_id":"chakor.naik@yahoo.co.in","dop":"2026-01-14","serial_number":"136270079033389","imei1":"136270079033389","imei2":"136270079033389","popurl":"www.usha-dhawan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165510,"job_number":"JOB_165510","tr_customer_id":165527,"tr_customer_product_id":165517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:38.000Z","modified_at":"2026-01-24T05:28:38.000Z","name":"Dhana Gowda","mobile_number":"9848145066","email_id":"dinkar.agarwal@gmail.com","dop":"2026-01-14","serial_number":"025976055350217","imei1":"025976055350217","imei2":"025976055350217","popurl":"www.deeptiman-mishra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165509,"job_number":"JOB_165509","tr_customer_id":165526,"tr_customer_product_id":165516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:29.000Z","modified_at":"2026-01-24T05:28:29.000Z","name":"Delores Armstrong","mobile_number":"318-439-9385","email_id":"Carmel.Rosenbaum@yahoo.com","dop":"2025-04-06","serial_number":"18174827416943092","imei1":"18174827416943092","imei2":"18174827416943092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165507,"job_number":"JOB_165507","tr_customer_id":165524,"tr_customer_product_id":165514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:27:39.000Z","modified_at":"2026-01-24T05:27:39.000Z","name":"Josefina Padberg","mobile_number":"665-589-5279","email_id":"Rickey.Tremblay@gmail.com","dop":"2025-04-06","serial_number":"11273135426038496","imei1":"11273135426038496","imei2":"11273135426038496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:27:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165505,"job_number":"JOB_165505","tr_customer_id":165522,"tr_customer_product_id":165512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:30.000Z","modified_at":"2026-01-24T05:22:30.000Z","name":"Meghnath Menon","mobile_number":"9824364357","email_id":"gita.varma@gmail.com","dop":"2026-01-14","serial_number":"204241835066694","imei1":"204241835066694","imei2":"204241835066694","popurl":"www.niro-sharma.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165504,"job_number":"JOB_165504","tr_customer_id":165521,"tr_customer_product_id":165511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:30.000Z","modified_at":"2026-01-24T05:22:30.000Z","name":"Chandra Gupta","mobile_number":"9807608897","email_id":"bhooshit.jha@yahoo.co.in","dop":"2026-01-14","serial_number":"135004602020188","imei1":"135004602020188","imei2":"135004602020188","popurl":"www.mukesh-achari.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165503,"job_number":"JOB_165503","tr_customer_id":165520,"tr_customer_product_id":165510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:30.000Z","modified_at":"2026-01-24T05:22:30.000Z","name":"Garud Dutta","mobile_number":"9812912792","email_id":"geetanjali.patel@hotmail.com","dop":"2026-01-14","serial_number":"273199796640445","imei1":"273199796640445","imei2":"273199796640445","popurl":"www.ashlesh-acharya.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165502,"job_number":"JOB_165502","tr_customer_id":165519,"tr_customer_product_id":165509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:30.000Z","modified_at":"2026-01-24T05:22:30.000Z","name":"Jyoti Nehru","mobile_number":"9893922526","email_id":"kanaka.gowda@hotmail.com","dop":"2026-01-14","serial_number":"613144388003999","imei1":"613144388003999","imei2":"613144388003999","popurl":"www.kannen-kocchar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165501,"job_number":"JOB_165501","tr_customer_id":165518,"tr_customer_product_id":165508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:30.000Z","modified_at":"2026-01-24T05:22:30.000Z","name":"Amritambu Dhawan","mobile_number":"9861774402","email_id":"amodini.shah@gmail.com","dop":"2026-01-14","serial_number":"931511561613644","imei1":"931511561613644","imei2":"931511561613644","popurl":"www.sameer-shukla.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165500,"job_number":"JOB_165500","tr_customer_id":165517,"tr_customer_product_id":165507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Himadri Kocchar","mobile_number":"9883292063","email_id":"inder.mahajan@gmail.com","dop":"2026-01-14","serial_number":"860436536734665","imei1":"860436536734665","imei2":"860436536734665","popurl":"www.veda-prajapat.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165499,"job_number":"JOB_165499","tr_customer_id":165515,"tr_customer_product_id":165506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Aditya Mukhopadhyay","mobile_number":"9838639115","email_id":"adinath.mehra@yahoo.co.in","dop":"2026-01-14","serial_number":"068937258082342","imei1":"068937258082342","imei2":"068937258082342","popurl":"www.sharda-mehra.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165498,"job_number":"JOB_165498","tr_customer_id":165516,"tr_customer_product_id":165505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Jahnu Chattopadhyay","mobile_number":"9887527124","email_id":"dayaamay.gowda@hotmail.com","dop":"2026-01-14","serial_number":"217579745065474","imei1":"217579745065474","imei2":"217579745065474","popurl":"www.chitraksh-khan.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165497,"job_number":"JOB_165497","tr_customer_id":165514,"tr_customer_product_id":165504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Agneya Bhattathiri","mobile_number":"9871191280","email_id":"shiv.shah@yahoo.co.in","dop":"2026-01-14","serial_number":"344533209011035","imei1":"344533209011035","imei2":"344533209011035","popurl":"www.balaaditya-jain.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165496,"job_number":"JOB_165496","tr_customer_id":165513,"tr_customer_product_id":165503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Dinkar Pillai","mobile_number":"9819829858","email_id":"gemine.reddy@hotmail.com","dop":"2026-01-14","serial_number":"550119271681573","imei1":"550119271681573","imei2":"550119271681573","popurl":"www.gorakhanatha-mehra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165495,"job_number":"JOB_165495","tr_customer_id":165512,"tr_customer_product_id":165502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Adityanandana Ganaka","mobile_number":"9896887036","email_id":"aadidev.singh@gmail.com","dop":"2026-01-14","serial_number":"510735443754949","imei1":"510735443754949","imei2":"510735443754949","popurl":"www.kali-dhawan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165494,"job_number":"JOB_165494","tr_customer_id":165511,"tr_customer_product_id":165501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Jagdish Ahluwalia","mobile_number":"9836982286","email_id":"somu.saini@hotmail.com","dop":"2026-01-14","serial_number":"349409848651597","imei1":"349409848651597","imei2":"349409848651597","popurl":"www.nirbhay-panicker.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165493,"job_number":"JOB_165493","tr_customer_id":165510,"tr_customer_product_id":165500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Swapnil Pilla","mobile_number":"9812139207","email_id":"bahula.guneta@gmail.com","dop":"2026-01-14","serial_number":"280732611989380","imei1":"280732611989380","imei2":"280732611989380","popurl":"www.gajadhar-ahluwalia.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165492,"job_number":"JOB_165492","tr_customer_id":165509,"tr_customer_product_id":165499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Shubhaprada Pothuvaal","mobile_number":"9804072714","email_id":"dhanesh.pandey@hotmail.com","dop":"2026-01-14","serial_number":"996498247056499","imei1":"996498247056499","imei2":"996498247056499","popurl":"www.aslesha-nayar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165491,"job_number":"JOB_165491","tr_customer_id":165508,"tr_customer_product_id":165498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Anilaabh Khatri","mobile_number":"9887778565","email_id":"shakuntala.gowda@yahoo.co.in","dop":"2026-01-14","serial_number":"132455574581212","imei1":"132455574581212","imei2":"132455574581212","popurl":"www.chandrakala-tandon.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165490,"job_number":"JOB_165490","tr_customer_id":165507,"tr_customer_product_id":165497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Gudakesha Nair","mobile_number":"9802628728","email_id":"lal.dubashi@hotmail.com","dop":"2026-01-14","serial_number":"142910202711041","imei1":"142910202711041","imei2":"142910202711041","popurl":"www.vyas-dwivedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165489,"job_number":"JOB_165489","tr_customer_id":165506,"tr_customer_product_id":165496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Vedang Gupta","mobile_number":"9898235923","email_id":"kama.dubashi@yahoo.co.in","dop":"2026-01-14","serial_number":"204626836330070","imei1":"204626836330070","imei2":"204626836330070","popurl":"www.shwet-adiga.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165488,"job_number":"JOB_165488","tr_customer_id":165505,"tr_customer_product_id":165495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Ekaling Banerjee","mobile_number":"9807705961","email_id":"karunanidhi.guneta@gmail.com","dop":"2026-01-14","serial_number":"762288732442731","imei1":"762288732442731","imei2":"762288732442731","popurl":"www.kali-iyer.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165487,"job_number":"JOB_165487","tr_customer_id":165504,"tr_customer_product_id":165494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Rajinder Abbott","mobile_number":"9826928768","email_id":"devajyoti.kapoor@yahoo.co.in","dop":"2026-01-14","serial_number":"704252216274963","imei1":"704252216274963","imei2":"704252216274963","popurl":"www.akshata-desai.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165486,"job_number":"JOB_165486","tr_customer_id":165503,"tr_customer_product_id":165493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:22:29.000Z","modified_at":"2026-01-24T05:22:29.000Z","name":"Tanushri Chattopadhyay","mobile_number":"9850438924","email_id":"dhanvin.varma@hotmail.com","dop":"2026-01-14","serial_number":"744631892929481","imei1":"744631892929481","imei2":"744631892929481","popurl":"www.sarisha-guneta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165485,"job_number":"JOB_165485","tr_customer_id":165502,"tr_customer_product_id":165492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:43.000Z","modified_at":"2026-01-24T05:20:43.000Z","name":"Dhanalakshmi Kaniyar","mobile_number":"9843225780","email_id":"bilwa.ganaka@gmail.com","dop":"2026-01-14","serial_number":"257930479096808","imei1":"257930479096808","imei2":"257930479096808","popurl":"www.chakradhar-tandon.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165484,"job_number":"JOB_165484","tr_customer_id":165501,"tr_customer_product_id":165491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:43.000Z","modified_at":"2026-01-24T05:20:43.000Z","name":"Gati Bhat","mobile_number":"9814821371","email_id":"suryakant.patil@hotmail.com","dop":"2026-01-14","serial_number":"578761028907542","imei1":"578761028907542","imei2":"578761028907542","popurl":"www.bhaasvan-gandhi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165483,"job_number":"JOB_165483","tr_customer_id":165500,"tr_customer_product_id":165490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:43.000Z","modified_at":"2026-01-24T05:20:43.000Z","name":"Aatmaj Trivedi","mobile_number":"9879610875","email_id":"dwaipayana.mehra@gmail.com","dop":"2026-01-14","serial_number":"243996057815373","imei1":"243996057815373","imei2":"243996057815373","popurl":"www.rageshwari-shah.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165482,"job_number":"JOB_165482","tr_customer_id":165499,"tr_customer_product_id":165489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:43.000Z","modified_at":"2026-01-24T05:20:43.000Z","name":"Gorakhnath Mishra","mobile_number":"9817666835","email_id":"chakor.guneta@yahoo.co.in","dop":"2026-01-14","serial_number":"530234592713464","imei1":"530234592713464","imei2":"530234592713464","popurl":"www.anand swarup-verma.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165481,"job_number":"JOB_165481","tr_customer_id":165498,"tr_customer_product_id":165488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:43.000Z","modified_at":"2026-01-24T05:20:43.000Z","name":"Rajan Acharya","mobile_number":"9831803925","email_id":"shresth.guha@yahoo.co.in","dop":"2026-01-14","serial_number":"210435875501433","imei1":"210435875501433","imei2":"210435875501433","popurl":"www.aagneya-nayar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165480,"job_number":"JOB_165480","tr_customer_id":165497,"tr_customer_product_id":165487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Vishwamitra Mehra","mobile_number":"9824882314","email_id":"suresh.prajapat@gmail.com","dop":"2026-01-14","serial_number":"684904353816327","imei1":"684904353816327","imei2":"684904353816327","popurl":"www.parvati-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165479,"job_number":"JOB_165479","tr_customer_id":165496,"tr_customer_product_id":165486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Jagmeet Rana","mobile_number":"9891737618","email_id":"vishnu.desai@hotmail.com","dop":"2026-01-14","serial_number":"412191385945580","imei1":"412191385945580","imei2":"412191385945580","popurl":"www.chandini-sinha.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165478,"job_number":"JOB_165478","tr_customer_id":165495,"tr_customer_product_id":165485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Deeptimayee Pandey","mobile_number":"9866632570","email_id":"baalagopaal.patil@yahoo.co.in","dop":"2026-01-14","serial_number":"847943585605714","imei1":"847943585605714","imei2":"847943585605714","popurl":"www.deepankar-banerjee.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165477,"job_number":"JOB_165477","tr_customer_id":165494,"tr_customer_product_id":165484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Dipendra Rana","mobile_number":"9843190040","email_id":"upendra.achari@gmail.com","dop":"2026-01-14","serial_number":"234170565364985","imei1":"234170565364985","imei2":"234170565364985","popurl":"www.chandraswaroopa-kakkar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165476,"job_number":"JOB_165476","tr_customer_id":165493,"tr_customer_product_id":165483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Abhirath Bhat","mobile_number":"9887093059","email_id":"krishna.ahluwalia@hotmail.com","dop":"2026-01-14","serial_number":"929123062507774","imei1":"929123062507774","imei2":"929123062507774","popurl":"www.aditeya-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165475,"job_number":"JOB_165475","tr_customer_id":165492,"tr_customer_product_id":165482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Tapan Sinha","mobile_number":"9885078455","email_id":"laxmi.gupta@gmail.com","dop":"2026-01-14","serial_number":"447716340958876","imei1":"447716340958876","imei2":"447716340958876","popurl":"www.aasha-arora.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165474,"job_number":"JOB_165474","tr_customer_id":165491,"tr_customer_product_id":165481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Arun Shah","mobile_number":"9885871438","email_id":"deevakar.mehra@gmail.com","dop":"2026-01-14","serial_number":"899349088227204","imei1":"899349088227204","imei2":"899349088227204","popurl":"www.devika-jain.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165473,"job_number":"JOB_165473","tr_customer_id":165490,"tr_customer_product_id":165480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Balamani Malik","mobile_number":"9807389016","email_id":"keerti.patil@gmail.com","dop":"2026-01-14","serial_number":"511075121952684","imei1":"511075121952684","imei2":"511075121952684","popurl":"www.gopi-menon.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165472,"job_number":"JOB_165472","tr_customer_id":165489,"tr_customer_product_id":165479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Bhaasvan Mishra","mobile_number":"9825775902","email_id":"himadri.abbott@gmail.com","dop":"2026-01-14","serial_number":"546120583928817","imei1":"546120583928817","imei2":"546120583928817","popurl":"www.nagabhushanam-saini.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165471,"job_number":"JOB_165471","tr_customer_id":165488,"tr_customer_product_id":165478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Ameyatma Mehrotra","mobile_number":"9831580230","email_id":"vasanti.tagore@yahoo.co.in","dop":"2026-01-14","serial_number":"798698923777293","imei1":"798698923777293","imei2":"798698923777293","popurl":"www.bhaves-gupta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165470,"job_number":"JOB_165470","tr_customer_id":165487,"tr_customer_product_id":165477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Chandini Nambeesan","mobile_number":"9813715424","email_id":"aaratrika.kocchar@hotmail.com","dop":"2026-01-14","serial_number":"610428654637615","imei1":"610428654637615","imei2":"610428654637615","popurl":"www.sarala-guneta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165469,"job_number":"JOB_165469","tr_customer_id":165486,"tr_customer_product_id":165476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Laal Varman","mobile_number":"9866348627","email_id":"gandharva.somayaji@gmail.com","dop":"2026-01-14","serial_number":"122641223298619","imei1":"122641223298619","imei2":"122641223298619","popurl":"www.priyala-gandhi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165468,"job_number":"JOB_165468","tr_customer_id":165485,"tr_customer_product_id":165475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Tara Agarwal","mobile_number":"9811498175","email_id":"dinkar.namboothiri@yahoo.co.in","dop":"2026-01-14","serial_number":"904414731602293","imei1":"904414731602293","imei2":"904414731602293","popurl":"www.baijayanti-patel.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165467,"job_number":"JOB_165467","tr_customer_id":165484,"tr_customer_product_id":165474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Baalagopaal Varman","mobile_number":"9888892124","email_id":"karan.namboothiri@yahoo.co.in","dop":"2026-01-14","serial_number":"370118375659360","imei1":"370118375659360","imei2":"370118375659360","popurl":"www.anusuya-mehrotra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165466,"job_number":"JOB_165466","tr_customer_id":165483,"tr_customer_product_id":165473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:20:42.000Z","modified_at":"2026-01-24T05:20:42.000Z","name":"Bhaumik Tandon","mobile_number":"9877465070","email_id":"gautam.kaniyar@gmail.com","dop":"2026-01-14","serial_number":"381269552358494","imei1":"381269552358494","imei2":"381269552358494","popurl":"www.dayamayee-mehra.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165465,"job_number":"JOB_165465","tr_customer_id":165482,"tr_customer_product_id":165472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:19:10.000Z","modified_at":"2026-01-24T05:19:10.000Z","name":"Jamel Keebler","mobile_number":"300-948-6373","email_id":"Shemar_Stiedemann@hotmail.com","dop":"2025-06-08","serial_number":"12720811817232","imei1":"12720811817232","imei2":"12720811817232","popurl":"2025-06-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:19:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165464,"job_number":"JOB_165464","tr_customer_id":165481,"tr_customer_product_id":165471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:03:35.000Z","modified_at":"2026-01-24T05:03:35.000Z","name":"Vivek Yadav","mobile_number":"8788138617","email_id":"ccivivek123@gmail.com","dop":"2026-01-14","serial_number":"891398385161723","imei1":"891398385161723","imei2":"891398385161723","popurl":"2026-01-14T05:03:34.489261500Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T05:03:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165463,"job_number":"JOB_165463","tr_customer_id":165480,"tr_customer_product_id":165470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:53:14.000Z","modified_at":"2026-01-24T04:53:14.000Z","name":"Nicolette Cole","mobile_number":"732-592-4570","email_id":"Lucy45@gmail.com","dop":"2025-04-06","serial_number":"18380129139960776","imei1":"18380129139960776","imei2":"18380129139960776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:53:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165461,"job_number":"JOB_165461","tr_customer_id":165478,"tr_customer_product_id":165468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:52:54.000Z","modified_at":"2026-01-24T04:52:54.000Z","name":"Jaycee Hilpert","mobile_number":"480-269-1662","email_id":"Martina42@yahoo.com","dop":"2025-04-06","serial_number":"10477807887607346","imei1":"10477807887607346","imei2":"10477807887607346","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:52:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165459,"job_number":"JOB_165459","tr_customer_id":165476,"tr_customer_product_id":165466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:41.000Z","modified_at":"2026-01-24T04:50:41.000Z","name":"Shwet Acharya","mobile_number":"9806210025","email_id":"kailash.patel@gmail.com","dop":"2026-01-14","serial_number":"727119346976515","imei1":"727119346976515","imei2":"727119346976515","popurl":"www.narinder-marar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165458,"job_number":"JOB_165458","tr_customer_id":165475,"tr_customer_product_id":165465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:41.000Z","modified_at":"2026-01-24T04:50:41.000Z","name":"Opaline Varman","mobile_number":"9884389213","email_id":"aarya.kapoor@hotmail.com","dop":"2026-01-14","serial_number":"390594674793521","imei1":"390594674793521","imei2":"390594674793521","popurl":"www.girindra-joshi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165457,"job_number":"JOB_165457","tr_customer_id":165474,"tr_customer_product_id":165464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:41.000Z","name":"Devi Desai","mobile_number":"9839153375","email_id":"lakshmidhar.malik@yahoo.co.in","dop":"2026-01-14","serial_number":"990756071902525","imei1":"990756071902525","imei2":"990756071902525","popurl":"www.tapan-sharma.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165456,"job_number":"JOB_165456","tr_customer_id":165473,"tr_customer_product_id":165463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Minakshi Gowda","mobile_number":"9827251883","email_id":"devangana.ahluwalia@gmail.com","dop":"2026-01-14","serial_number":"875568231961846","imei1":"875568231961846","imei2":"875568231961846","popurl":"www.aagneya-varman.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165455,"job_number":"JOB_165455","tr_customer_id":165472,"tr_customer_product_id":165462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Dharmaketu Nair","mobile_number":"9868697943","email_id":"dhanapati.varma@gmail.com","dop":"2026-01-14","serial_number":"921153741995997","imei1":"921153741995997","imei2":"921153741995997","popurl":"www.uttam-gandhi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165454,"job_number":"JOB_165454","tr_customer_id":165471,"tr_customer_product_id":165461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Bhupen Tandon","mobile_number":"9865321765","email_id":"kartik.gowda@gmail.com","dop":"2026-01-14","serial_number":"094542402756868","imei1":"094542402756868","imei2":"094542402756868","popurl":"www.tanya-banerjee.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165453,"job_number":"JOB_165453","tr_customer_id":165470,"tr_customer_product_id":165460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Paramartha Mehra","mobile_number":"9827191235","email_id":"balgopal.malik@yahoo.co.in","dop":"2026-01-14","serial_number":"018569699916048","imei1":"018569699916048","imei2":"018569699916048","popurl":"www.chaturaanan-ahuja.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165452,"job_number":"JOB_165452","tr_customer_id":165469,"tr_customer_product_id":165459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Draupadi Bhat","mobile_number":"9849961860","email_id":"gitanjali.reddy@gmail.com","dop":"2026-01-14","serial_number":"105448134279153","imei1":"105448134279153","imei2":"105448134279153","popurl":"www.rudra-pothuvaal.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165451,"job_number":"JOB_165451","tr_customer_id":165468,"tr_customer_product_id":165458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Brahmabrata Malik","mobile_number":"9810540375","email_id":"chandraketu.shukla@hotmail.com","dop":"2026-01-14","serial_number":"633236941621852","imei1":"633236941621852","imei2":"633236941621852","popurl":"www.dhyanesh-chaturvedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165450,"job_number":"JOB_165450","tr_customer_id":165467,"tr_customer_product_id":165457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Chandravati Banerjee","mobile_number":"9823702090","email_id":"sanya.mukhopadhyay@yahoo.co.in","dop":"2026-01-14","serial_number":"167387918015345","imei1":"167387918015345","imei2":"167387918015345","popurl":"www.bhargava-bharadwaj.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165449,"job_number":"JOB_165449","tr_customer_id":165466,"tr_customer_product_id":165456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Balaaditya Gandhi","mobile_number":"9872463245","email_id":"chandramohan.ganaka@gmail.com","dop":"2026-01-14","serial_number":"078486991775848","imei1":"078486991775848","imei2":"078486991775848","popurl":"www.gorakhanatha-jain.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165448,"job_number":"JOB_165448","tr_customer_id":165465,"tr_customer_product_id":165455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Avantika Chopra","mobile_number":"9809430249","email_id":"dhanvin.pandey@gmail.com","dop":"2026-01-14","serial_number":"840853718160766","imei1":"840853718160766","imei2":"840853718160766","popurl":"www.bhoopati-acharya.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165447,"job_number":"JOB_165447","tr_customer_id":165464,"tr_customer_product_id":165454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Aatmaj Marar","mobile_number":"9881939272","email_id":"adheesh.chattopadhyay@yahoo.co.in","dop":"2026-01-14","serial_number":"518540287934069","imei1":"518540287934069","imei2":"518540287934069","popurl":"www.kamlesh-singh.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165446,"job_number":"JOB_165446","tr_customer_id":165463,"tr_customer_product_id":165453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Gajadhar Bandopadhyay","mobile_number":"9882554592","email_id":"anal.pandey@hotmail.com","dop":"2026-01-14","serial_number":"850440399132511","imei1":"850440399132511","imei2":"850440399132511","popurl":"www.girika-pothuvaal.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165445,"job_number":"JOB_165445","tr_customer_id":165462,"tr_customer_product_id":165452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Aagam Mehrotra","mobile_number":"9803407688","email_id":"somu.singh@hotmail.com","dop":"2026-01-14","serial_number":"800586982321211","imei1":"800586982321211","imei2":"800586982321211","popurl":"www.mina-chaturvedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165444,"job_number":"JOB_165444","tr_customer_id":165461,"tr_customer_product_id":165451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Bhisham Pilla","mobile_number":"9834515098","email_id":"sujata.bhattacharya@hotmail.com","dop":"2026-01-14","serial_number":"557643353038141","imei1":"557643353038141","imei2":"557643353038141","popurl":"www.aditya-dutta.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165443,"job_number":"JOB_165443","tr_customer_id":165460,"tr_customer_product_id":165450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Giriraaj Marar","mobile_number":"9850334121","email_id":"bhoopati.ganaka@hotmail.com","dop":"2026-01-14","serial_number":"093972205388223","imei1":"093972205388223","imei2":"093972205388223","popurl":"www.meghnad-devar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165442,"job_number":"JOB_165442","tr_customer_id":165459,"tr_customer_product_id":165449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Gautam Rana","mobile_number":"9808705261","email_id":"mani.devar@gmail.com","dop":"2026-01-14","serial_number":"786411901638284","imei1":"786411901638284","imei2":"786411901638284","popurl":"www.govinda-joshi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165441,"job_number":"JOB_165441","tr_customer_id":165458,"tr_customer_product_id":165448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Chaaruchandra Kakkar","mobile_number":"9825915432","email_id":"rajendra.johar@gmail.com","dop":"2026-01-14","serial_number":"967320149323116","imei1":"967320149323116","imei2":"967320149323116","popurl":"www.bhoopati-pillai.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165440,"job_number":"JOB_165440","tr_customer_id":165457,"tr_customer_product_id":165447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:40.000Z","modified_at":"2026-01-24T04:50:40.000Z","name":"Dakshayani Mehrotra","mobile_number":"9880309268","email_id":"eshana.mehra@yahoo.co.in","dop":"2026-01-14","serial_number":"775792479396336","imei1":"775792479396336","imei2":"775792479396336","popurl":"www.goswami-sinha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165439,"job_number":"JOB_165439","tr_customer_id":165456,"tr_customer_product_id":165446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:39.000Z","modified_at":"2026-01-24T04:50:39.000Z","name":"DIDIDID Rippin","mobile_number":"273-218-0237","email_id":"Colt.Heathcote@gmail.com","dop":"2024-10-15","serial_number":"81845678901794","imei1":"81845678901794","imei2":"81845678901794","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165438,"job_number":"JOB_165438","tr_customer_id":165455,"tr_customer_product_id":165445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:39.000Z","modified_at":"2026-01-24T04:50:39.000Z","name":"Sunil Rippin","mobile_number":"273-218-0237","email_id":"Colt.Heathcote@gmail.com","dop":"2024-10-15","serial_number":"32545678901234","imei1":"32545678901234","imei2":"32545678901234","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165437,"job_number":"JOB_165437","tr_customer_id":165454,"tr_customer_product_id":165444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:39.000Z","modified_at":"2026-01-24T04:50:39.000Z","name":"Rocker Rippin","mobile_number":"273-218-0237","email_id":"Colt.Heathcote@gmail.com","dop":"2024-10-15","serial_number":"81845678901234","imei1":"81845678901234","imei2":"81845678901234","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165436,"job_number":"JOB_165436","tr_customer_id":165453,"tr_customer_product_id":165443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:39.000Z","modified_at":"2026-01-24T04:50:39.000Z","name":"Dada Rippin","mobile_number":"273-218-0237","email_id":"Colt.Heathcote@gmail.com","dop":"2024-10-15","serial_number":"19845678901234","imei1":"19845678901234","imei2":"19845678901234","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165435,"job_number":"JOB_165435","tr_customer_id":165452,"tr_customer_product_id":165442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:50:39.000Z","modified_at":"2026-01-24T04:50:39.000Z","name":"Vivek Rippin","mobile_number":"273-218-0237","email_id":"Colt.Heathcote@gmail.com","dop":"2024-10-15","serial_number":"14545678901234","imei1":"14545678901234","imei2":"14545678901234","popurl":"2024-10-15T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165433,"job_number":"JOB_165433","tr_customer_id":165450,"tr_customer_product_id":165440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:39:42.000Z","modified_at":"2026-01-24T04:39:42.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"109883769458152","imei1":"109883769458152","imei2":"109883769458152","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165431,"job_number":"JOB_165431","tr_customer_id":165448,"tr_customer_product_id":165438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:39:29.000Z","modified_at":"2026-01-24T04:39:29.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"106051138437493","imei1":"106051138437493","imei2":"106051138437493","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165428,"job_number":"JOB_165428","tr_customer_id":165445,"tr_customer_product_id":165435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:32:53.000Z","modified_at":"2026-01-24T04:32:53.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-14","serial_number":"75170751806930","imei1":"75170751806930","imei2":"75170751806930","popurl":"2026-01-14T04:32:52.877713245Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:32:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165427,"job_number":"JOB_165427","tr_customer_id":165444,"tr_customer_product_id":165434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:32:36.000Z","modified_at":"2026-01-24T04:32:36.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-14","serial_number":"91042546477578","imei1":"91042546477578","imei2":"91042546477578","popurl":"2026-01-14T04:32:35.794862697Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:32:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165426,"job_number":"JOB_165426","tr_customer_id":165443,"tr_customer_product_id":165433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Vedanga Iyer","mobile_number":"9818878545","email_id":"vrinda.prajapat@hotmail.com","dop":"2026-01-14","serial_number":"841886975733437","imei1":"841886975733437","imei2":"841886975733437","popurl":"www.dron-gandhi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165425,"job_number":"JOB_165425","tr_customer_id":165442,"tr_customer_product_id":165432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Chandrakala Bhat","mobile_number":"9887057135","email_id":"chatur.asan@yahoo.co.in","dop":"2026-01-14","serial_number":"006765238252952","imei1":"006765238252952","imei2":"006765238252952","popurl":"www.kannen-bhattathiri.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165424,"job_number":"JOB_165424","tr_customer_id":165441,"tr_customer_product_id":165431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Bhargavi Chopra","mobile_number":"9899725910","email_id":"dipankar.dwivedi@yahoo.co.in","dop":"2026-01-14","serial_number":"331716760096727","imei1":"331716760096727","imei2":"331716760096727","popurl":"www.bhavani-shah.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165423,"job_number":"JOB_165423","tr_customer_id":165440,"tr_customer_product_id":165430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Sunita Varman","mobile_number":"9853302346","email_id":"chandramohan.embranthiri@yahoo.co.in","dop":"2026-01-14","serial_number":"176725950591075","imei1":"176725950591075","imei2":"176725950591075","popurl":"www.atmaja-tandon.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165422,"job_number":"JOB_165422","tr_customer_id":165439,"tr_customer_product_id":165429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Tej Sethi","mobile_number":"9833571342","email_id":"arya.guha@hotmail.com","dop":"2026-01-14","serial_number":"846776267179423","imei1":"846776267179423","imei2":"846776267179423","popurl":"www.sushma-talwar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165421,"job_number":"JOB_165421","tr_customer_id":165438,"tr_customer_product_id":165428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:01.000Z","modified_at":"2026-01-24T04:28:01.000Z","name":"Sachin Saini","mobile_number":"9820994305","email_id":"harita.marar@hotmail.com","dop":"2026-01-14","serial_number":"255602128695832","imei1":"255602128695832","imei2":"255602128695832","popurl":"www.bhisham-johar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165420,"job_number":"JOB_165420","tr_customer_id":165437,"tr_customer_product_id":165427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Deeptanshu Trivedi","mobile_number":"9828064479","email_id":"saraswati.nehru@yahoo.co.in","dop":"2026-01-14","serial_number":"363813600417312","imei1":"363813600417312","imei2":"363813600417312","popurl":"www.shwet-reddy.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165419,"job_number":"JOB_165419","tr_customer_id":165436,"tr_customer_product_id":165426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Marut Arora","mobile_number":"9805208962","email_id":"daevi.talwar@yahoo.co.in","dop":"2026-01-14","serial_number":"001000635630398","imei1":"001000635630398","imei2":"001000635630398","popurl":"www.tara-khan.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165418,"job_number":"JOB_165418","tr_customer_id":165435,"tr_customer_product_id":165425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Sushma Embranthiri","mobile_number":"9881105579","email_id":"lila.gowda@gmail.com","dop":"2026-01-14","serial_number":"599070310118488","imei1":"599070310118488","imei2":"599070310118488","popurl":"www.anuraag-shah.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165417,"job_number":"JOB_165417","tr_customer_id":165434,"tr_customer_product_id":165424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Soma Iyer","mobile_number":"9894575017","email_id":"rati.bhattacharya@hotmail.com","dop":"2026-01-14","serial_number":"813391619527318","imei1":"813391619527318","imei2":"813391619527318","popurl":"www.aashritha-talwar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165416,"job_number":"JOB_165416","tr_customer_id":165433,"tr_customer_product_id":165423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Chanda Pandey","mobile_number":"9824631964","email_id":"ekaksh.chattopadhyay@hotmail.com","dop":"2026-01-14","serial_number":"953157742158475","imei1":"953157742158475","imei2":"953157742158475","popurl":"www.kanak-shukla.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165415,"job_number":"JOB_165415","tr_customer_id":165432,"tr_customer_product_id":165422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Aatmaja Shukla","mobile_number":"9808520567","email_id":"balaaditya.dubashi@gmail.com","dop":"2026-01-14","serial_number":"630147529006180","imei1":"630147529006180","imei2":"630147529006180","popurl":"www.gorakhnath-rana.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165414,"job_number":"JOB_165414","tr_customer_id":165431,"tr_customer_product_id":165421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:28:00.000Z","modified_at":"2026-01-24T04:28:00.000Z","name":"Ekadant Kocchar","mobile_number":"9853053073","email_id":"chanda.devar@hotmail.com","dop":"2026-01-14","serial_number":"004334391747342","imei1":"004334391747342","imei2":"004334391747342","popurl":"www.javas-bhat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165413,"job_number":"JOB_165413","tr_customer_id":165430,"tr_customer_product_id":165420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Baijayanti Mukhopadhyay","mobile_number":"9861870538","email_id":"kumari.kapoor@hotmail.com","dop":"2026-01-14","serial_number":"174323900972146","imei1":"174323900972146","imei2":"174323900972146","popurl":"www.lal-jain.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165412,"job_number":"JOB_165412","tr_customer_id":165429,"tr_customer_product_id":165419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Somu Ahluwalia","mobile_number":"9883256265","email_id":"adhiraj.patel@yahoo.co.in","dop":"2026-01-14","serial_number":"880650741205039","imei1":"880650741205039","imei2":"880650741205039","popurl":"www.vrund-namboothiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165411,"job_number":"JOB_165411","tr_customer_id":165428,"tr_customer_product_id":165418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Adikavi Varma","mobile_number":"9889609728","email_id":"vijay.shukla@gmail.com","dop":"2026-01-14","serial_number":"532227972891934","imei1":"532227972891934","imei2":"532227972891934","popurl":"www.anshula-trivedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165410,"job_number":"JOB_165410","tr_customer_id":165427,"tr_customer_product_id":165417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Chatur Tagore","mobile_number":"9870745580","email_id":"jagmeet.prajapat@yahoo.co.in","dop":"2026-01-14","serial_number":"234909757006711","imei1":"234909757006711","imei2":"234909757006711","popurl":"www.subhashini-acharya.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165409,"job_number":"JOB_165409","tr_customer_id":165426,"tr_customer_product_id":165416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Chaitan Desai","mobile_number":"9871465144","email_id":"ranjeet.chaturvedi@yahoo.co.in","dop":"2026-01-14","serial_number":"048518390040938","imei1":"048518390040938","imei2":"048518390040938","popurl":"www.ojaswini-panicker.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165408,"job_number":"JOB_165408","tr_customer_id":165425,"tr_customer_product_id":165415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:59.000Z","modified_at":"2026-01-24T04:27:59.000Z","name":"Bhaaswar Bharadwaj","mobile_number":"9811134401","email_id":"indra.gowda@hotmail.com","dop":"2026-01-14","serial_number":"314848063276707","imei1":"314848063276707","imei2":"314848063276707","popurl":"www.dhana-mehrotra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165407,"job_number":"JOB_165407","tr_customer_id":165424,"tr_customer_product_id":165414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:58.000Z","modified_at":"2026-01-24T04:27:58.000Z","name":"Chiranjeev Banerjee","mobile_number":"9834721926","email_id":"balagovind.pandey@hotmail.com","dop":"2026-01-14","serial_number":"928510045868407","imei1":"928510045868407","imei2":"928510045868407","popurl":"www.gajaadhar-ahuja.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165406,"job_number":"JOB_165406","tr_customer_id":165423,"tr_customer_product_id":165413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:58.000Z","modified_at":"2026-01-24T04:27:58.000Z","name":"Bhasvan Verma","mobile_number":"9872927685","email_id":"sharmila.mahajan@gmail.com","dop":"2026-01-14","serial_number":"757476286049122","imei1":"757476286049122","imei2":"757476286049122","popurl":"www.vaishno-khatri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165405,"job_number":"JOB_165405","tr_customer_id":165422,"tr_customer_product_id":165412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:58.000Z","modified_at":"2026-01-24T04:27:58.000Z","name":"Jay Dhawan","mobile_number":"9868110374","email_id":"laxman.khan@gmail.com","dop":"2026-01-14","serial_number":"574159400664376","imei1":"574159400664376","imei2":"574159400664376","popurl":"www.gayatri-singh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165404,"job_number":"JOB_165404","tr_customer_id":165421,"tr_customer_product_id":165411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:58.000Z","modified_at":"2026-01-24T04:27:58.000Z","name":"Dharmaketu Joshi","mobile_number":"9854529024","email_id":"devdan.bhattathiri@gmail.com","dop":"2026-01-14","serial_number":"061726002996298","imei1":"061726002996298","imei2":"061726002996298","popurl":"www.bharadwaj-varma.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165403,"job_number":"JOB_165403","tr_customer_id":165420,"tr_customer_product_id":165410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:57.000Z","modified_at":"2026-01-24T04:27:57.000Z","name":"Balgopal Kapoor","mobile_number":"9869602502","email_id":"ranjit.devar@hotmail.com","dop":"2026-01-14","serial_number":"982484667355714","imei1":"982484667355714","imei2":"982484667355714","popurl":"www.paramartha-deshpande.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165402,"job_number":"JOB_165402","tr_customer_id":165419,"tr_customer_product_id":165409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:57.000Z","modified_at":"2026-01-24T04:27:57.000Z","name":"Agrata Bhat","mobile_number":"9885789355","email_id":"gopal.naik@yahoo.co.in","dop":"2026-01-14","serial_number":"924016580826651","imei1":"924016580826651","imei2":"924016580826651","popurl":"www.devika-gowda.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165401,"job_number":"JOB_165401","tr_customer_id":165418,"tr_customer_product_id":165408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:57.000Z","modified_at":"2026-01-24T04:27:57.000Z","name":"Sunita Guneta","mobile_number":"9807668298","email_id":"advaya.varrier@yahoo.co.in","dop":"2026-01-14","serial_number":"051711404933680","imei1":"051711404933680","imei2":"051711404933680","popurl":"www.dayaananda-mehrotra.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165400,"job_number":"JOB_165400","tr_customer_id":165417,"tr_customer_product_id":165407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:56.000Z","modified_at":"2026-01-24T04:27:56.000Z","name":"Ekaaksh Abbott","mobile_number":"9890052794","email_id":"vishwamitra.shah@hotmail.com","dop":"2026-01-14","serial_number":"606155490602616","imei1":"606155490602616","imei2":"606155490602616","popurl":"www.deb-rana.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165399,"job_number":"JOB_165399","tr_customer_id":165416,"tr_customer_product_id":165406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:56.000Z","modified_at":"2026-01-24T04:27:56.000Z","name":"Charuvrat Kocchar","mobile_number":"9815347812","email_id":"balachandra.banerjee@yahoo.co.in","dop":"2026-01-14","serial_number":"229846216442278","imei1":"229846216442278","imei2":"229846216442278","popurl":"www.ramesh-abbott.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165398,"job_number":"JOB_165398","tr_customer_id":165415,"tr_customer_product_id":165405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:56.000Z","modified_at":"2026-01-24T04:27:56.000Z","name":"Deependra Deshpande","mobile_number":"9837293724","email_id":"amritambu.agarwal@gmail.com","dop":"2026-01-14","serial_number":"526902097761960","imei1":"526902097761960","imei2":"526902097761960","popurl":"www.dayaananda-tagore.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165397,"job_number":"JOB_165397","tr_customer_id":165414,"tr_customer_product_id":165404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Hiranya Kaniyar","mobile_number":"9801656119","email_id":"aayushman.johar@yahoo.co.in","dop":"2026-01-14","serial_number":"456912851593140","imei1":"456912851593140","imei2":"456912851593140","popurl":"www.deeptiman-chopra.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165396,"job_number":"JOB_165396","tr_customer_id":165413,"tr_customer_product_id":165403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Kanaka Saini","mobile_number":"9804196307","email_id":"menaka.dutta@yahoo.co.in","dop":"2026-01-14","serial_number":"511960548508867","imei1":"511960548508867","imei2":"511960548508867","popurl":"www.chitramala-guneta.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165395,"job_number":"JOB_165395","tr_customer_id":165412,"tr_customer_product_id":165402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Asha Deshpande","mobile_number":"9852196932","email_id":"kartik.mishra@hotmail.com","dop":"2026-01-14","serial_number":"447438135173029","imei1":"447438135173029","imei2":"447438135173029","popurl":"www.deepali-mishra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165394,"job_number":"JOB_165394","tr_customer_id":165411,"tr_customer_product_id":165401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Chatur Mahajan","mobile_number":"9852608676","email_id":"somnath.nayar@gmail.com","dop":"2026-01-14","serial_number":"854768947007554","imei1":"854768947007554","imei2":"854768947007554","popurl":"www.bhavani-mukhopadhyay.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165393,"job_number":"JOB_165393","tr_customer_id":165410,"tr_customer_product_id":165400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Aalok Iyengar","mobile_number":"9810410980","email_id":"amogh.gandhi@gmail.com","dop":"2026-01-14","serial_number":"115895301479098","imei1":"115895301479098","imei2":"115895301479098","popurl":"www.pran-gill.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165392,"job_number":"JOB_165392","tr_customer_id":165409,"tr_customer_product_id":165399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:54.000Z","modified_at":"2026-01-24T04:27:54.000Z","name":"Sarvin Johar","mobile_number":"9820175652","email_id":"rohana.rana@yahoo.co.in","dop":"2026-01-14","serial_number":"432530712923217","imei1":"432530712923217","imei2":"432530712923217","popurl":"www.ranjeet-verma.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165391,"job_number":"JOB_165391","tr_customer_id":165408,"tr_customer_product_id":165398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:53.000Z","modified_at":"2026-01-24T04:27:53.000Z","name":"Deeptanshu Shukla","mobile_number":"9898060828","email_id":"daevi.dhawan@gmail.com","dop":"2026-01-14","serial_number":"706795469102623","imei1":"706795469102623","imei2":"706795469102623","popurl":"www.bhadraksh-malik.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165390,"job_number":"JOB_165390","tr_customer_id":165407,"tr_customer_product_id":165397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:53.000Z","modified_at":"2026-01-24T04:27:53.000Z","name":"Gopal Panicker","mobile_number":"9870450560","email_id":"ganaka.chaturvedi@gmail.com","dop":"2026-01-14","serial_number":"637317676472120","imei1":"637317676472120","imei2":"637317676472120","popurl":"www.krishnadas-pandey.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165389,"job_number":"JOB_165389","tr_customer_id":165406,"tr_customer_product_id":165396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:52.000Z","modified_at":"2026-01-24T04:27:52.000Z","name":"Alok Mehra","mobile_number":"9859134502","email_id":"himadri.pandey@hotmail.com","dop":"2026-01-14","serial_number":"491498836514650","imei1":"491498836514650","imei2":"491498836514650","popurl":"www.amaranaath-agarwal.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165388,"job_number":"JOB_165388","tr_customer_id":165405,"tr_customer_product_id":165395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:52.000Z","modified_at":"2026-01-24T04:27:52.000Z","name":"Opalina Tandon","mobile_number":"9868737878","email_id":"kiran.kapoor@hotmail.com","dop":"2026-01-14","serial_number":"345413575723243","imei1":"345413575723243","imei2":"345413575723243","popurl":"www.abhisyanta-sinha.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165387,"job_number":"JOB_165387","tr_customer_id":165404,"tr_customer_product_id":165394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:27:52.000Z","modified_at":"2026-01-24T04:27:52.000Z","name":"Rameshwar Saini","mobile_number":"9896088852","email_id":"jagathi.dwivedi@hotmail.com","dop":"2026-01-14","serial_number":"642935919776858","imei1":"642935919776858","imei2":"642935919776858","popurl":"www.dhanalakshmi-guha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165386,"job_number":"JOB_165386","tr_customer_id":165403,"tr_customer_product_id":165393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:24:47.000Z","modified_at":"2026-01-24T04:24:47.000Z","name":"Magnolia Wehner","mobile_number":"660-564-2966","email_id":"Janet.Hettinger@gmail.com","dop":"2025-04-06","serial_number":"12079838181295206","imei1":"12079838181295206","imei2":"12079838181295206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:24:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165384,"job_number":"JOB_165384","tr_customer_id":165401,"tr_customer_product_id":165391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:24:04.000Z","modified_at":"2026-01-24T04:24:04.000Z","name":"Ludwig Ullrich","mobile_number":"890-598-1694","email_id":"Monte.Anderson@hotmail.com","dop":"2025-04-06","serial_number":"17922287909484024","imei1":"17922287909484024","imei2":"17922287909484024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:24:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165382,"job_number":"JOB_165382","tr_customer_id":165399,"tr_customer_product_id":165389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:23:21.000Z","modified_at":"2026-01-24T04:23:21.000Z","name":"Joel Ankunding","mobile_number":"827-267-5322","email_id":"Winnifred_Schneider54@hotmail.com","dop":"2025-04-06","serial_number":"16845791980135318","imei1":"16845791980135318","imei2":"16845791980135318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:23:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165379,"job_number":"JOB_165379","tr_customer_id":165396,"tr_customer_product_id":165386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:18:27.000Z","modified_at":"2026-01-24T04:18:27.000Z","name":"Aarya Patil","mobile_number":"8646182846","email_id":"mandakini.gandhi@hotmail.com","dop":"2026-01-14","serial_number":"38315729594727","imei1":"38315729594727","imei2":"38315729594727","popurl":"www.chakravartee-nehru.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:18:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165376,"job_number":"JOB_165376","tr_customer_id":165393,"tr_customer_product_id":165383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:29.000Z","modified_at":"2026-01-24T03:57:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62001648375731","imei1":"62001648375731","imei2":"62001648375731","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165375,"job_number":"JOB_165375","tr_customer_id":165392,"tr_customer_product_id":165382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:29.000Z","modified_at":"2026-01-24T03:57:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"70064494170307","imei1":"70064494170307","imei2":"70064494170307","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165374,"job_number":"JOB_165374","tr_customer_id":165391,"tr_customer_product_id":165381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:29.000Z","modified_at":"2026-01-24T03:57:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95374323083601","imei1":"95374323083601","imei2":"95374323083601","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165373,"job_number":"JOB_165373","tr_customer_id":165390,"tr_customer_product_id":165380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:28.000Z","modified_at":"2026-01-24T03:57:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92151405704462","imei1":"92151405704462","imei2":"92151405704462","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165372,"job_number":"JOB_165372","tr_customer_id":165389,"tr_customer_product_id":165379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:28.000Z","modified_at":"2026-01-24T03:57:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69821337427820","imei1":"69821337427820","imei2":"69821337427820","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165371,"job_number":"JOB_165371","tr_customer_id":165388,"tr_customer_product_id":165378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:28.000Z","modified_at":"2026-01-24T03:57:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15832077451393","imei1":"15832077451393","imei2":"15832077451393","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165369,"job_number":"JOB_165369","tr_customer_id":165386,"tr_customer_product_id":165376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:00.000Z","modified_at":"2026-01-24T03:57:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"14160089827597","imei1":"14160089827597","imei2":"14160089827597","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165368,"job_number":"JOB_165368","tr_customer_id":165385,"tr_customer_product_id":165375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:59.000Z","modified_at":"2026-01-24T03:56:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62007948357390","imei1":"62007948357390","imei2":"62007948357390","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165367,"job_number":"JOB_165367","tr_customer_id":165384,"tr_customer_product_id":165374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:59.000Z","modified_at":"2026-01-24T03:56:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"17577269128697","imei1":"17577269128697","imei2":"17577269128697","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165366,"job_number":"JOB_165366","tr_customer_id":165383,"tr_customer_product_id":165373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:59.000Z","modified_at":"2026-01-24T03:56:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72065225541662","imei1":"72065225541662","imei2":"72065225541662","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165365,"job_number":"JOB_165365","tr_customer_id":165382,"tr_customer_product_id":165372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:58.000Z","modified_at":"2026-01-24T03:56:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24535194504843","imei1":"24535194504843","imei2":"24535194504843","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165364,"job_number":"JOB_165364","tr_customer_id":165381,"tr_customer_product_id":165371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:58.000Z","modified_at":"2026-01-24T03:56:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83582343585385","imei1":"83582343585385","imei2":"83582343585385","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165362,"job_number":"JOB_165362","tr_customer_id":165379,"tr_customer_product_id":165369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:30.000Z","modified_at":"2026-01-24T03:56:30.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87768503837015","imei1":"87768503837015","imei2":"87768503837015","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165361,"job_number":"JOB_165361","tr_customer_id":165378,"tr_customer_product_id":165368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:30.000Z","modified_at":"2026-01-24T03:56:30.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18940416443342","imei1":"18940416443342","imei2":"18940416443342","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165360,"job_number":"JOB_165360","tr_customer_id":165377,"tr_customer_product_id":165367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:29.000Z","modified_at":"2026-01-24T03:56:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84692265166585","imei1":"84692265166585","imei2":"84692265166585","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165359,"job_number":"JOB_165359","tr_customer_id":165376,"tr_customer_product_id":165366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:29.000Z","modified_at":"2026-01-24T03:56:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31311602469488","imei1":"31311602469488","imei2":"31311602469488","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165358,"job_number":"JOB_165358","tr_customer_id":165375,"tr_customer_product_id":165365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:29.000Z","modified_at":"2026-01-24T03:56:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12324434030108","imei1":"12324434030108","imei2":"12324434030108","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165357,"job_number":"JOB_165357","tr_customer_id":165374,"tr_customer_product_id":165364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:28.000Z","modified_at":"2026-01-24T03:56:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28469649454160","imei1":"28469649454160","imei2":"28469649454160","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165356,"job_number":"JOB_165356","tr_customer_id":165373,"tr_customer_product_id":165363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:51:56.000Z","modified_at":"2026-01-24T03:51:56.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-14","serial_number":"11794514993613","imei1":"18904414473613","imei2":"130779079163713","popurl":"2026-01-14T03:51:54.202267400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:51:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165355,"job_number":"JOB_165355","tr_customer_id":165372,"tr_customer_product_id":165362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:50:09.000Z","modified_at":"2026-01-24T03:50:09.000Z","name":"Breana Marks","mobile_number":"649-208-6435","email_id":"Angelo.Auer92@hotmail.com","dop":"2025-04-06","serial_number":"18717702518598948","imei1":"18717702518598948","imei2":"18717702518598948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165353,"job_number":"JOB_165353","tr_customer_id":165370,"tr_customer_product_id":165360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:50:07.000Z","modified_at":"2026-01-24T03:50:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14428914154344","imei1":"14428914154344","imei2":"14428914154344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:50:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165352,"job_number":"JOB_165352","tr_customer_id":165369,"tr_customer_product_id":165359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:53.000Z","modified_at":"2026-01-24T03:49:53.000Z","name":"Felicity Prohaska","mobile_number":"493-935-4616","email_id":"Maya14@hotmail.com","dop":"2025-04-06","serial_number":"18720437561758200","imei1":"18720437561758200","imei2":"18720437561758200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165350,"job_number":"JOB_165350","tr_customer_id":165367,"tr_customer_product_id":165357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:52.000Z","modified_at":"2026-01-24T03:49:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13554323013804","imei1":"13554323013804","imei2":"13554323013804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165346,"job_number":"JOB_165346","tr_customer_id":165363,"tr_customer_product_id":165353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:33.000Z","modified_at":"2026-01-24T03:49:33.000Z","name":"Nathen Reichert","mobile_number":"289-517-6308","email_id":"Wilbert_Russel@hotmail.com","dop":"2025-04-06","serial_number":"14112098358107610","imei1":"14112098358107610","imei2":"14112098358107610","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165344,"job_number":"JOB_165344","tr_customer_id":165361,"tr_customer_product_id":165351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:32.000Z","modified_at":"2026-01-24T03:49:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16427105170239","imei1":"16427105170239","imei2":"16427105170239","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165343,"job_number":"JOB_165343","tr_customer_id":165360,"tr_customer_product_id":165350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:25.000Z","modified_at":"2026-01-24T03:49:25.000Z","name":"Jolie Bernier","mobile_number":"536-628-7256","email_id":"Celestino.Wisozk49@gmail.com","dop":"2025-04-06","serial_number":"16217151647362924","imei1":"16217151647362924","imei2":"16217151647362924","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165342,"job_number":"JOB_165342","tr_customer_id":165359,"tr_customer_product_id":165349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:23.000Z","modified_at":"2026-01-24T03:49:23.000Z","name":"Krystina Gleichner","mobile_number":"345-879-8416","email_id":"Melvina17@hotmail.com","dop":"2025-04-06","serial_number":"12491444485544004","imei1":"12491444485544004","imei2":"12491444485544004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165340,"job_number":"JOB_165340","tr_customer_id":165357,"tr_customer_product_id":165347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:23.000Z","modified_at":"2026-01-24T03:49:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12684171543306","imei1":"12684171543306","imei2":"12684171543306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165338,"job_number":"JOB_165338","tr_customer_id":165355,"tr_customer_product_id":165345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:22.000Z","modified_at":"2026-01-24T03:49:22.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17976199179940","imei1":"17976199179940","imei2":"17976199179940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165337,"job_number":"JOB_165337","tr_customer_id":165354,"tr_customer_product_id":165344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:14.000Z","modified_at":"2026-01-24T03:49:15.000Z","name":"Tanya Wilderman","mobile_number":"740-556-4898","email_id":"Oren74@yahoo.com","dop":"2025-04-06","serial_number":"15465539341670244","imei1":"15465539341670244","imei2":"15465539341670244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165335,"job_number":"JOB_165335","tr_customer_id":165352,"tr_customer_product_id":165342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:13.000Z","modified_at":"2026-01-24T03:49:13.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11643872202322","imei1":"11643872202322","imei2":"11643872202322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165334,"job_number":"JOB_165334","tr_customer_id":165351,"tr_customer_product_id":165341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:11.000Z","modified_at":"2026-01-24T03:49:11.000Z","name":"Desmond Schowalter","mobile_number":"867-479-1018","email_id":"Anabelle76@yahoo.com","dop":"2025-04-06","serial_number":"18498549604324308","imei1":"18498549604324308","imei2":"18498549604324308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165332,"job_number":"JOB_165332","tr_customer_id":165349,"tr_customer_product_id":165339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:10.000Z","modified_at":"2026-01-24T03:49:10.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11166856025382","imei1":"11166856025382","imei2":"11166856025382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165327,"job_number":"JOB_165327","tr_customer_id":165344,"tr_customer_product_id":165334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:57.000Z","modified_at":"2026-01-24T03:48:57.000Z","name":"Cleve Crist","mobile_number":"959-392-2775","email_id":"Maximillian_Windler1@yahoo.com","dop":"2025-04-06","serial_number":"18890661954632910","imei1":"18890661954632910","imei2":"18890661954632910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165323,"job_number":"JOB_165323","tr_customer_id":165340,"tr_customer_product_id":165330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:55.000Z","modified_at":"2026-01-24T03:48:55.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"13499364363182","imei1":"13499364363182","imei2":"13499364363182","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165321,"job_number":"JOB_165321","tr_customer_id":165338,"tr_customer_product_id":165328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:50.000Z","modified_at":"2026-01-24T03:48:50.000Z","name":"Erich Wolf","mobile_number":"647-821-7533","email_id":"Garett_Greenfelder@gmail.com","dop":"2025-04-06","serial_number":"17382459598498484","imei1":"17382459598498484","imei2":"17382459598498484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165318,"job_number":"JOB_165318","tr_customer_id":165335,"tr_customer_product_id":165325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:49.000Z","modified_at":"2026-01-24T03:48:49.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17004721281782","imei1":"17004721281782","imei2":"17004721281782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165315,"job_number":"JOB_165315","tr_customer_id":165332,"tr_customer_product_id":165322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:48.000Z","modified_at":"2026-01-24T03:48:48.000Z","name":"Kaleigh Witting","mobile_number":"452-413-5002","email_id":"Isabell_Denesik49@gmail.com","dop":"2025-04-06","serial_number":"11442646291047482","imei1":"11442646291047482","imei2":"11442646291047482","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165314,"job_number":"JOB_165314","tr_customer_id":165331,"tr_customer_product_id":165321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:47.000Z","modified_at":"2026-01-24T03:48:47.000Z","name":"Arden Tremblay","mobile_number":"727-820-6131","email_id":"Kendra.Hyatt66@hotmail.com","dop":"2025-04-06","serial_number":"12412944973713898","imei1":"12412944973713898","imei2":"12412944973713898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165312,"job_number":"JOB_165312","tr_customer_id":165329,"tr_customer_product_id":165319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:46.000Z","modified_at":"2026-01-24T03:48:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12420352718073","imei1":"12420352718073","imei2":"12420352718073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165310,"job_number":"JOB_165310","tr_customer_id":165327,"tr_customer_product_id":165317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:46.000Z","modified_at":"2026-01-24T03:48:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19119835456881","imei1":"19119835456881","imei2":"19119835456881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165309,"job_number":"JOB_165309","tr_customer_id":165326,"tr_customer_product_id":165316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:41.000Z","modified_at":"2026-01-24T03:48:41.000Z","name":"Shania Gorczany","mobile_number":"744-942-3992","email_id":"Leonardo24@gmail.com","dop":"2025-04-06","serial_number":"10023791850303816","imei1":"10023791850303816","imei2":"10023791850303816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165307,"job_number":"JOB_165307","tr_customer_id":165324,"tr_customer_product_id":165314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:40.000Z","modified_at":"2026-01-24T03:48:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12473790051572","imei1":"12473790051572","imei2":"12473790051572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165306,"job_number":"JOB_165306","tr_customer_id":165323,"tr_customer_product_id":165313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:37.000Z","modified_at":"2026-01-24T03:48:37.000Z","name":"Jaeden Ferry","mobile_number":"422-370-3628","email_id":"Eudora_Jaskolski74@yahoo.com","dop":"2025-04-06","serial_number":"15686992023527656","imei1":"15686992023527656","imei2":"15686992023527656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165303,"job_number":"JOB_165303","tr_customer_id":165320,"tr_customer_product_id":165310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:36.000Z","modified_at":"2026-01-24T03:48:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16252649260495","imei1":"16252649260495","imei2":"16252649260495","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165299,"job_number":"JOB_165299","tr_customer_id":165316,"tr_customer_product_id":165306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:32.000Z","modified_at":"2026-01-24T03:48:32.000Z","name":"Myra Upton","mobile_number":"882-890-8135","email_id":"Junior52@gmail.com","dop":"2025-04-06","serial_number":"17259419956991238","imei1":"17259419956991238","imei2":"17259419956991238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165297,"job_number":"JOB_165297","tr_customer_id":165314,"tr_customer_product_id":165304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:30.000Z","modified_at":"2026-01-24T03:48:30.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13042543927292","imei1":"13042543927292","imei2":"13042543927292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165296,"job_number":"JOB_165296","tr_customer_id":165313,"tr_customer_product_id":165303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:29.000Z","modified_at":"2026-01-24T03:48:29.000Z","name":"Pasquale Leffler","mobile_number":"433-518-7866","email_id":"Luna98@hotmail.com","dop":"2025-04-06","serial_number":"13639098013441312","imei1":"13639098013441312","imei2":"13639098013441312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165295,"job_number":"JOB_165295","tr_customer_id":165312,"tr_customer_product_id":165302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:29.000Z","modified_at":"2026-01-24T03:48:29.000Z","name":"Ellie Durgan","mobile_number":"743-240-4314","email_id":"Margie_Johns@gmail.com","dop":"2025-04-06","serial_number":"17333391059497404","imei1":"17333391059497404","imei2":"17333391059497404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165293,"job_number":"JOB_165293","tr_customer_id":165310,"tr_customer_product_id":165300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:28.000Z","modified_at":"2026-01-24T03:48:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17076562749631","imei1":"17076562749631","imei2":"17076562749631","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165291,"job_number":"JOB_165291","tr_customer_id":165308,"tr_customer_product_id":165298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:27.000Z","modified_at":"2026-01-24T03:48:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12354189792327","imei1":"12354189792327","imei2":"12354189792327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165290,"job_number":"JOB_165290","tr_customer_id":165307,"tr_customer_product_id":165297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:19.000Z","modified_at":"2026-01-24T03:48:19.000Z","name":"Elijah Bogisich","mobile_number":"339-349-3767","email_id":"Amina.Pacocha@yahoo.com","dop":"2025-04-06","serial_number":"11778325918391316","imei1":"11778325918391316","imei2":"11778325918391316","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165289,"job_number":"JOB_165289","tr_customer_id":165306,"tr_customer_product_id":165296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:19.000Z","modified_at":"2026-01-24T03:48:19.000Z","name":"Breana VonRueden","mobile_number":"268-593-3183","email_id":"Demetrius_Mueller@gmail.com","dop":"2025-04-06","serial_number":"10494592028224830","imei1":"10494592028224830","imei2":"10494592028224830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165286,"job_number":"JOB_165286","tr_customer_id":165303,"tr_customer_product_id":165293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:17.000Z","modified_at":"2026-01-24T03:48:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17529749883360","imei1":"17529749883360","imei2":"17529749883360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165285,"job_number":"JOB_165285","tr_customer_id":165302,"tr_customer_product_id":165292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:17.000Z","modified_at":"2026-01-24T03:48:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17765310761789","imei1":"17765310761789","imei2":"17765310761789","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165284,"job_number":"JOB_165284","tr_customer_id":165301,"tr_customer_product_id":165291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:15.000Z","modified_at":"2026-01-24T03:48:15.000Z","name":"Eleanore Waelchi","mobile_number":"494-580-8033","email_id":"Nicholaus41@hotmail.com","dop":"2025-04-06","serial_number":"17004497639633658","imei1":"17004497639633658","imei2":"17004497639633658","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165279,"job_number":"JOB_165279","tr_customer_id":165296,"tr_customer_product_id":165286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:13.000Z","modified_at":"2026-01-24T03:48:13.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"12294728863929","imei1":"12294728863929","imei2":"12294728863929","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165273,"job_number":"JOB_165273","tr_customer_id":165290,"tr_customer_product_id":165280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:07.000Z","modified_at":"2026-01-24T03:48:07.000Z","name":"Randy Bartell","mobile_number":"744-267-2515","email_id":"Jesus.Bernier3@gmail.com","dop":"2025-04-06","serial_number":"15198429768929360","imei1":"15198429768929360","imei2":"15198429768929360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165271,"job_number":"JOB_165271","tr_customer_id":165288,"tr_customer_product_id":165278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:06.000Z","modified_at":"2026-01-24T03:48:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17838088974483","imei1":"17838088974483","imei2":"17838088974483","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165270,"job_number":"JOB_165270","tr_customer_id":165287,"tr_customer_product_id":165277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:05.000Z","modified_at":"2026-01-24T03:48:05.000Z","name":"Lane Marvin","mobile_number":"347-773-0071","email_id":"Elliott26@gmail.com","dop":"2025-04-06","serial_number":"10739700696448526","imei1":"10739700696448526","imei2":"10739700696448526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165268,"job_number":"JOB_165268","tr_customer_id":165285,"tr_customer_product_id":165275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:04.000Z","modified_at":"2026-01-24T03:48:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11207931997699","imei1":"11207931997699","imei2":"11207931997699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165267,"job_number":"JOB_165267","tr_customer_id":165284,"tr_customer_product_id":165274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:03.000Z","modified_at":"2026-01-24T03:48:03.000Z","name":"Elian Bailey","mobile_number":"611-677-3100","email_id":"Zelda.Becker@gmail.com","dop":"2025-04-06","serial_number":"11024040291763016","imei1":"11024040291763016","imei2":"11024040291763016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165262,"job_number":"JOB_165262","tr_customer_id":165279,"tr_customer_product_id":165269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:01.000Z","modified_at":"2026-01-24T03:48:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17897392810890","imei1":"17897392810890","imei2":"17897392810890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165260,"job_number":"JOB_165260","tr_customer_id":165277,"tr_customer_product_id":165267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:51.000Z","modified_at":"2026-01-24T03:47:51.000Z","name":"Valentin Mayer","mobile_number":"294-293-3528","email_id":"Stewart.Erdman@yahoo.com","dop":"2025-04-06","serial_number":"18195987232686020","imei1":"18195987232686020","imei2":"18195987232686020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165259,"job_number":"JOB_165259","tr_customer_id":165276,"tr_customer_product_id":165266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:49.000Z","modified_at":"2026-01-24T03:47:49.000Z","name":"Shannon Carter","mobile_number":"687-873-5321","email_id":"Donna.Cummings@gmail.com","dop":"2025-04-06","serial_number":"10150034905457890","imei1":"10150034905457890","imei2":"10150034905457890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165257,"job_number":"JOB_165257","tr_customer_id":165274,"tr_customer_product_id":165264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:49.000Z","modified_at":"2026-01-24T03:47:49.000Z","name":"Clifton Cormier","mobile_number":"360-552-5176","email_id":"Brennan_Connelly31@gmail.com","dop":"2025-04-06","serial_number":"10632270433270626","imei1":"10632270433270626","imei2":"10632270433270626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165256,"job_number":"JOB_165256","tr_customer_id":165273,"tr_customer_product_id":165263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:49.000Z","modified_at":"2026-01-24T03:47:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17593207823635","imei1":"17593207823635","imei2":"17593207823635","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165253,"job_number":"JOB_165253","tr_customer_id":165270,"tr_customer_product_id":165260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:48.000Z","modified_at":"2026-01-24T03:47:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13162430385628","imei1":"13162430385628","imei2":"13162430385628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165252,"job_number":"JOB_165252","tr_customer_id":165269,"tr_customer_product_id":165259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:48.000Z","modified_at":"2026-01-24T03:47:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19335628597194","imei1":"19335628597194","imei2":"19335628597194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165250,"job_number":"JOB_165250","tr_customer_id":165267,"tr_customer_product_id":165257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:37.000Z","modified_at":"2026-01-24T03:47:37.000Z","name":"Shawna Treutel","mobile_number":"414-259-4105","email_id":"Lillian.Swift22@yahoo.com","dop":"2025-04-06","serial_number":"12624380476171116","imei1":"12624380476171116","imei2":"12624380476171116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165248,"job_number":"JOB_165248","tr_customer_id":165265,"tr_customer_product_id":165255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:36.000Z","modified_at":"2026-01-24T03:47:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15210621805297","imei1":"15210621805297","imei2":"15210621805297","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165247,"job_number":"JOB_165247","tr_customer_id":165264,"tr_customer_product_id":165254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:35.000Z","modified_at":"2026-01-24T03:47:35.000Z","name":"Isac Ferry","mobile_number":"944-701-4369","email_id":"Pete_Koch@gmail.com","dop":"2025-04-06","serial_number":"14235458838788024","imei1":"14235458838788024","imei2":"14235458838788024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165245,"job_number":"JOB_165245","tr_customer_id":165262,"tr_customer_product_id":165252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:34.000Z","modified_at":"2026-01-24T03:47:34.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19980397546200","imei1":"19980397546200","imei2":"19980397546200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165244,"job_number":"JOB_165244","tr_customer_id":165261,"tr_customer_product_id":165251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:31.000Z","modified_at":"2026-01-24T03:47:31.000Z","name":"Reta Murray","mobile_number":"755-211-7241","email_id":"Mason.Ferry@hotmail.com","dop":"2025-06-18","serial_number":"1048423908180399","imei1":"1048423908180399","imei2":"1048423908180399","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165243,"job_number":"JOB_165243","tr_customer_id":165260,"tr_customer_product_id":165250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:31.000Z","modified_at":"2026-01-24T03:47:31.000Z","name":"Aiyana Rowe","mobile_number":"573-899-3329","email_id":"Zaria53@gmail.com","dop":"2025-04-06","serial_number":"13726684371870338","imei1":"13726684371870338","imei2":"13726684371870338","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165241,"job_number":"JOB_165241","tr_customer_id":165258,"tr_customer_product_id":165248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:30.000Z","modified_at":"2026-01-24T03:47:30.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10265565717621","imei1":"10265565717621","imei2":"10265565717621","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165238,"job_number":"JOB_165238","tr_customer_id":165255,"tr_customer_product_id":165245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:29.000Z","modified_at":"2026-01-24T03:47:29.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"10884333805824","imei1":"10884333805824","imei2":"10884333805824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165235,"job_number":"JOB_165235","tr_customer_id":165252,"tr_customer_product_id":165242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:23.000Z","modified_at":"2026-01-24T03:47:23.000Z","name":"Kristofer Kiehn","mobile_number":"893-355-5862","email_id":"Woodrow_Torp@yahoo.com","dop":"2025-04-06","serial_number":"10326450933890530","imei1":"10326450933890530","imei2":"10326450933890530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165232,"job_number":"JOB_165232","tr_customer_id":165249,"tr_customer_product_id":165239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:22.000Z","modified_at":"2026-01-24T03:47:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16007705472498","imei1":"16007705472498","imei2":"16007705472498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165231,"job_number":"JOB_165231","tr_customer_id":165248,"tr_customer_product_id":165238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:19.000Z","modified_at":"2026-01-24T03:47:19.000Z","name":"Rachel Armstrong","mobile_number":"299-934-8270","email_id":"Cleve_Larkin48@yahoo.com","dop":"2025-04-06","serial_number":"11436319448481816","imei1":"11436319448481816","imei2":"11436319448481816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165229,"job_number":"JOB_165229","tr_customer_id":165246,"tr_customer_product_id":165236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:18.000Z","modified_at":"2026-01-24T03:47:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17375916782165","imei1":"17375916782165","imei2":"17375916782165","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165228,"job_number":"JOB_165228","tr_customer_id":165245,"tr_customer_product_id":165235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:15.000Z","modified_at":"2026-01-24T03:47:15.000Z","name":"Vance Schamberger","mobile_number":"267-876-4459","email_id":"Norval_Kuvalis@gmail.com","dop":"2025-04-06","serial_number":"19611514260066976","imei1":"19611514260066976","imei2":"19611514260066976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165226,"job_number":"JOB_165226","tr_customer_id":165243,"tr_customer_product_id":165233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:10.000Z","modified_at":"2026-01-24T03:47:10.000Z","name":"Bella Stracke","mobile_number":"989-223-0954","email_id":"Florence15@gmail.com","dop":"2025-04-06","serial_number":"18307658520214464","imei1":"18307658520214464","imei2":"18307658520214464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165224,"job_number":"JOB_165224","tr_customer_id":165241,"tr_customer_product_id":165231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:08.000Z","modified_at":"2026-01-24T03:47:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13439910089528","imei1":"13439910089528","imei2":"13439910089528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165222,"job_number":"JOB_165222","tr_customer_id":165239,"tr_customer_product_id":165229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:06.000Z","modified_at":"2026-01-24T03:47:06.000Z","name":"Icie Schaefer","mobile_number":"391-380-1114","email_id":"Rosina83@yahoo.com","dop":"2025-04-06","serial_number":"17355661698514082","imei1":"17355661698514082","imei2":"17355661698514082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165220,"job_number":"JOB_165220","tr_customer_id":165237,"tr_customer_product_id":165227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:56.000Z","modified_at":"2026-01-24T03:46:56.000Z","name":"Patrick Cruickshank","mobile_number":"476-971-6599","email_id":"Madeline32@yahoo.com","dop":"2025-04-06","serial_number":"15163374061810008","imei1":"15163374061810008","imei2":"15163374061810008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165218,"job_number":"JOB_165218","tr_customer_id":165235,"tr_customer_product_id":165225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:54.000Z","modified_at":"2026-01-24T03:46:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11920408539379","imei1":"11920408539379","imei2":"11920408539379","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165217,"job_number":"JOB_165217","tr_customer_id":165234,"tr_customer_product_id":165224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:54.000Z","modified_at":"2026-01-24T03:46:54.000Z","name":"Malachi Mante","mobile_number":"726-459-4971","email_id":"Manley_Schinner97@yahoo.com","dop":"2025-04-06","serial_number":"11847350529309364","imei1":"11847350529309364","imei2":"11847350529309364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165215,"job_number":"JOB_165215","tr_customer_id":165232,"tr_customer_product_id":165222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:53.000Z","modified_at":"2026-01-24T03:46:53.000Z","name":"Jaime Tromp","mobile_number":"520-909-2781","email_id":"Chaz_Harber@hotmail.com","dop":"2025-04-06","serial_number":"14601063717259336","imei1":"14601063717259336","imei2":"14601063717259336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165213,"job_number":"JOB_165213","tr_customer_id":165230,"tr_customer_product_id":165220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:51.000Z","modified_at":"2026-01-24T03:46:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12724244283282","imei1":"12724244283282","imei2":"12724244283282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165212,"job_number":"JOB_165212","tr_customer_id":165229,"tr_customer_product_id":165219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:49.000Z","modified_at":"2026-01-24T03:46:49.000Z","name":"Allene D'Amore","mobile_number":"658-500-3778","email_id":"Alvina_Nolan37@gmail.com","dop":"2025-06-18","serial_number":"1018546429533210","imei1":"1018546429533210","imei2":"1018546429533210","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165210,"job_number":"JOB_165210","tr_customer_id":165227,"tr_customer_product_id":165217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:48.000Z","modified_at":"2026-01-24T03:46:48.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10295864243369","imei1":"10295864243369","imei2":"10295864243369","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165209,"job_number":"JOB_165209","tr_customer_id":165226,"tr_customer_product_id":165216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:47.000Z","modified_at":"2026-01-24T03:46:47.000Z","name":"Zelma Bartoletti","mobile_number":"402-367-0122","email_id":"Georgiana.Mann@hotmail.com","dop":"2025-04-06","serial_number":"18001907938669360","imei1":"18001907938669360","imei2":"18001907938669360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165207,"job_number":"JOB_165207","tr_customer_id":165224,"tr_customer_product_id":165214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:46.000Z","modified_at":"2026-01-24T03:46:46.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10404459839236","imei1":"10404459839236","imei2":"10404459839236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165204,"job_number":"JOB_165204","tr_customer_id":165221,"tr_customer_product_id":165211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:30.000Z","modified_at":"2026-01-24T03:46:30.000Z","name":"Maddison Feest","mobile_number":"515-659-7262","email_id":"Hailey63@yahoo.com","dop":"2025-04-06","serial_number":"15458836469705062","imei1":"15458836469705062","imei2":"15458836469705062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165201,"job_number":"JOB_165201","tr_customer_id":165218,"tr_customer_product_id":165208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:16.000Z","modified_at":"2026-01-24T03:46:16.000Z","name":"Odell Greenfelder","mobile_number":"870-981-9350","email_id":"Justine.Walsh74@gmail.com","dop":"2025-04-06","serial_number":"14988859506061440","imei1":"14988859506061440","imei2":"14988859506061440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165198,"job_number":"JOB_165198","tr_customer_id":165215,"tr_customer_product_id":165205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:04.000Z","modified_at":"2026-01-24T03:46:04.000Z","name":"Amparo Kshlerin","mobile_number":"381-681-8183","email_id":"Vincenza_Collier14@yahoo.com","dop":"2025-04-06","serial_number":"16254909928325924","imei1":"16254909928325924","imei2":"16254909928325924","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165196,"job_number":"JOB_165196","tr_customer_id":165213,"tr_customer_product_id":165203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:03.000Z","modified_at":"2026-01-24T03:46:03.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"11288208623723","imei1":"11288208623723","imei2":"11288208623723","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:46:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165195,"job_number":"JOB_165195","tr_customer_id":165212,"tr_customer_product_id":165202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:45:56.000Z","modified_at":"2026-01-24T03:45:56.000Z","name":"Nash Streich","mobile_number":"736-708-8115","email_id":"Conrad_Johnston43@hotmail.com","dop":"2025-04-06","serial_number":"15833176501882092","imei1":"15833176501882092","imei2":"15833176501882092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:45:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165192,"job_number":"JOB_165192","tr_customer_id":165209,"tr_customer_product_id":165199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:29:45.000Z","modified_at":"2026-01-24T03:29:45.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-14","serial_number":"11794514993612","imei1":"18904414473612","imei2":"130779079163712","popurl":"2026-01-14T03:29:42.924599100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165191,"job_number":"JOB_165191","tr_customer_id":165208,"tr_customer_product_id":165198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:08:52.000Z","modified_at":"2026-01-24T03:08:52.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-14","serial_number":"11794514993692","imei1":"18904414473692","imei2":"130779079163792","popurl":"2026-01-14T03:08:49.568922500Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:08:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165189,"job_number":"JOB_165189","tr_customer_id":165206,"tr_customer_product_id":165196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T02:31:59.000Z","modified_at":"2026-01-24T02:31:59.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-14","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-14T02:31:56.148478100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T02:31:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165188,"job_number":"JOB_165188","tr_customer_id":165205,"tr_customer_product_id":165195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-23T23:42:57.000Z","modified_at":"2026-01-23T23:42:57.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-13","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-13T23:42:57.457039208Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-23T23:42:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165187,"job_number":"JOB_165187","tr_customer_id":165204,"tr_customer_product_id":165194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-23T23:40:30.000Z","modified_at":"2026-01-23T23:40:30.000Z","name":"Radha Trivedi","mobile_number":"7024030579","email_id":"bodhan.gowda@yahoo.co.in","dop":"2026-01-13","serial_number":"658147176491614","imei1":"658147176491614","imei2":"658147176491614","popurl":"www.agrata-embranthiri.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-23T23:40:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165186,"job_number":"JOB_165186","tr_customer_id":165203,"tr_customer_product_id":165193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-23T23:40:30.000Z","modified_at":"2026-01-23T23:40:30.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-13","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-13T23:40:29.666528997Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-23T23:40:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165430,"job_number":"JOB_165430","tr_customer_id":165447,"tr_customer_product_id":165437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:37:21.000Z","modified_at":"2026-01-24T04:37:21.000Z","name":"Amodini Panicker","mobile_number":"8240874778","email_id":"prem.chopra@yahoo.co.in","dop":"2026-01-14","serial_number":"953753765593979","imei1":"346468571859408","imei2":"110605895740800","popurl":"www.chandani-asan.in","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:37:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165378,"job_number":"JOB_165378","tr_customer_id":165395,"tr_customer_product_id":165385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:01:58.000Z","modified_at":"2026-01-24T04:01:58.000Z","name":"Janis Doyle","mobile_number":"789-498-2468","email_id":"Craig_Jacobson51@hotmail.com","dop":"2025-11-09","serial_number":"33286636283367","imei1":"33286636283367","imei2":"33286636283367","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T04:01:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165331,"job_number":"JOB_165331","tr_customer_id":165348,"tr_customer_product_id":165338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:05.000Z","modified_at":"2026-01-24T03:49:05.000Z","name":"Chandler Hirthe","mobile_number":"305-637-7431","email_id":"Kenya_Bahringer@gmail.com","dop":"2025-06-09","serial_number":"74114767894301950","imei1":"74114767894301950","imei2":"74114767894301950","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165330,"job_number":"JOB_165330","tr_customer_id":165347,"tr_customer_product_id":165337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:03.000Z","modified_at":"2026-01-24T03:49:03.000Z","name":"Herminia Gerhold","mobile_number":"269-491-7625","email_id":"Clementine_Balistreri@yahoo.com","dop":"2025-06-09","serial_number":"101567892864210","imei1":"101567892864210","imei2":"101567892864210","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165328,"job_number":"JOB_165328","tr_customer_id":165345,"tr_customer_product_id":165335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:03.000Z","modified_at":"2026-01-24T03:49:03.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"108655859389815","imei1":"108655859389815","imei2":"108655859389815","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165319,"job_number":"JOB_165319","tr_customer_id":165336,"tr_customer_product_id":165326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:49.000Z","modified_at":"2026-01-24T03:48:49.000Z","name":"Roselyn Welch","mobile_number":"985-636-0881","email_id":"Orlando.Mayer34@hotmail.com","dop":"2025-06-09","serial_number":"101563529608687","imei1":"101563529608687","imei2":"101563529608687","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165316,"job_number":"JOB_165316","tr_customer_id":165333,"tr_customer_product_id":165323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:48.000Z","modified_at":"2026-01-24T03:48:48.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106297103739946","imei1":"106297103739946","imei2":"106297103739946","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165304,"job_number":"JOB_165304","tr_customer_id":165321,"tr_customer_product_id":165311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:36.000Z","modified_at":"2026-01-24T03:48:36.000Z","name":"Mossie Oberbrunner","mobile_number":"702-524-7924","email_id":"Deangelo_Moore@yahoo.com","dop":"2025-06-09","serial_number":"20315345858026310","imei1":"20315345858026310","imei2":"20315345858026310","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165302,"job_number":"JOB_165302","tr_customer_id":165319,"tr_customer_product_id":165309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:34.000Z","modified_at":"2026-01-24T03:48:34.000Z","name":"Ed Thompson","mobile_number":"701-260-0323","email_id":"Mackenzie.Deckow3@gmail.com","dop":"2025-06-09","serial_number":"104727413155763","imei1":"104727413155763","imei2":"104727413155763","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165300,"job_number":"JOB_165300","tr_customer_id":165317,"tr_customer_product_id":165307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:34.000Z","modified_at":"2026-01-24T03:48:34.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109211789309755","imei1":"109211789309755","imei2":"109211789309755","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165282,"job_number":"JOB_165282","tr_customer_id":165299,"tr_customer_product_id":165289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:14.000Z","modified_at":"2026-01-24T03:48:14.000Z","name":"Earline Fahey","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"105164321720542","imei1":"105164321720542","imei2":"105164321720542","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165280,"job_number":"JOB_165280","tr_customer_id":165297,"tr_customer_product_id":165287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:14.000Z","modified_at":"2026-01-24T03:48:14.000Z","name":"Alyce Kling","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101704248277401","imei1":"101704248277401","imei2":"101704248277401","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165277,"job_number":"JOB_165277","tr_customer_id":165294,"tr_customer_product_id":165284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:13.000Z","modified_at":"2026-01-24T03:48:13.000Z","name":"Rodger Welch","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"151961029544427","imei1":"151961029544427","imei2":"151961029544427","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165276,"job_number":"JOB_165276","tr_customer_id":165293,"tr_customer_product_id":165283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:13.000Z","modified_at":"2026-01-24T03:48:13.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"128018002721617","imei1":"128018002721617","imei2":"128018002721617","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165266,"job_number":"JOB_165266","tr_customer_id":165283,"tr_customer_product_id":165273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:02.000Z","modified_at":"2026-01-24T03:48:02.000Z","name":"Ericka Schmitt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"156337493072168","imei1":"156337493072168","imei2":"156337493072168","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165265,"job_number":"JOB_165265","tr_customer_id":165282,"tr_customer_product_id":165272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:02.000Z","modified_at":"2026-01-24T03:48:02.000Z","name":"Merritt Kuhic","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"197622394715727","imei1":"197622394715727","imei2":"197622394715727","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165263,"job_number":"JOB_165263","tr_customer_id":165280,"tr_customer_product_id":165270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:02.000Z","modified_at":"2026-01-24T03:48:02.000Z","name":"Samir Heaney","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"170699904011310","imei1":"170699904011310","imei2":"170699904011310","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165261,"job_number":"JOB_165261","tr_customer_id":165278,"tr_customer_product_id":165268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:01.000Z","modified_at":"2026-01-24T03:48:01.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"184299283237916","imei1":"184299283237916","imei2":"184299283237916","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165251,"job_number":"JOB_165251","tr_customer_id":165268,"tr_customer_product_id":165258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:38.000Z","modified_at":"2026-01-24T03:47:38.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Retha93@gmail.com","dop":"2025-07-02","serial_number":"15378550413215","imei1":"15378550413215","imei2":"15378550413215","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165234,"job_number":"JOB_165234","tr_customer_id":165251,"tr_customer_product_id":165241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:22.000Z","modified_at":"2026-01-24T03:47:22.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Nicola73@hotmail.com","dop":"2025-07-02","serial_number":"19886404242755","imei1":"19886404242755","imei2":"19886404242755","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165223,"job_number":"JOB_165223","tr_customer_id":165240,"tr_customer_product_id":165230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:06.000Z","modified_at":"2026-01-24T03:47:06.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Mckenzie.Franecki0@yahoo.com","dop":"2025-07-02","serial_number":"19433006903996","imei1":"19433006903996","imei2":"19433006903996","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-24T03:47:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 229ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept-Language en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a210abf8-75ed-4aaa-aa26-a88cb54e4929
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 56
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-rtIKTQaWMGovvDkqJud0BU8SRbI"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNzl9.6PCmH3rscqJHQqhEjmtwEnD9kkldZUMT29hbFpXeAqw"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 229ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNzl9.6PCmH3rscqJHQqhEjmtwEnD9kkldZUMT29hbFpXeAqw
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1d35e33b-cbdb-4925-9097-8bf49e8102ca
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 249ms
Mean size per request: 163B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNzl9.6PCmH3rscqJHQqhEjmtwEnD9kkldZUMT29hbFpXeAqw
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e3ca1538-96ae-4a61-be2a-6b535de183f0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 163
ETag W/"a3-y+1sLxDdmEQ6OiluN3EvmlGPWos"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:40 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":2},{"label":"Repair completed","key":"repair_completed","count":75}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 249ms
Mean size per request: 1.94KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNzl9.6PCmH3rscqJHQqhEjmtwEnD9kkldZUMT29hbFpXeAqw
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 49264884-d6d0-4d09-9cb7-661897ce0944
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{"details_key":"pending_for_repair"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7c6-s5bBV5wG6jutXHetbKNLzB9YzEo"
Vary Accept-Encoding
Content-Encoding gzip
Date Sat, 24 Jan 2026 06:14:40 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":165190,"job_number":"JOB_165190","tr_customer_id":165207,"tr_customer_product_id":165197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T02:40:48.000Z","modified_at":"2026-01-24T02:41:09.000Z","name":"Berry Bergstrom","mobile_number":"829-478-1502","email_id":"Haley.Rolfson@gmail.com","dop":"2026-01-04","serial_number":"15045935714565","imei1":"15045935714565","imei2":"15045935714565","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-24T02:41:09.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":165566,"job_number":"JOB_165566","tr_customer_id":165583,"tr_customer_product_id":165573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T06:14:34.000Z","modified_at":"2026-01-24T06:14:38.000Z","name":"William Funk","mobile_number":"727-360-4465","email_id":"Maryse_Ryan@gmail.com","dop":"2025-11-04","serial_number":"10206759416153","imei1":"10206759416153","imei2":"10206759416153","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-24T06:14:38.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 247ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNzl9.6PCmH3rscqJHQqhEjmtwEnD9kkldZUMT29hbFpXeAqw
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cf15ebcb-e778-4f3e-a878-4459089bed70
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:40 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 472ms
Mean size per request: 2.33KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNzl9.6PCmH3rscqJHQqhEjmtwEnD9kkldZUMT29hbFpXeAqw
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f947a1e4-ac9f-4815-b6db-1fefdb90ca40
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"94f-5O7lacMHKNJyqXRVQaVUo7bYTEA"
Vary Accept-Encoding
Content-Encoding gzip
Date Sat, 24 Jan 2026 06:14:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":165566,"job_number":"JOB_165566","tr_customer_id":165583,"tr_customer_product_id":165573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T06:14:34.000Z","modified_at":"2026-01-24T06:14:38.000Z","name":"William Funk","mobile_number":"727-360-4465","email_id":"Maryse_Ryan@gmail.com","dop":"2025-11-04","serial_number":"10206759416153","imei1":"10206759416153","imei2":"10206759416153","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-24T06:14:38.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":165566,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-24T06:14:34.000Z"}],"quatations":[]},{"id":165190,"job_number":"JOB_165190","tr_customer_id":165207,"tr_customer_product_id":165197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T02:40:48.000Z","modified_at":"2026-01-24T02:41:09.000Z","name":"Berry Bergstrom","mobile_number":"829-478-1502","email_id":"Haley.Rolfson@gmail.com","dop":"2026-01-04","serial_number":"15045935714565","imei1":"15045935714565","imei2":"15045935714565","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-24T02:41:09.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":165190,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-24T02:40:48.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 238ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNzl9.6PCmH3rscqJHQqhEjmtwEnD9kkldZUMT29hbFpXeAqw
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 796d9048-bdf4-478b-a2d9-f8bfcbce2517
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Sat, 24 Jan 2026 06:14:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 276ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNzl9.6PCmH3rscqJHQqhEjmtwEnD9kkldZUMT29hbFpXeAqw
Content-Type application/json
Accept application/json, text/plain, */*
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c78b8243-a439-44b2-9a93-cc7dcad2f475
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 136
Request Body
{
            "job_id":165566,
            "problems": [
                {
                    "id": 3,
                    "remark": "Reinstalled OS"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 230ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1a0a5a9f-69e1-4674-a3be-2e85e159b55b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 55
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-nHzCOxoVu7VjC1kniUDAhX4AzFw"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTIzNTI4MX0.xpfS574j2GtRfZKhPbwBl_nYVh5iz4e8S7omSdsjgUM"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 230ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTIzNTI4MX0.xpfS574j2GtRfZKhPbwBl_nYVh5iz4e8S7omSdsjgUM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 79ace880-2bc9-4566-9196-ad86c887116f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 257ms
Mean size per request: 201B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTIzNTI4MX0.xpfS574j2GtRfZKhPbwBl_nYVh5iz4e8S7omSdsjgUM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2afa1448-56c6-495a-9c0a-cd6aa95c7215
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 201
ETag W/"c9-TtgDkp9vI+In68FpLo736RuwAG0"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":2},{"label":"QC Completed","key":"qc_completed","count":74},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 232ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTIzNTI4MX0.xpfS574j2GtRfZKhPbwBl_nYVh5iz4e8S7omSdsjgUM
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9b07c23d-769b-4b7b-a631-fc0d39b3f5ba
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 279ms
Mean size per request: 71.56KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTIzNTI4MX0.xpfS574j2GtRfZKhPbwBl_nYVh5iz4e8S7omSdsjgUM
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 256e4499-d926-44a9-954a-f27465221e06
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"11e40-NcmzUJfBJfAcTz2956Y5cuPuAyE"
Vary Accept-Encoding
Content-Encoding gzip
Date Sat, 24 Jan 2026 06:14:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":165562,"job_number":"JOB_165562","tr_customer_id":165579,"tr_customer_product_id":165569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:52:54.000Z","modified_at":"2026-01-24T05:53:20.000Z","name":"Henry Hermann","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"134171379839264","imei1":"134171379839264","imei2":"134171379839264","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T05:53:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165559,"job_number":"JOB_165559","tr_customer_id":165576,"tr_customer_product_id":165566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:52:24.000Z","modified_at":"2026-01-24T05:52:49.000Z","name":"Nelda Harber","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"172926269145155","imei1":"172926269145155","imei2":"172926269145155","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T05:52:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165556,"job_number":"JOB_165556","tr_customer_id":165573,"tr_customer_product_id":165563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:51:53.000Z","modified_at":"2026-01-24T05:52:19.000Z","name":"Maida Dicki","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"103894538511916","imei1":"103894538511916","imei2":"103894538511916","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T05:52:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165508,"job_number":"JOB_165508","tr_customer_id":165525,"tr_customer_product_id":165515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:28:28.000Z","modified_at":"2026-01-24T05:29:05.000Z","name":"Orie Little","mobile_number":"525-384-1398","email_id":"Guiseppe_Smitham@yahoo.com","dop":"2025-04-06","serial_number":"15957412024678","imei1":"15957412024678","imei2":"15957412024678","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T05:29:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165506,"job_number":"JOB_165506","tr_customer_id":165523,"tr_customer_product_id":165513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T05:27:38.000Z","modified_at":"2026-01-24T05:28:15.000Z","name":"Aiden Rohan","mobile_number":"918-852-3017","email_id":"Alexzander29@yahoo.com","dop":"2025-04-06","serial_number":"17318834713118","imei1":"17318834713118","imei2":"17318834713118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T05:28:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165462,"job_number":"JOB_165462","tr_customer_id":165479,"tr_customer_product_id":165469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:53:12.000Z","modified_at":"2026-01-24T04:53:52.000Z","name":"Karine Von","mobile_number":"981-312-0876","email_id":"Demetris89@gmail.com","dop":"2025-04-06","serial_number":"14873249974537","imei1":"14873249974537","imei2":"14873249974537","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T04:53:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165460,"job_number":"JOB_165460","tr_customer_id":165477,"tr_customer_product_id":165467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:52:53.000Z","modified_at":"2026-01-24T04:53:28.000Z","name":"Orion Brekke","mobile_number":"914-538-2054","email_id":"Barbara60@gmail.com","dop":"2025-04-06","serial_number":"11934189118319","imei1":"11934189118319","imei2":"11934189118319","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T04:53:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165434,"job_number":"JOB_165434","tr_customer_id":165451,"tr_customer_product_id":165441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:39:42.000Z","modified_at":"2026-01-24T04:39:52.000Z","name":"Christelle McClure","mobile_number":"431-767-5068","email_id":"Shayne.Corkery50@yahoo.com","dop":"2025-07-01","serial_number":"109327534425204","imei1":"109327534425204","imei2":"109327534425204","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T04:39:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165432,"job_number":"JOB_165432","tr_customer_id":165449,"tr_customer_product_id":165439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:39:30.000Z","modified_at":"2026-01-24T04:39:40.000Z","name":"Gabriella Kerluke","mobile_number":"737-317-0547","email_id":"Geovany_Weimann51@hotmail.com","dop":"2025-07-01","serial_number":"103814157588324","imei1":"103814157588324","imei2":"103814157588324","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T04:39:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165385,"job_number":"JOB_165385","tr_customer_id":165402,"tr_customer_product_id":165392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:24:46.000Z","modified_at":"2026-01-24T04:25:22.000Z","name":"Andrew Leuschke","mobile_number":"991-281-6403","email_id":"Lafayette.Keebler86@hotmail.com","dop":"2025-04-06","serial_number":"12956495377567","imei1":"12956495377567","imei2":"12956495377567","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T04:25:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165383,"job_number":"JOB_165383","tr_customer_id":165400,"tr_customer_product_id":165390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:24:03.000Z","modified_at":"2026-01-24T04:24:39.000Z","name":"Ron Marks","mobile_number":"774-779-5594","email_id":"Ressie.Barrows16@yahoo.com","dop":"2025-04-06","serial_number":"10234358658673","imei1":"10234358658673","imei2":"10234358658673","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T04:24:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165381,"job_number":"JOB_165381","tr_customer_id":165398,"tr_customer_product_id":165388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:23:20.000Z","modified_at":"2026-01-24T04:23:56.000Z","name":"Georgiana Roberts","mobile_number":"287-318-6889","email_id":"Sydney_Jones@yahoo.com","dop":"2025-04-06","serial_number":"18511483938795","imei1":"18511483938795","imei2":"18511483938795","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T04:23:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165380,"job_number":"JOB_165380","tr_customer_id":165397,"tr_customer_product_id":165387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:21:44.000Z","modified_at":"2026-01-24T04:37:53.000Z","name":"Kraig Mayert","mobile_number":"891-347-5577","email_id":"Berta5@gmail.com","dop":"2026-01-04","serial_number":"14536486101644","imei1":"14536486101644","imei2":"14536486101644","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-24T04:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165354,"job_number":"JOB_165354","tr_customer_id":165371,"tr_customer_product_id":165361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:50:08.000Z","modified_at":"2026-01-24T03:50:45.000Z","name":"Jovany Hintz","mobile_number":"799-242-0870","email_id":"Anjali63@gmail.com","dop":"2025-04-06","serial_number":"19172633001544","imei1":"19172633001544","imei2":"19172633001544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165351,"job_number":"JOB_165351","tr_customer_id":165368,"tr_customer_product_id":165358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:52.000Z","modified_at":"2026-01-24T03:50:27.000Z","name":"Rebekah Crooks","mobile_number":"389-639-8225","email_id":"Nikolas34@hotmail.com","dop":"2025-04-06","serial_number":"11070167175546","imei1":"11070167175546","imei2":"11070167175546","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:50:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165345,"job_number":"JOB_165345","tr_customer_id":165362,"tr_customer_product_id":165352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:32.000Z","modified_at":"2026-01-24T03:50:08.000Z","name":"Patsy Wilkinson","mobile_number":"464-558-4664","email_id":"Hellen65@yahoo.com","dop":"2025-04-06","serial_number":"14910771462650","imei1":"14910771462650","imei2":"14910771462650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:50:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165341,"job_number":"JOB_165341","tr_customer_id":165358,"tr_customer_product_id":165348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:23.000Z","modified_at":"2026-01-24T03:50:00.000Z","name":"Jacklyn Wisoky","mobile_number":"535-964-6142","email_id":"Constantin70@gmail.com","dop":"2025-04-06","serial_number":"18620551817047","imei1":"18620551817047","imei2":"18620551817047","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165339,"job_number":"JOB_165339","tr_customer_id":165356,"tr_customer_product_id":165346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:22.000Z","modified_at":"2026-01-24T03:50:02.000Z","name":"Myah Littel","mobile_number":"826-946-1503","email_id":"Eldon_Okuneva@hotmail.com","dop":"2025-04-06","serial_number":"17876708639977","imei1":"17876708639977","imei2":"17876708639977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165336,"job_number":"JOB_165336","tr_customer_id":165353,"tr_customer_product_id":165343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:13.000Z","modified_at":"2026-01-24T03:49:49.000Z","name":"Willard Borer","mobile_number":"429-871-0550","email_id":"Kyler75@hotmail.com","dop":"2025-04-06","serial_number":"17655381050455","imei1":"17655381050455","imei2":"17655381050455","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165333,"job_number":"JOB_165333","tr_customer_id":165350,"tr_customer_product_id":165340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:10.000Z","modified_at":"2026-01-24T03:49:45.000Z","name":"Selina Konopelski","mobile_number":"662-684-1473","email_id":"Daren37@gmail.com","dop":"2025-04-06","serial_number":"15675762155541","imei1":"15675762155541","imei2":"15675762155541","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165325,"job_number":"JOB_165325","tr_customer_id":165342,"tr_customer_product_id":165332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:56.000Z","modified_at":"2026-01-24T03:49:31.000Z","name":"Deron Howell","mobile_number":"264-228-4633","email_id":"Remington.Kuhic@hotmail.com","dop":"2025-04-06","serial_number":"12100932487775","imei1":"12100932487775","imei2":"12100932487775","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165320,"job_number":"JOB_165320","tr_customer_id":165337,"tr_customer_product_id":165327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:49.000Z","modified_at":"2026-01-24T03:49:25.000Z","name":"Calista Bins","mobile_number":"304-317-4356","email_id":"Cristina97@yahoo.com","dop":"2025-04-06","serial_number":"13874467875541","imei1":"13874467875541","imei2":"13874467875541","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165313,"job_number":"JOB_165313","tr_customer_id":165330,"tr_customer_product_id":165320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:47.000Z","modified_at":"2026-01-24T03:49:22.000Z","name":"Daisy Jacobson","mobile_number":"512-397-9519","email_id":"Magdalen_Lehner12@yahoo.com","dop":"2025-04-06","serial_number":"10176441396311","imei1":"10176441396311","imei2":"10176441396311","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165311,"job_number":"JOB_165311","tr_customer_id":165328,"tr_customer_product_id":165318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:46.000Z","modified_at":"2026-01-24T03:49:23.000Z","name":"Ivory Wolf","mobile_number":"711-712-3147","email_id":"Thalia.Jerde38@hotmail.com","dop":"2025-04-06","serial_number":"10166449174588","imei1":"10166449174588","imei2":"10166449174588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165308,"job_number":"JOB_165308","tr_customer_id":165325,"tr_customer_product_id":165315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:40.000Z","modified_at":"2026-01-24T03:49:16.000Z","name":"Esmeralda Ruecker","mobile_number":"495-546-8924","email_id":"Kallie.Hartmann@hotmail.com","dop":"2025-04-06","serial_number":"16913730069897","imei1":"16913730069897","imei2":"16913730069897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165305,"job_number":"JOB_165305","tr_customer_id":165322,"tr_customer_product_id":165312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:36.000Z","modified_at":"2026-01-24T03:49:14.000Z","name":"Colleen Swift","mobile_number":"782-630-7179","email_id":"Rosie64@gmail.com","dop":"2025-04-06","serial_number":"10497813776174","imei1":"10497813776174","imei2":"10497813776174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165298,"job_number":"JOB_165298","tr_customer_id":165315,"tr_customer_product_id":165305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:31.000Z","modified_at":"2026-01-24T03:49:06.000Z","name":"Nicole Steuber","mobile_number":"583-703-3100","email_id":"Sabrina29@yahoo.com","dop":"2025-04-06","serial_number":"14853994153611","imei1":"14853994153611","imei2":"14853994153611","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165294,"job_number":"JOB_165294","tr_customer_id":165311,"tr_customer_product_id":165301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:28.000Z","modified_at":"2026-01-24T03:49:01.000Z","name":"Marlee Luettgen","mobile_number":"467-319-1714","email_id":"Irwin31@gmail.com","dop":"2025-04-06","serial_number":"12930018441064","imei1":"12930018441064","imei2":"12930018441064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165292,"job_number":"JOB_165292","tr_customer_id":165309,"tr_customer_product_id":165299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:28.000Z","modified_at":"2026-01-24T03:49:03.000Z","name":"Polly Bednar","mobile_number":"886-599-9228","email_id":"Kaley_Schuster@gmail.com","dop":"2025-04-06","serial_number":"11166809691436","imei1":"11166809691436","imei2":"11166809691436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165288,"job_number":"JOB_165288","tr_customer_id":165305,"tr_customer_product_id":165295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:17.000Z","modified_at":"2026-01-24T03:48:52.000Z","name":"Amalia Schulist","mobile_number":"600-631-6223","email_id":"Mae13@yahoo.com","dop":"2025-04-06","serial_number":"17696535419523","imei1":"17696535419523","imei2":"17696535419523","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165287,"job_number":"JOB_165287","tr_customer_id":165304,"tr_customer_product_id":165294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:17.000Z","modified_at":"2026-01-24T03:48:53.000Z","name":"Lizzie Sporer","mobile_number":"455-427-1911","email_id":"Lessie_Feeney@hotmail.com","dop":"2025-04-06","serial_number":"11151640209231","imei1":"11151640209231","imei2":"11151640209231","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165281,"job_number":"JOB_165281","tr_customer_id":165298,"tr_customer_product_id":165288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:14.000Z","modified_at":"2026-01-24T03:48:49.000Z","name":"Ora Zboncak","mobile_number":"633-644-2072","email_id":"Forrest.Goodwin33@yahoo.com","dop":"2025-04-06","serial_number":"10864419329946","imei1":"10864419329946","imei2":"10864419329946","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165272,"job_number":"JOB_165272","tr_customer_id":165289,"tr_customer_product_id":165279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:06.000Z","modified_at":"2026-01-24T03:48:42.000Z","name":"Gennaro Bergstrom","mobile_number":"601-534-9004","email_id":"Kristian94@hotmail.com","dop":"2025-04-06","serial_number":"13617331936404","imei1":"13617331936404","imei2":"13617331936404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165269,"job_number":"JOB_165269","tr_customer_id":165286,"tr_customer_product_id":165276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:04.000Z","modified_at":"2026-01-24T03:48:40.000Z","name":"Wayne Rosenbaum","mobile_number":"580-577-6365","email_id":"Hallie.Stamm@yahoo.com","dop":"2025-04-06","serial_number":"13528751543087","imei1":"13528751543087","imei2":"13528751543087","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165264,"job_number":"JOB_165264","tr_customer_id":165281,"tr_customer_product_id":165271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:02.000Z","modified_at":"2026-01-24T03:48:38.000Z","name":"Johann Botsford","mobile_number":"632-683-7666","email_id":"Aleen79@hotmail.com","dop":"2025-04-06","serial_number":"10107523326127","imei1":"10107523326127","imei2":"10107523326127","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165258,"job_number":"JOB_165258","tr_customer_id":165275,"tr_customer_product_id":165265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:49.000Z","modified_at":"2026-01-24T03:48:28.000Z","name":"Bud Tremblay","mobile_number":"859-525-2976","email_id":"Stevie.Tillman@gmail.com","dop":"2025-04-06","serial_number":"18140877880880","imei1":"18140877880880","imei2":"18140877880880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165255,"job_number":"JOB_165255","tr_customer_id":165272,"tr_customer_product_id":165262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:48.000Z","modified_at":"2026-01-24T03:48:21.000Z","name":"Christopher Quitzon","mobile_number":"694-976-8037","email_id":"Halie_Ruecker48@gmail.com","dop":"2025-04-06","serial_number":"14425112581044","imei1":"14425112581044","imei2":"14425112581044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165254,"job_number":"JOB_165254","tr_customer_id":165271,"tr_customer_product_id":165261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:48.000Z","modified_at":"2026-01-24T03:48:23.000Z","name":"Geo Wyman","mobile_number":"929-440-1257","email_id":"Mackenzie49@hotmail.com","dop":"2025-04-06","serial_number":"14175926824094","imei1":"14175926824094","imei2":"14175926824094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165249,"job_number":"JOB_165249","tr_customer_id":165266,"tr_customer_product_id":165256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:36.000Z","modified_at":"2026-01-24T03:48:10.000Z","name":"Delilah Dooley","mobile_number":"468-942-5942","email_id":"Marcella_Hamill@yahoo.com","dop":"2025-04-06","serial_number":"16574777996611","imei1":"16574777996611","imei2":"16574777996611","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165246,"job_number":"JOB_165246","tr_customer_id":165263,"tr_customer_product_id":165253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:34.000Z","modified_at":"2026-01-24T03:48:10.000Z","name":"Teresa Casper","mobile_number":"997-814-3496","email_id":"Serena91@hotmail.com","dop":"2025-04-06","serial_number":"19783290971610","imei1":"19783290971610","imei2":"19783290971610","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165242,"job_number":"JOB_165242","tr_customer_id":165259,"tr_customer_product_id":165249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:31.000Z","modified_at":"2026-01-24T03:48:06.000Z","name":"Alphonso Jaskolski","mobile_number":"509-715-9500","email_id":"Jaydon_Little31@yahoo.com","dop":"2025-06-18","serial_number":"10487996669797","imei1":"10487996669797","imei2":"10487996669797","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165239,"job_number":"JOB_165239","tr_customer_id":165256,"tr_customer_product_id":165246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:29.000Z","modified_at":"2026-01-24T03:48:05.000Z","name":"Garth Schmidt","mobile_number":"496-561-9172","email_id":"Macie_Cartwright@hotmail.com","dop":"2025-04-06","serial_number":"14168896875444","imei1":"14168896875444","imei2":"14168896875444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165233,"job_number":"JOB_165233","tr_customer_id":165250,"tr_customer_product_id":165240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:22.000Z","modified_at":"2026-01-24T03:47:57.000Z","name":"Milford Lynch","mobile_number":"228-835-4546","email_id":"Fredy.Auer@yahoo.com","dop":"2025-04-06","serial_number":"12879513286869","imei1":"12879513286869","imei2":"12879513286869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165230,"job_number":"JOB_165230","tr_customer_id":165247,"tr_customer_product_id":165237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:18.000Z","modified_at":"2026-01-24T03:47:54.000Z","name":"Diego Dicki","mobile_number":"423-553-3094","email_id":"Joany_Johnson@gmail.com","dop":"2025-04-06","serial_number":"15733339361868","imei1":"15733339361868","imei2":"15733339361868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165227,"job_number":"JOB_165227","tr_customer_id":165244,"tr_customer_product_id":165234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:13.000Z","modified_at":"2026-01-24T03:47:49.000Z","name":"Lessie Cremin","mobile_number":"631-594-4467","email_id":"Jarvis_Bogisich@gmail.com","dop":"2025-04-06","serial_number":"10525826858687","imei1":"10525826858687","imei2":"10525826858687","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165225,"job_number":"JOB_165225","tr_customer_id":165242,"tr_customer_product_id":165232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:08.000Z","modified_at":"2026-01-24T03:47:41.000Z","name":"Idell Larkin","mobile_number":"883-330-4689","email_id":"Mariela.McLaughlin@hotmail.com","dop":"2025-04-06","serial_number":"12915115221935","imei1":"12915115221935","imei2":"12915115221935","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165221,"job_number":"JOB_165221","tr_customer_id":165238,"tr_customer_product_id":165228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:04.000Z","modified_at":"2026-01-24T03:47:38.000Z","name":"Ryann Romaguera","mobile_number":"419-395-6523","email_id":"Thora.Kirlin@gmail.com","dop":"2025-04-06","serial_number":"14447140594622","imei1":"14447140594622","imei2":"14447140594622","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165219,"job_number":"JOB_165219","tr_customer_id":165236,"tr_customer_product_id":165226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:55.000Z","modified_at":"2026-01-24T03:47:29.000Z","name":"Karlee Rempel","mobile_number":"985-431-9206","email_id":"Carli71@hotmail.com","dop":"2025-04-06","serial_number":"12841736426590","imei1":"12841736426590","imei2":"12841736426590","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165216,"job_number":"JOB_165216","tr_customer_id":165233,"tr_customer_product_id":165223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:53.000Z","modified_at":"2026-01-24T03:47:29.000Z","name":"Ursula Lakin","mobile_number":"696-974-4969","email_id":"Russel_Prohaska85@gmail.com","dop":"2025-04-06","serial_number":"15909922008324","imei1":"15909922008324","imei2":"15909922008324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165214,"job_number":"JOB_165214","tr_customer_id":165231,"tr_customer_product_id":165221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:51.000Z","modified_at":"2026-01-24T03:47:27.000Z","name":"Alfred Williamson","mobile_number":"489-359-7036","email_id":"Marley12@gmail.com","dop":"2025-04-06","serial_number":"11260948827689","imei1":"11260948827689","imei2":"11260948827689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165211,"job_number":"JOB_165211","tr_customer_id":165228,"tr_customer_product_id":165218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:49.000Z","modified_at":"2026-01-24T03:47:23.000Z","name":"Donato Balistreri","mobile_number":"979-678-7990","email_id":"Emma20@yahoo.com","dop":"2025-06-18","serial_number":"10769688366220","imei1":"10769688366220","imei2":"10769688366220","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165208,"job_number":"JOB_165208","tr_customer_id":165225,"tr_customer_product_id":165215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:46.000Z","modified_at":"2026-01-24T03:47:22.000Z","name":"Arvid Langosh","mobile_number":"507-835-9223","email_id":"Freddie.Conroy89@hotmail.com","dop":"2025-04-06","serial_number":"12680589231953","imei1":"12680589231953","imei2":"12680589231953","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165203,"job_number":"JOB_165203","tr_customer_id":165220,"tr_customer_product_id":165210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:28.000Z","modified_at":"2026-01-24T03:47:03.000Z","name":"Kasandra Lakin","mobile_number":"610-278-8319","email_id":"Catherine_McKenzie20@hotmail.com","dop":"2025-04-06","serial_number":"16245445778918","imei1":"16245445778918","imei2":"16245445778918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:47:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165200,"job_number":"JOB_165200","tr_customer_id":165217,"tr_customer_product_id":165207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:15.000Z","modified_at":"2026-01-24T03:46:49.000Z","name":"Janessa Lang","mobile_number":"636-502-3354","email_id":"Alford.Koepp77@yahoo.com","dop":"2025-04-06","serial_number":"18282570152671","imei1":"18282570152671","imei2":"18282570152671","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:46:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165199,"job_number":"JOB_165199","tr_customer_id":165216,"tr_customer_product_id":165206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:05.000Z","modified_at":"2026-01-24T03:46:13.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"78408771303540","imei1":"78408771303540","imei2":"78408771303540","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:46:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165197,"job_number":"JOB_165197","tr_customer_id":165214,"tr_customer_product_id":165204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:03.000Z","modified_at":"2026-01-24T03:46:39.000Z","name":"Mona Gulgowski","mobile_number":"553-969-1357","email_id":"Jaqueline97@gmail.com","dop":"2025-04-06","serial_number":"10594313299913","imei1":"10594313299913","imei2":"10594313299913","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:46:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165194,"job_number":"JOB_165194","tr_customer_id":165211,"tr_customer_product_id":165201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:45:54.000Z","modified_at":"2026-01-24T03:46:30.000Z","name":"Mathilde Terry","mobile_number":"874-239-5346","email_id":"Nelson.Beatty4@hotmail.com","dop":"2025-04-06","serial_number":"17648778917670","imei1":"17648778917670","imei2":"17648778917670","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:46:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165193,"job_number":"JOB_165193","tr_customer_id":165210,"tr_customer_product_id":165200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:45:54.000Z","modified_at":"2026-01-24T03:46:02.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"105816843894228","imei1":"105816843894228","imei2":"105816843894228","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:46:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165377,"job_number":"JOB_165377","tr_customer_id":165394,"tr_customer_product_id":165384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:29.000Z","modified_at":"2026-01-24T03:57:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"94153004613839","imei1":"94153004613839","imei2":"94153004613839","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165370,"job_number":"JOB_165370","tr_customer_id":165387,"tr_customer_product_id":165377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:57:00.000Z","modified_at":"2026-01-24T03:57:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20155290712716","imei1":"20155290712716","imei2":"20155290712716","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165363,"job_number":"JOB_165363","tr_customer_id":165380,"tr_customer_product_id":165370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:56:30.000Z","modified_at":"2026-01-24T03:56:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62267676982266","imei1":"62267676982266","imei2":"62267676982266","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:56:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165348,"job_number":"JOB_165348","tr_customer_id":165365,"tr_customer_product_id":165355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:39.000Z","modified_at":"2026-01-24T03:50:16.000Z","name":"Vernon Streich","mobile_number":"710-415-8052","email_id":"Dewayne_Hintz@yahoo.com","dop":"2000-01-31","serial_number":"10203852130749","imei1":"10203852130749","imei2":"10203852130749","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165324,"job_number":"JOB_165324","tr_customer_id":165341,"tr_customer_product_id":165331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:56.000Z","modified_at":"2026-01-24T03:49:32.000Z","name":"Catherine Howell","mobile_number":"946-827-9177","email_id":"Geoffrey34@hotmail.com","dop":"2000-01-31","serial_number":"10720153211243","imei1":"10720153211243","imei2":"10720153211243","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165275,"job_number":"JOB_165275","tr_customer_id":165292,"tr_customer_product_id":165282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:12.000Z","modified_at":"2026-01-24T03:48:48.000Z","name":"Cesar Hessel","mobile_number":"805-359-5121","email_id":"Luisa.King@hotmail.com","dop":"2000-01-31","serial_number":"10800688240996","imei1":"10800688240996","imei2":"10800688240996","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165237,"job_number":"JOB_165237","tr_customer_id":165254,"tr_customer_product_id":165244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:47:28.000Z","modified_at":"2026-01-24T03:48:05.000Z","name":"Mafalda Buckridge","mobile_number":"402-319-0830","email_id":"Erica.Mitchell63@hotmail.com","dop":"2000-01-31","serial_number":"10676331148815","imei1":"10676331148815","imei2":"10676331148815","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165565,"job_number":"JOB_165565","tr_customer_id":165582,"tr_customer_product_id":165572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T06:14:18.000Z","modified_at":"2026-01-24T06:14:30.000Z","name":"Gertrude Brown","mobile_number":"911-718-6603","email_id":"Trever_Reichert66@yahoo.com","dop":"2025-11-04","serial_number":"45886525775194","imei1":"45886525775194","imei2":"45886525775194","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T06:14:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165564,"job_number":"JOB_165564","tr_customer_id":165581,"tr_customer_product_id":165571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T06:14:03.000Z","modified_at":"2026-01-24T06:14:14.000Z","name":"Jairo Gerhold","mobile_number":"969-391-0112","email_id":"Darwin14@yahoo.com","dop":"2025-11-04","serial_number":"87652544601848","imei1":"87652544601848","imei2":"87652544601848","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T06:14:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165329,"job_number":"JOB_165329","tr_customer_id":165346,"tr_customer_product_id":165336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:49:03.000Z","modified_at":"2026-01-24T03:49:13.000Z","name":"Jeremy Sipes","mobile_number":"227-267-5955","email_id":"Ronny_Runolfsson@gmail.com","dop":"2025-06-09","serial_number":"106901663804755","imei1":"106901663804755","imei2":"106901663804755","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:49:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165317,"job_number":"JOB_165317","tr_customer_id":165334,"tr_customer_product_id":165324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:49.000Z","modified_at":"2026-01-24T03:48:59.000Z","name":"Ayden Lemke","mobile_number":"849-844-6427","email_id":"Lonie.Boyer56@gmail.com","dop":"2025-06-09","serial_number":"103681522946978","imei1":"103681522946978","imei2":"103681522946978","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165301,"job_number":"JOB_165301","tr_customer_id":165318,"tr_customer_product_id":165308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:34.000Z","modified_at":"2026-01-24T03:48:44.000Z","name":"Rosario Glover","mobile_number":"698-957-2587","email_id":"Coy.Ullrich@yahoo.com","dop":"2025-06-09","serial_number":"102060254844036","imei1":"102060254844036","imei2":"102060254844036","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165283,"job_number":"JOB_165283","tr_customer_id":165300,"tr_customer_product_id":165290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:48:15.000Z","modified_at":"2026-01-24T03:48:38.000Z","name":"Sidney Gorczany","mobile_number":"843-718-8642","email_id":"Loren.Rutherford@gmail.com","dop":"2025-10-01","serial_number":"17465372921200","imei1":"17465372921200","imei2":"17465372921200","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165206,"job_number":"JOB_165206","tr_customer_id":165223,"tr_customer_product_id":165213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:44.000Z","modified_at":"2026-01-24T03:46:53.000Z","name":"giyu tomiaka","mobile_number":"561-723-8475","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"314337953635339","imei1":"314337953635339","imei2":"314337953635339","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165205,"job_number":"JOB_165205","tr_customer_id":165222,"tr_customer_product_id":165212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:34.000Z","modified_at":"2026-01-24T03:46:42.000Z","name":"tanjiro kamado","mobile_number":"543-953-8544","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"146865443942739","imei1":"146865443942739","imei2":"146865443942739","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:46:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165202,"job_number":"JOB_165202","tr_customer_id":165219,"tr_customer_product_id":165209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T03:46:23.000Z","modified_at":"2026-01-24T03:46:32.000Z","name":"saitama sensei","mobile_number":"542-753-2083","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"971924464190361","imei1":"971924464190361","imei2":"971924464190361","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-24T03:46:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 587ms
Mean size per request: 1.98KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTIzNTI4MX0.xpfS574j2GtRfZKhPbwBl_nYVh5iz4e8S7omSdsjgUM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token da1c3628-41f6-4c71-a6f6-f02bcba48ae8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7e7-rTsPxbahM4Do0RrpXUMiOjX7XsE"
Vary Accept-Encoding
Content-Encoding gzip
Date Sat, 24 Jan 2026 06:14:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":165429,"job_number":"JOB_165429","tr_customer_id":165446,"tr_customer_product_id":165436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:35:28.000Z","modified_at":"2026-01-24T04:38:46.000Z","name":"Morris Russel","mobile_number":"496-675-7604","email_id":"Antonietta.Kuvalis@hotmail.com","dop":"2026-01-04","serial_number":"10544966715126","imei1":"10544966715126","imei2":"10544966715126","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-24T04:38:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":165566,"job_number":"JOB_165566","tr_customer_id":165583,"tr_customer_product_id":165573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T06:14:34.000Z","modified_at":"2026-01-24T06:14:41.000Z","name":"William Funk","mobile_number":"727-360-4465","email_id":"Maryse_Ryan@gmail.com","dop":"2025-11-04","serial_number":"10206759416153","imei1":"10206759416153","imei2":"10206759416153","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-24T06:14:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 238ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTIzNTI4MX0.xpfS574j2GtRfZKhPbwBl_nYVh5iz4e8S7omSdsjgUM
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 25264fba-8390-437a-92d3-db227b463d1f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 165566
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 546ms
Mean size per request: 1.01KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTIzNTI4MX0.xpfS574j2GtRfZKhPbwBl_nYVh5iz4e8S7omSdsjgUM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6304adee-35ce-432f-b62f-2ccdd4da3617
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"40a-Vgl5f39GHz31yteDia+UqG/T0rY"
Vary Accept-Encoding
Content-Encoding gzip
Date Sat, 24 Jan 2026 06:14:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":165429,"job_number":"JOB_165429","tr_customer_id":165446,"tr_customer_product_id":165436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:35:28.000Z","modified_at":"2026-01-24T04:38:46.000Z","name":"Morris Russel","mobile_number":"496-675-7604","email_id":"Antonietta.Kuvalis@hotmail.com","dop":"2026-01-04","serial_number":"10544966715126","imei1":"10544966715126","imei2":"10544966715126","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-24T04:38:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 230ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 664042f8-c129-480b-bdd1-13a1c5eac7b5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 42
Request Body
{"username":"iamfd","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-0b9+hi6//gbSzJceZNaTAZwphqE"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyODR9.8_pJJxRQXOsKr1itRv2CPDkrI-fa2Hmeouy5NmBXvRg"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 229ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNzF9.8gML5knLT0zL0kb-4uL6l6_BH0uaIu4Bk50GZ57Zg78
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f0b89347-bb61-4c08-a5dc-4439eb8cad86
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNzF9.8gML5knLT0zL0kb-4uL6l6_BH0uaIu4Bk50GZ57Zg78
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 866aa21a-1569-4c25-aeb7-44d1d5e82852
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-c1uL3/w/Oi0I7BmJbD4gHpd3Vc8"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":2},{"label":"Created today","key":"created_today","count":378},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 248ms
Mean size per request: 1.94KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNzF9.8gML5knLT0zL0kb-4uL6l6_BH0uaIu4Bk50GZ57Zg78
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f28f2d48-e9ca-4d18-8b98-b26c2bbd8dc2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7c6-RvBNqHrmO2zm3zp6aBmEyydmTko"
Vary Accept-Encoding
Content-Encoding gzip
Date Sat, 24 Jan 2026 06:14:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":165380,"job_number":"JOB_165380","tr_customer_id":165397,"tr_customer_product_id":165387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:21:44.000Z","modified_at":"2026-01-24T04:37:53.000Z","name":"Kraig Mayert","mobile_number":"891-347-5577","email_id":"Berta5@gmail.com","dop":"2026-01-04","serial_number":"14536486101644","imei1":"14536486101644","imei2":"14536486101644","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-24T04:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165566,"job_number":"JOB_165566","tr_customer_id":165583,"tr_customer_product_id":165573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T06:14:34.000Z","modified_at":"2026-01-24T06:14:43.000Z","name":"William Funk","mobile_number":"727-360-4465","email_id":"Maryse_Ryan@gmail.com","dop":"2025-11-04","serial_number":"10206759416153","imei1":"10206759416153","imei2":"10206759416153","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-24T06:14:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 254ms
Mean size per request: 1.94KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNzF9.8gML5knLT0zL0kb-4uL6l6_BH0uaIu4Bk50GZ57Zg78
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 683a5eba-6e3d-4065-b4dc-b49f0e980cdb
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7c6-RvBNqHrmO2zm3zp6aBmEyydmTko"
Vary Accept-Encoding
Content-Encoding gzip
Date Sat, 24 Jan 2026 06:14:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":165380,"job_number":"JOB_165380","tr_customer_id":165397,"tr_customer_product_id":165387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T04:21:44.000Z","modified_at":"2026-01-24T04:37:53.000Z","name":"Kraig Mayert","mobile_number":"891-347-5577","email_id":"Berta5@gmail.com","dop":"2026-01-04","serial_number":"14536486101644","imei1":"14536486101644","imei2":"14536486101644","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-24T04:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":165566,"job_number":"JOB_165566","tr_customer_id":165583,"tr_customer_product_id":165573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-24T06:14:34.000Z","modified_at":"2026-01-24T06:14:43.000Z","name":"William Funk","mobile_number":"727-360-4465","email_id":"Maryse_Ryan@gmail.com","dop":"2025-11-04","serial_number":"10206759416153","imei1":"10206759416153","imei2":"10206759416153","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-24T06:14:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 245ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNzF9.8gML5knLT0zL0kb-4uL6l6_BH0uaIu4Bk50GZ57Zg78
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3e1e1f4d-7ec5-4d26-a361-503bd8e2b5ad
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 165566
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_98100"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNzF9.8gML5knLT0zL0kb-4uL6l6_BH0uaIu4Bk50GZ57Zg78
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 49a3fe4b-bfd5-4057-b0b0-9e939c6e74a0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{"searchText":"JOB_98100"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/165566
Response Information
Response Code: 200 - OK
Mean time per request: 254ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjkyMzUyNzF9.8gML5knLT0zL0kb-4uL6l6_BH0uaIu4Bk50GZ57Zg78
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 615e7988-2a3f-422f-8059-4041a42d6da3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Sat, 24 Jan 2026 06:14:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Information
Request Method: GET
Request URL:
Response Information
Response Code: -
Mean time per request: 0ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Response Headers
Response Body
No Response Body for this request
Test Information
No Tests for this request